forked from symfony/symfony-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] 6.2 from symfony:6.2 #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
627
commits into
NOUIY:6.2
Choose a base branch
from
symfony:6.2
base: 6.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR was submitted for the 6.3 branch but it was merged into the 6.2 branch instead. Discussion ---------- [Bundles] Update wording bundles.rst Commits ------- b15303f Update wording bundles.rst
Typo!
This PR was submitted for the 6.3 branch but it was merged into the 6.2 branch instead. Discussion ---------- [Security] Update security.rst Typo! <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- fa355fd Update security.rst
use constant of class and not string (in twig too)
This PR was submitted for the 6.4 branch but it was merged into the 6.2 branch instead. Discussion ---------- [Security] Update voters.rst use constant of class and not string (in twig too) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 1799a49 Update voters.rst
…es by their source code link (alexandre-daubois) This PR was merged into the 5.4 branch. Discussion ---------- [HttpClient] Replace a few classes and methods occurrences by their source code link Fixing a few missing ones Commits ------- 335c8cf [HttpClient] Replace a few classes and methods occurrences by their source code link
* 5.4: [HttpClient] Replace a few classes and methods occurrences by their source code link
* 5.4: [Process] Remove wrong note about `create_new_console` option
…r.rst (Manually Wiring Arguments part) (Enz000) This PR was merged into the 6.2 branch. Discussion ---------- [DependencyInjection] fix(typo): Update service_container.rst (Manually Wiring Arguments part) Commits ------- 40d2bb7 Update service_container.rst (Manually Wiring Arguments part)
…ndre-daubois) This PR was merged into the 5.4 branch. Discussion ---------- [Console] Call command with options without value Also added `:class:` to `BufferedOutput`, as it's not referenced anywhere else in the page Commits ------- b55fcfb [Console] Call command with options without value
* 5.4: [Console] Call command with options without value
…ranslator.fallbacks`
… support for wildcard routes (brzuchal) This PR was submitted for the 6.3 branch but it was merged into the 6.2 branch instead. Discussion ---------- [FrameworkBundle][Messenger] Extend note on routing with support for wildcard routes Extend wildcard `'*'` note with information about the usage of namespace wildcards. Commits ------- c4e2655 [Messenger] Extend note on routing with support for wildcard routes
added additional information
…ly does (scuben) This PR was merged into the 6.2 branch. Discussion ---------- [HtmlSanitizer] corrected what `force_https_urls` actually does As seen in the [code](https://github.com/symfony/html-sanitizer/blob/eae9b0a9ad7a2ed1963f819547d59ff99ad9e0fd/TextSanitizer/UrlSanitizer.php#L68-L71) this only converts `http://` to `https://` but does not change any other scheme. Commits ------- b9a74c0 correct usage of force_https_urls
…hosts (they also match) (scuben) This PR was merged into the 6.2 branch. Discussion ---------- [HtmlSanitizer] Information about subdomains of allowed hosts (they also match) As seen in the [code](https://github.com/symfony/html-sanitizer/blob/6.2/TextSanitizer/UrlSanitizer.php#L108-L135) the allowed hosts also match any subdomain. Commits ------- 9e3d225 subdomains are also allowed on allowed hosts
This PR was merged into the 6.2 branch.
Discussion
----------
[Form] Update dynamic_form_modification.rst
Hi mates,
The JavaScript parts use jQuery and, IMHO, it's not relevant. Also, performing an Ajax request is easier since fetch is available for JavaScript. That's why I propose this piece of code.
Also, to use `form.getAttribute('action')` , you must manually define the URL called by the form. To do this, I give a third parameter to `createForm` and I set the action value in `SportMeetupType` with `$builder->setAction()`
Yannick
Commits
-------
7b5868b Update dynamic_form_modification.rst
This PR was submitted for the 6.3 branch but it was merged into the 6.2 branch instead. Discussion ---------- [Mailer] Fix typo Commits ------- 705cf3f [Mailer] Fix typo
This PR was merged into the 6.2 branch. Discussion ---------- [FrameworkBundle] Fix merging typos <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- f5a899e [FrameworkBundle] Fix merging typos
* 5.4: [FrameworkBundle] Add note for `prefix_seed` about container compilation
This PR was merged into the 5.4 branch. Discussion ---------- [Form] Improve form type guessers section Commits ------- 45b56c4 [Form] Improve form type guessers section
* 5.4: [Form] Improve form type guessers section
Using RedisTagAwareAdapter, Redis maxmemory-policy has to be "noeviction" or "volatile-*"
This PR was submitted for the 6.3 branch but it was merged into the 6.2 branch instead. Discussion ---------- [Cache] Update redis_adapter.rst Using RedisTagAwareAdapter, Redis maxmemory-policy has to be "noeviction" or "volatile-*" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 27ef0be Update redis_adapter.rst
This PR was merged into the 5.4 branch. Discussion ---------- Fix some internal references Commits ------- e3edb9c Fix some internal references
* 5.4: Fix some internal references
This PR was merged into the 5.4 branch. Discussion ---------- fix syntax Commits ------- 0125534 fix syntax
* 5.4: fix syntax
…egisterLoader (IssamRaouf) This PR was merged into the 5.4 branch. Discussion ---------- [micro_kernel] Fix deleted feature AnnotationRegistry::registerLoader [Dropping AnnotationRegistry completely, relying on native autoloading instead](doctrine/annotations#205) v2.0.0 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 9168b9d [micro_kernel] Fix deleted method AnnotationRegistry::registerLoader
* 5.4: [micro_kernel] Fix deleted method AnnotationRegistry::registerLoader
* 5.4: Remove some unused use
* 5.4: Backport a fix related to Webpack Encore
This PR was submitted for the 6.4 branch but it was squashed and merged into the 6.2 branch instead. Discussion ---------- Fix $tags type $tags using in the documentation must be a Collection to be persisted. Commits ------- 88655a9 Fix $tags type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )