-
-
Notifications
You must be signed in to change notification settings - Fork 438
Comparing changes
Open a pull request
base repository: symfony/maker-bundle
base: v1.65.0
head repository: symfony/maker-bundle
compare: 1.x
- 11 commits
- 7 files changed
- 6 contributors
Commits on May 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b312669 - Browse repository at this point
Copy the full SHA b312669View commit details
Commits on Aug 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 427dac9 - Browse repository at this point
Copy the full SHA 427dac9View commit details
Commits on Oct 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8558674 - Browse repository at this point
Copy the full SHA 8558674View commit details
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3382627 - Browse repository at this point
Copy the full SHA 3382627View commit details
Commits on Nov 25, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for dd7818d - Browse repository at this point
Copy the full SHA dd7818dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f33c80e - Browse repository at this point
Copy the full SHA f33c80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 078ce47 - Browse repository at this point
Copy the full SHA 078ce47View commit details
Commits on Nov 28, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for edad857 - Browse repository at this point
Copy the full SHA edad857View commit details
Commits on Nov 29, 2025
-
Added missing method from OutputInterface
Josh McRae committedNov 29, 2025 Configuration menu - View commit details
-
Copy full SHA for 2ac15a2 - Browse repository at this point
Copy the full SHA 2ac15a2View commit details
Commits on Dec 2, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for efd3532 - Browse repository at this point
Copy the full SHA efd3532View commit details -
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()
Configuration menu - View commit details
-
Copy full SHA for eba3045 - Browse repository at this point
Copy the full SHA eba3045View commit details
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 v1.65.0...1.x