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/routing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:7614b8c
Choose a base ref
Loading
...
head repository:symfony/routing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:a610721
Choose a head ref
Loading
  • 7commits
  • 5files changed
  • 4contributors

Commits on Jun 2, 2025

  1. Configuration menu
    Copy the full SHA
    9cd8dd3View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c715671View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. feature #60508 [Routing] Allow query-specific parameters in `UrlGener…

    …ator` using `_query` (BenMorel)This PR was merged into the 7.4 branch.Discussion----------[Routing] Allow query-specific parameters in `UrlGenerator` using `_query`| Q             | A| ------------- | ---| Branch?       | 7.4| Bug fix?      | no| New feature?  | yes| Deprecations? | no| Issues        | -| License       | MITThis PR adds support for a special `_query` key in `$parameters` of `UrlGenerator::generate()`, that is used exclusively to generate query parameters. This is useful when query parameters may conflict with route parameters of the same name.Concrete use case:My application has a route that looks like:    https://{siteCode}.{domain}/admin/statsAnd I want to generate this URL:https://fr.example.com/admin/stats?siteCode=usWith this PR, I can now call:```php$urlGenerator->generate('admin_stats', [    'siteCode' => 'fr',    'domain' => 'example.com',    '_query' => [        'siteCode' => 'us',    ]]);```Commits-------e3513bdf48c Allow query-specific parameters in URL generator using `_query`
    @nicolas-grekas
    nicolas-grekas committedJun 5, 2025
    Configuration menu
    Copy the full SHA
    c2f1999View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

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

Commits on Jul 8, 2025

  1. Various CS fixes

    @nicolas-grekas
    nicolas-grekas committedJul 8, 2025
    Configuration menu
    Copy the full SHA
    2a7b477View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. optimizein_array calls

    @gharlan@nicolas-grekas
    gharlan authored andnicolas-grekas committedJul 15, 2025
    Configuration menu
    Copy the full SHA
    74f73c5View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.3' into 7.4

    * 7.3:  [DoctrineBridge] Prevent idle connection listener from running on subrequests  [Routing] Add test to validate that default value is allowed to not match requirement  fix handling required options  Fix@var phpdoc  [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority  [FrameworkBundle] fix phpdoc in `MicroKernelTrait`  Fixed validator translations for Albanian
    @nicolas-grekas
    nicolas-grekas committedJul 15, 2025
    Configuration menu
    Copy the full SHA
    a610721View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp