Skip to content
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 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/maker-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.65.0
Choose a base ref
...
head repository: symfony/maker-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Choose a head ref
  • 11 commits
  • 7 files changed
  • 6 contributors

Commits on May 28, 2025

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

Commits on Aug 5, 2025

  1. Fixed undefined method issue

    kekstlt committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    427dac9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

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

Commits on Nov 3, 2025

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

Commits on Nov 25, 2025

  1. bug #1725 Fixed undefined method issue (kekstlt)

    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Fixed undefined method issue
    
    This is a small fix `PHP Fatal error:  Uncaught Error: Call to undefined method SymfonyDocsBuilder\BuildConfig::diableBuildCache()` issue for `_docs_build`
    
    Commits
    -------
    
    427dac9 Fixed undefined method issue
    javiereguiluz committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    dd7818d View commit details
    Browse the repository at this point in the history
  2. minor #1706 feat: bump php-cs-fixer to 3.75 (shakaran)

    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    feat: bump php-cs-fixer to 3.75
    
    Current version [3.20 ](https://packagist.org/packages/friendsofphp/php-cs-fixer#v3.20.0) is from 2023-06-27
    
    Updating to [3.75](https://packagist.org/packages/friendsofphp/php-cs-fixer#v3.75.0) released at 2025-03-31
    
    Commits
    -------
    
    b312669 feat: bump php-cs-fixer to 3.75
    javiereguiluz committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    f33c80e View commit details
    Browse the repository at this point in the history
  3. Revert some change

    javiereguiluz committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    078ce47 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. minor #1740 Removed assertion on status code after redirect (rensieeee)

    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Removed assertion on status code after redirect
    
    The unit test for the created LoginController does an assertion on the http status code after redirecting. Since it's not required to have a root route, this assertion could fail if there is no root configured.
    
    The functionality works as intended if the redirect works, there's no real benefit to further check the status of the page its redirected to. This functionality should be tested in the unit test of the root controller.
    
    Commits
    -------
    
    3382627 Removed assertion on status code after redirect
    javiereguiluz committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    edad857 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Added missing method from OutputInterface

    Josh McRae committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    2ac15a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. bug #1749 Updated MigrationDiffFilteredOutput to implement all method…

    …s from OutputInterface (Josh McRae)
    
    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Updated MigrationDiffFilteredOutput to implement all methods from OutputInterface
    
    This PR adds an implementation for `OutputInterface::isSilent()` which is currently missing from the `MigrationDiffFilteredOutput` class.
    
    Currently, the `./bin/console make:migration` command is failing when the latest version of `symfony/console` is installed because the class is incomplete.
    
    Commits
    -------
    
    2ac15a2 Added missing method from OutputInterface
    javiereguiluz committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    efd3532 View commit details
    Browse the repository at this point in the history
  2. minor #1735 Use logout_path() in login form templates (PierreCapel)

    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Use logout_path() in login form templates
    
    Commits
    -------
    
    8558674 feat(login form): use logout_path()
    javiereguiluz committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    eba3045 View commit details
    Browse the repository at this point in the history
Loading