Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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/filesystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:7.3
Choose a base ref
Loading
...
head repository:symfony/filesystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:8.0
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14commits
  • 6files changed
  • 4contributors

Commits on Jun 2, 2025

  1. Configuration menu
    Copy the full SHA
    70acd85View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    a2c66f8View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:  Fix php.net links  fix version number in deprecation  [ObjectMapper] Correctly manage constructor initialization  [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type  chore: Increase minimum version of type-info component  [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command  Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`  [JsonStreamer] Fix nested generated foreach loops  [TypeInfo] Fix imported-only alias resolving
    @nicolas-grekas
    nicolas-grekas committedJul 7, 2025
    Configuration menu
    Copy the full SHA
    a424453View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:  Fix php.net links  fix version number in deprecation  configuration for the storage service for the login throttling rate limiter  chore: PHP CS Fixer fixes  [ObjectMapper] Correctly manage constructor initialization  [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type  [Messenger] Allow any `ServiceResetterInterface` implementation in `ResetServicesListener`  return early if handle has been cleaned up before  chore: Increase minimum version of type-info component  [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command  Update sponsors for Symfony 7.3  Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`  [JsonStreamer] Fix nested generated foreach loops  [TypeInfo] Fix imported-only alias resolving
    @nicolas-grekas
    nicolas-grekas committedJul 7, 2025
    Configuration menu
    Copy the full SHA
    7fc1e06View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Fix typos

    @nicolas-grekas
    nicolas-grekas committedJul 24, 2025
    Configuration menu
    Copy the full SHA
    7df3972View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:  [Serializer] Make data provider return type match its PHPDoc  fix fixture files locations  resolve conflict  [Console] Fix `TreeHelper::addChild` when providing a string  [Serializer] Handle invalid mapping type property type  [Config] Do not generate unreachable configuration paths  [WebProfilerBundle] Fix missing indent on non php files opended in the profiler  [Serializer] Add missing CHANGELOG entry  [Validator] Add `min` and `max` in both error messages of `LengthValidator`  remove docblocks for deprecated argument types  [ObjectMapper] skip reading uninitialized values  [Security] Support union type for `#[CurrentUser]` attribute  Fix typos  [Serializer] Add CDATA_WRAPPING_NAME_PATTERN support to XmlEncoder  [JsonPath] Fix parsing invalid Unicode codepoints  [FrameworkBundle] Fix cache warmers tests  [AssetMapper] Add support for loading JSON using import statements  [BrowserKit] Add PHPUnit constraints: `BrowserHistoryIsOnFirstPage` and `BrowserHistoryIsOnLastPage`
    @xabbuh
    xabbuh committedJul 28, 2025
    Configuration menu
    Copy the full SHA
    bd0f8a4View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    a6c0406View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:  run tests using PHPUnit 11.5  make data provider static  [Lock] Fix using fractional TTLs on all platforms  [Lock] Fixes an issue with PostgreSQL when using fractional TTLs  [Console][Table] Fix unnecessary wrapping  [DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN  disable detecting modified indexes with DBAL 4.3  [cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Cluster  relax assertions for forward compatibility with Symfony 7.4  [Console][Table] Fix invalid UTF-8 due to text wrapping
    @nicolas-grekas
    nicolas-grekas committedAug 1, 2025
    Configuration menu
    Copy the full SHA
    dcf90dcView commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    7d2dac3View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:  replace PHPUnit annotations with attributes
    @nicolas-grekas
    nicolas-grekas committedAug 4, 2025
    Configuration menu
    Copy the full SHA
    59ad45dView commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Configuration menu
    Copy the full SHA
    633c6fdView commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:  [Messenger] fix tests using Redis  fix intl tests PHPUnit command  chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
    @nicolas-grekas
    nicolas-grekas committedAug 13, 2025
    Configuration menu
    Copy the full SHA
    63006b8View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:  [Filesystem] Unify logic for isAbsolute() in Path  [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string  [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector  [HttpClient] Reject 3xx pushed responses  [ProxyManagerBridge] Remove comment that reference github discussion  [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer  [Routing] Fix matching the "0" URL  [Form] Fix EnumType choice_label logic for grouped choices  The BrowserKit history with parameter separator without slash.
    @nicolas-grekas
    nicolas-grekas committedNov 5, 2025
    Configuration menu
    Copy the full SHA
    581d9d4View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4: (21 commits)  [ObjectMapper] lazy loading  [Filesystem] Unify logic for isAbsolute() in Path  [DependencyInjection] Include return type in AppReference shape  [Finder] Make method calls explicit in ExcludeDirectoryFilterIterator  [Cache] Remove unset call on undefined variable in PhpArrayAdapter  [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string  [Routing] Simplify importing routes defined on controller services  Fix tests  [DependendcyInjection] Improve shape for "from_callable" definitions  [PHPDoc] Fix various PHPDoc syntax errors  [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector  [Notifier] Remove unused $transportName argument in EmailChannel::notify()  [Translation] Remove an unused argument passed to parseNode() method  [HttpClient] Reject 3xx pushed responses  [Serializer] Use Asia/Tokyo instead of Japan in tests  [ProxyManagerBridge] Remove comment that reference github discussion  [JsonPath] Remove unused "nothing" property from JsonCrawler  [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer  [Routing] Fix matching the "0" URL  [Form] Fix EnumType choice_label logic for grouped choices  ...
    @nicolas-grekas
    nicolas-grekas committedNov 5, 2025
    Configuration menu
    Copy the full SHA
    7fc96aeView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp