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/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:7.4
Choose a base ref
Loading
...
head repository:symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:7.3
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12commits
  • 8files changed
  • 7contributors

Commits on May 31, 2025

  1. Configuration menu
    Copy the full SHA
    5440dadView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae19577View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

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

Commits on Jun 2, 2025

  1. bug#60617[HttpKernel] pass log level instead of exception to resolv…

    …e the logger (xabbuh)This PR was merged into the 7.3 branch.Discussion----------[HttpKernel] pass log level instead of exception to resolve the logger| Q             | A| ------------- | ---| Branch?       | 7.3| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Issues        || License       | MITCommits-------65a8d61 pass log level instead of exception to resolve the logger
    @nicolas-grekas
    nicolas-grekas committedJun 2, 2025
    Configuration menu
    Copy the full SHA
    46dca3dView commit details
    Browse the repository at this point in the history
  2. bug#60606[HttpKernel] Fix Symfony 7.3 end of maintenance date (axzx)

    This PR was merged into the 7.3 branch.Discussion----------[HttpKernel] Fix Symfony 7.3 end of maintenance date| Q             | A| ------------- | ---| Branch?       | 7.3| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Issues        |#60618| License       | MITthe end of maintenance date was somehow forgotten during the 7.3.0 release processas before#41461![obraz](https://github.com/user-attachments/assets/6affc7ed-caff-4d07-b08d-534141909a36)Commits-------5440dad [HttpKernel] Fix Symfony 7.3 end of maintenance date
    @nicolas-grekas
    nicolas-grekas committedJun 2, 2025
    Configuration menu
    Copy the full SHA
    7048699View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9254c8View commit details
    Browse the repository at this point in the history
  4. minor#60623Add table of contents inUPGRADE-7.3.md(alexandre-dau…

    …bois)This PR was merged into the 7.3 branch.Discussion----------Add table of contents in `UPGRADE-7.3.md`| Q             | A| ------------- | ---| Branch?       | 7.3| Bug fix?      | no| New feature?  | no| Deprecations? | no| Issues        | -| License       | MITCommits-------d9254c8 Add table of contents in `UPGRADE-7.3.md`
    @nicolas-grekas
    nicolas-grekas committedJun 2, 2025
    Configuration menu
    Copy the full SHA
    75b679cView commit details
    Browse the repository at this point in the history
  5. bug#60607[WebProfilerBundle] Fix toolbar with ajax requests not clo…

    …sing (HypeMC)This PR was merged into the 7.3 branch.Discussion----------[WebProfilerBundle] Fix toolbar with ajax requests not closing| Q             | A| ------------- | ---| Branch?       | 7.3| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Issues        |Fix#60602| License       | MITIssue was introduced in#58380.Commits-------ae19577 [WebProfilerBundle] Fix toolbar with ajax requests not closing
    @nicolas-grekas
    nicolas-grekas committedJun 2, 2025
    Configuration menu
    Copy the full SHA
    1023bc7View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad74742View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81854a5View commit details
    Browse the repository at this point in the history
  8. bug#60625[FrameworkBundle] set NamespacedPoolInterface alias to cac…

    …he.app (IndraGunawan)This PR was merged into the 7.3 branch.Discussion----------[FrameworkBundle] set NamespacedPoolInterface alias to cache.app| Q             | A| ------------- | ---| Branch?       | 7.3| Bug fix?      | yes| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Issues        |Fix#60583| License       | MIT<!--Replace this notice by a description of your feature/bugfix.This will help reviewers and should be a good start for the documentation.Additionally (seehttps://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply   (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should followhttps://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (seehttps://symfony.com/bc).-->autowiring `CacheInterface|NamespacedPoolInterface` intersection type for cache pool works well but it does not work for `cache.app`Commits-------81854a5 [FrameworkBundle] set NamespacedPoolInterface alias to cache.app
    @nicolas-grekas
    nicolas-grekas committedJun 2, 2025
    Configuration menu
    Copy the full SHA
    37f5341View commit details
    Browse the repository at this point in the history
  9. bug#60626[Ldap] FixLdapUser::isEqualTo(MatTheCat)

    This PR was merged into the 7.3 branch.Discussion----------[Ldap] Fix `LdapUser::isEqualTo`| Q             | A| ------------- | ---| Branch?       | 7.3| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Issues        | Fix#60454| License       | MITSince#59682 `LdapUser`s’ password no longer is serialized in the session, which means that `isEqualTo` will crash when trying to access it.This PR makes `getPassword` returns `null` by default to fix this, and update `isEqualTo` to apply#59539’s logic.Commits-------ad74742 [Ldap] Fix `LdapUser::isEqualTo`
    @nicolas-grekas
    nicolas-grekas committedJun 2, 2025
    Configuration menu
    Copy the full SHA
    dd64f65View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp