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/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v7.2.2
Choose a base ref
Loading
...
head repository:symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v7.2.3
Choose a head ref
Loading
  • 18commits
  • 13files changed
  • 7contributors

Commits on Dec 11, 2024

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

Commits on Jan 2, 2025

  1. bug #59188 [HttpClient] Fixreset() not called on decorated clients…

    … (HypeMC)This PR was merged into the 6.4 branch.Discussion----------[HttpClient] Fix `reset()` not called on decorated clients| Q             | A| ------------- | ---| Branch?       | 6.4| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Issues        | -| License       | MITThis was broken in #49513 for the main HTTP client and, as far as I can tell, never worked for scoped clients. The problem is that some decorator clients, like the `ThrottlingHttpClient`, have their own `reset()` method, which never gets called when using the `services_resetter` service. Scoped clients don't decorate the main one but instead use it as a dependency.Commits-------8f5f98a5631 [HttpClient] Fix reset not called on decorated clients
    @fabpot
    fabpot committedJan 2, 2025
    Configuration menu
    Copy the full SHA
    86f4863View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Merge branch '6.4' into 7.1

    * 6.4: (23 commits)  add translations for the Slug constraint  [Messenger] Fix `TransportMessageIdStamp` not always added  [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3  [PropertyInfo] Fix add missing composer conflict  [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances  [VarDumper] Fix displaying closure's "this" from anonymous classes  [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope  [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass  reject inline notations followed by invalid content  [Security] Fix triggering session tracking from ContextListener  [AssetMapper] add leading slash to public prefix  fix: modify Exception message parameter order  [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces  Update exception.css  Bump Symfony version to 6.4.18  Update VERSION for 6.4.17  Update CONTRIBUTORS for 6.4.17  Update CHANGELOG for 6.4.17  Fix exception thrown by YamlEncoder  [AssetMapper] Fix JavaScript compiler create self-referencing imports  ...
    @xabbuh
    xabbuh committedJan 7, 2025
    Configuration menu
    Copy the full SHA
    e6875bcView commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1: (27 commits)  add translations for the Slug constraint  [Messenger] Fix `TransportMessageIdStamp` not always added  [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3  [PropertyInfo] Fix add missing composer conflict  [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances  [VarDumper] Fix displaying closure's "this" from anonymous classes  [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope  [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass  reject inline notations followed by invalid content  [Security] Fix triggering session tracking from ContextListener  [AssetMapper] add leading slash to public prefix  fix: modify Exception message parameter order  [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces  Update exception.css  Remove outdated guard from security xsd schema  Bump Symfony version to 7.1.11  Update VERSION for 7.1.10  Update CHANGELOG for 7.1.10  Bump Symfony version to 6.4.18  Update VERSION for 6.4.17  ...
    @xabbuh
    xabbuh committedJan 7, 2025
    Configuration menu
    Copy the full SHA
    609878eView commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

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

Commits on Jan 10, 2025

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

Commits on Jan 15, 2025

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

Commits on Jan 17, 2025

  1. Merge branch '6.4' into 7.1

    * 6.4: (29 commits)  Fix #53778  [PropertyInfo] Add missing test  fix tests  [Security][Validators] Review translations.  [validator] Updated Dutch translation  [FrameworkBundle] Fix wiring ConsoleProfilerListener  [HttpKernel] Fix link to php doc  [Validator] Update sr_Cyrl 120:This value is not a valid slug.  [Validator] Update sr_Latn 120:This value is not a valid slug.  6.4 Missing translations for Italian (it) #59419  tests(notifier): avoid failing SNS test with local AWS configuration  [Validator] Missing translations for Brazilian Portuguese (pt_BR)  [Translation][Validator] Review Russian translation (114 - 120)  Review validator-related persian translation with id 120  [Scheduler] Clarify description of exclusion time  [HttpFoundation][FrameworkBundle] Reset Request's formats using the service resetter  [Mailer] Fix SMTP stream EOF handling on Windows by using feof()  [Translations] Make sure PL translations validators.pl.xlf follow the same style  [Validator] Checked Turkish validators translations and confirmed  [VarDumper] Fix blank strings display  ...
    @xabbuh
    xabbuh committedJan 17, 2025
    Configuration menu
    Copy the full SHA
    6454a70View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1: (34 commits)  improve amqp connection issues  [Serializer] [ObjectNormalizer] Filter int when using FILTER_BOOL  Fix #53778  [PropertyInfo] Add missing test  fix tests  [Security][Validators] Review translations.  [validator] Updated Dutch translation  [FrameworkBundle] Fix wiring ConsoleProfilerListener  [HttpKernel] Fix link to php doc  [Validator] Update sr_Cyrl 120:This value is not a valid slug.  [Validator] Update sr_Latn 120:This value is not a valid slug.  6.4 Missing translations for Italian (it) #59419  tests(notifier): avoid failing SNS test with local AWS configuration  Fix typo ratio comment  chore: PropertyAccess - fix typo in DocBlock  [Validator] Missing translations for Brazilian Portuguese (pt_BR)  fix(dependency-injection): reset env vars with kernel.reset  [Translation][Validator] Review Russian translation (114 - 120)  Review validator-related persian translation with id 120  [Scheduler] Clarify description of exclusion time  ...
    @xabbuh
    xabbuh committedJan 17, 2025
    Configuration menu
    Copy the full SHA
    44271caView commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. [FrameworkBundle] Fix patching refs to the tmp warmup dir in files ge…

    …nerated by optional cache warmers
    @nicolas-grekas
    nicolas-grekas committedJan 22, 2025
    Configuration menu
    Copy the full SHA
    5791a99View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f14292bView commit details
    Browse the repository at this point in the history
  3. bug #59581 [Cache] Don't clear system caches oncache:clear (nicola…

    …s-grekas)This PR was merged into the 6.4 branch.Discussion----------[Cache] Don't clear system caches on `cache:clear`| Q             | A| ------------- | ---| Branch?       | 6.4| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Issues        | Fix #59445| License       | MITAs spotted by `@MatTheCat` insymfony/symfony#59445 (comment), non-optional cache warmers currently cannot use any cache pools derived from the `cache.system` one.The reason is that when running `cache:clear` with no `var/cache` folder, we skip running those cache warmers since they already ran to execute the command, but we still call the cache clearer service, which empties system pools at the moment, annihilating anything non-optional cache warmers put in these pools.I propose to fix this by just not clearing cache pools derived from the system pool anymore. System pools are meant to we stored in the `kernel.cache_dir` anyway, so they're already cleared when `cache:clear` empties that folder.Commits-------8e820561295 [Cache] Don't clear system caches on cache:clear
    @nicolas-grekas
    nicolas-grekas committedJan 22, 2025
    Configuration menu
    Copy the full SHA
    7e18b72View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    132ab27View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.1

    * 6.4:  [FrameworkBundle] Add missing `not-compromised-password` entry in XSD  [AssetMapper] Fix CssCompiler matches url in comments  Add support for doctrine/persistence 4  Ensure TransportExceptionInterface populates stream debug data  Fix typo in validators.sk.xlf  [Mime] Fix body validity check in `Email` when using `Message::setBody()`  Review Arabic translations for the validator  Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style.  Review translation  [Cache] Don't clear system caches on cache:clear  [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers  Mark Czech Validator translation as reviewed  [PropertyInfo] Fix `TypeTest` duplicated assert  [HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity  Update validators.ar.xlf  [DomCrawler] Make `ChoiceFormField::isDisabled` return `true` for unchecked disabled checkboxes
    @xabbuh
    xabbuh committedJan 27, 2025
    Configuration menu
    Copy the full SHA
    591abb6View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:  [FrameworkBundle] Add missing `not-compromised-password` entry in XSD  [AssetMapper] Fix CssCompiler matches url in comments  Add support for doctrine/persistence 4  Ensure TransportExceptionInterface populates stream debug data  Fix typo in validators.sk.xlf  [Mime] Fix body validity check in `Email` when using `Message::setBody()`  Review Arabic translations for the validator  Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style.  Review translation  [Cache] Don't clear system caches on cache:clear  [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers  Mark Czech Validator translation as reviewed  [PropertyInfo] Fix `TypeTest` duplicated assert  [Validator] Fix `Url` constraint attribute assertion  convert legacy types to TypeInfo types if getType() is not implemented  [HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity  Update validators.ar.xlf  [DomCrawler] Make `ChoiceFormField::isDisabled` return `true` for unchecked disabled checkboxes
    @xabbuh
    xabbuh committedJan 27, 2025
    Configuration menu
    Copy the full SHA
    5834042View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

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

Commits on Jan 29, 2025

  1. Merge branch '6.4' into 7.1

    * 6.4:  [Serializer] fix default context in Serializer
    @fabpot
    fabpot committedJan 29, 2025
    Configuration menu
    Copy the full SHA
    1eae7a4View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:  [Serializer] fix default context in Serializer
    @fabpot
    fabpot committedJan 29, 2025
    Configuration menu
    Copy the full SHA
    d37a43dView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp