Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Comparing changes
Open a pull request
base repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
base:v2.7.44
head repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.7.45
- 17commits
- 20files changed
- 10contributors
Commits on Mar 20, 2018
Fix check of color support on Windows
If the stream is redirected, the script should behave the same on Windowsand on POSIX systems.
mlocati committedMar 20, 2018
Commits on Apr 2, 2018
bumped Symfony version to 2.7.45
fabpot committedApr 2, 2018 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
fabpot committedApr 2, 2018
Commits on Apr 3, 2018
bug#26749Add 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
fabpot committedApr 3, 2018
Commits on Apr 4, 2018
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 <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass? | yes| Fixed tickets |#26757| License | MITThis PR takes another approach to fix in excess slashes in Finder than#26337which does a simple rtrim instead of the breaking realpath.Commits-------cdde6d9 [Finder] Remove duplicate slashes in filenames
fabpot committedApr 4, 2018 - xabbuh committed
Apr 4, 2018 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
nicolas-grekas committedApr 4, 2018 - c960657 committed
Apr 4, 2018 minor#26801Update 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
fabpot committedApr 4, 2018
Commits on Apr 5, 2018
[EventDispatcher] Dispatcher in stopEventPropagation test now registe…
…rs correct listener
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
stof committedApr 5, 2018
Commits on Apr 6, 2018
- fabpot committed
Apr 6, 2018 update CONTRIBUTORS for 2.7.45
fabpot committedApr 6, 2018 - fabpot committed
Apr 6, 2018
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
Uh oh!
There was an error while loading.Please reload this page.