-
-
Notifications
You must be signed in to change notification settings - Fork 103
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 29 files changed
- 4 contributors
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e3c930a - Browse repository at this point
Copy the full SHA e3c930aView commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d5ba019 - Browse repository at this point
Copy the full SHA d5ba019View commit details
Commits on Dec 16, 2021
-
* 6.0: [6.0] cs fixes [5.4] cs fixes [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes fix merge Remove pointless assignment [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
Configuration menu - View commit details
-
Copy full SHA for 8b64473 - Browse repository at this point
Copy the full SHA 8b64473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110f257 - Browse repository at this point
Copy the full SHA 110f257View commit details
Commits on Dec 29, 2021
-
* 6.0: [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure [DependencyInjection][HttpKernel] Fix enum typed bindings make login link handler tests time sensitive [CI] Remove macOS jobs Suppress psalm error for UndefinedDocblockClass for PHP 8.1 classes
Configuration menu - View commit details
-
Copy full SHA for f8d30f4 - Browse repository at this point
Copy the full SHA f8d30f4View commit details
Commits on Jan 2, 2022
-
* 6.0: (22 commits) Bump license year Bump license year [Validator] Error using CssColor with doctrine annotations [HttpClient] Turn negative timeout to a very long timeout Features goes to 6.x branch [Translation] [LocoProvider] Fix use of asset ids fix lowest required PropertyInfo component release [Validator] throw when Constraint::_construct() has not been called Bump Symfony version to 6.0.3 Update VERSION for 6.0.2 Update CHANGELOG for 6.0.2 Bump Symfony version to 5.4.3 Update VERSION for 5.4.2 Update CHANGELOG for 5.4.2 Bump Symfony version to 5.3.14 Update VERSION for 5.3.13 Update CHANGELOG for 5.3.13 Bump Symfony version to 4.4.37 Update VERSION for 4.4.36 Update CONTRIBUTORS for 4.4.36 ...
Configuration menu - View commit details
-
Copy full SHA for 09c2fb4 - Browse repository at this point
Copy the full SHA 09c2fb4View commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89d8bba - Browse repository at this point
Copy the full SHA 89d8bbaView commit details
Commits on Feb 4, 2022
-
* 6.0: [Semaphore] fix tests [HttpClient] fix destructing CurlResponse [Cache] Fix connecting to Redis via a socket file [DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters [PropertyAccessor] Add missing TypeError catch [HttpKernel] Fixed error count by log not displayed in WebProfilerBundle Added `kernel.event_listener` to the default list of behavior describing tags, fixing AsEventListener attribute not working on decorators. [HttpKernel] Fix FileLinkFormatter with empty xdebug.file_link_format [WebProfilerBundle] Fixes weird spacing in log message context/trace output [Notifier] fix Microsoft Teams webhook url [FrameworkBundle] Fix log channel of TagAwareAdapter [Postmark] ensure only a single tag can be used with Postmark [Mailer] allow Mailchimp to handle multiple TagHeader's [HttpClient] Fix Content-Length header when possible [Routing] AnnotationDirectoryLoader::load() may return null [DependencyInjection] Don't dump polyfilled classes in preload script
Configuration menu - View commit details
-
Copy full SHA for 559036f - Browse repository at this point
Copy the full SHA 559036fView commit details
Commits on Feb 21, 2022
-
* 6.0: [Messenger] Fix dealing with unexpected payload in Redis transport [Filesystem] Update some PHPDoc of the Path class [VarDumper] Fix dumping mysqli_driver instances Fix missing ReturnTypeWillChange attributes [Cache] Add missing log when saving namespace [HttpKernel] Reset services between requests performed by KernelBrowser [HttpKernel] Remove unused argument in ArgumentMetadataFactory [Stopwatch] Fix test expectation [SecurityBundle] fix autoconfiguring Monolog's ProcessorInterface KernelTestCase resets internal state on tearDown [Security/Http] Fix getting password-upgrader when user-loader is a closure [HttpKernel] Fix extracting controller name from closures [Intl] fix wrong offset timezone PHP 8.1 Fix type binding Remove duplicated test [Dotenv] Fix reading config for symfony/runtime when running dump command [Serializer] Remove unnecessary break [Runtime] Fix dotenv_overload with commands Make document type nodes ignorable Initialize Symfony\Component\Security\Core\Exception\AccountStatusException:: property
Configuration menu - View commit details
-
Copy full SHA for 410963d - Browse repository at this point
Copy the full SHA 410963dView commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a9191b6 - Browse repository at this point
Copy the full SHA a9191b6View commit details
Commits on Mar 2, 2022
-
* 6.0: - - Fix merge Fix merge [HttpKernel] Guard against bad profile data Fix merge [FrameworkBundle] Fix resetting container between tests Fix deprecations on PHP 8.2
Configuration menu - View commit details
-
Copy full SHA for 8de9f30 - Browse repository at this point
Copy the full SHA 8de9f30View commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 163bb4e - Browse repository at this point
Copy the full SHA 163bb4eView commit details
Commits on Apr 12, 2022
-
* 6.0: (22 commits) Add missing license header Add missing license header [Workflow] Catch error when trying to get an uninitialized marking Add missing license header Allow usage of Provider domains if possible Use reference date in reverse transform Fixes #40997 Fix env resolution in lock configuration Fix Symfony not working on SMB share #45990 [Messenger] DoctrineTransportFactory works with notify and decorated PostgreSQL driver [Cache] make LockRegistry use static properties instead of static variables fix: return-path has higher priority for envelope address than from address (fixes #41322) [HttpClient] Fix sending content-length when streaming the body [Console] Header with column max width is now well wrap with separator Fix use_cookies framework session configuration [FrameworkBundle] [Command] Fix `debug:router --no-interaction` error … [Intl] Update the ICU data to 71.1 - 5.4 [Intl] Update the ICU data to 71.1 - 4.4 Add tests to messenger connection get for OraclePlatform [RateLimiter] Adding default empty value [DependencyInjection] Add TaggedIteratorArgument unit tests ...
Configuration menu - View commit details
-
Copy full SHA for 9a18d9b - Browse repository at this point
Copy the full SHA 9a18d9bView commit details
Commits on Apr 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 034e230 - Browse repository at this point
Copy the full SHA 034e230View commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0b8eee9 - Browse repository at this point
Copy the full SHA 0b8eee9View commit details
Commits on Apr 22, 2022
-
* 6.0: Use mb_convert_encoding instead of utf8_decode [SecurityBundle] Remove forgotten unused code Minor @requires function tests cleanup [FrameworkBundle] Always add CacheCollectorPass Fix "Notice: Undefined index: headers" in messenger with Oracle [String] Fix ansi escape sequences regex Indicate support for doctrine/persistence 3 [Routing] fix router base url when default uri has trailing slash Replace deprecated String.prototype.substr()
Configuration menu - View commit details
-
Copy full SHA for f94fa31 - Browse repository at this point
Copy the full SHA f94fa31View commit details
Commits on Apr 26, 2022
-
* 6.0: [DependencyInjection] Properly declare #[When] as allowed on functions [VarDumper] Fix dumping floats on PHP8 Fix dumping enums on PHP 8.2 [Cache] Prevent fatal errors on php 8 when running concurrently with TagAwareAdapter v6.1
Configuration menu - View commit details
-
Copy full SHA for da0eaed - Browse repository at this point
Copy the full SHA da0eaedView commit details
Commits on May 4, 2022
-
* 6.0: Remove former core members from code owners [Form] fix populating single widget time view data with different timezones [DomCrawler][VarDumper] Fix html-encoding emojis
Configuration menu - View commit details
-
Copy full SHA for ef23465 - Browse repository at this point
Copy the full SHA ef23465View commit details
Commits on May 17, 2022
-
* 6.0: [VarDumper] fix tests on PHP 8.2 [Mime] Add null check for EmailHeaderSame Add approriate description to CollectionToArrayTransformer::reverseTransform docblock [PropertyInfo] CS fixes [VarDumper] fix test on PHP 8.2 [Config] Fix looking for single files in phars with GlobResource Revert "bug #46327 [HttpKernel] Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)"
Configuration menu - View commit details
-
Copy full SHA for 948502b - Browse repository at this point
Copy the full SHA 948502bView commit details
Commits on May 21, 2022
-
* 6.0: Fix merge [Mime] Throw exception when body in Email attach method is not ok [VarDumper][VarExporter] Deal with DatePeriod->include_end_date on PHP 8.2 [Cache] Throw when "redis_sentinel" is used with a non-Predis "class" option fix merge Bootstrap 4 fieldset for row errors [Form] Fix same choice loader with different choice values [Filesystem] Safeguard (sym)link calls Fix dumping extension config without bundle [HttpClient] Honor "max_duration" when replacing requests with async decorators [HttpClient] Add missing HttpOptions::setMaxDuration() [HttpKernel] Fix missing null type in `ErrorListener::__construct()` [HttpFoundation] [Session] Overwrite invalid session id
Configuration menu - View commit details
-
Copy full SHA for 98587d9 - Browse repository at this point
Copy the full SHA 98587d9View commit details
There are no files selected for viewing