7042 Commits

Author SHA1 Message Date
Javier Eguiluz
454d5534af [Form] Fix more broken references related to removed pages 2026-01-23 11:58:14 +01:00
Javier Eguiluz
8829dcdf89 Misc grammar fixes 2026-01-19 17:54:54 +01:00
Javier Eguiluz
a5f2e4a038 Merge branch '6.4' into 7.3
* 6.4:
  add relative path mapping example to `framework.ide`
2026-01-19 17:41:55 +01:00
Javier Eguiluz
c8b887eede minor #21699 add relative path mapping example to framework.ide (alcohol)
This PR was merged into the 6.4 branch.

Discussion
----------

 add relative path mapping example to `framework.ide`

Added example for JetBrains Toolbox with relative path.

Relates to [#60338](https://github.com/symfony/symfony/issues/60338)

Commits
-------

b2519d205 add relative path mapping example to `framework.ide`
2026-01-19 17:39:40 +01:00
Javier Eguiluz
b37d5cb932 minor #21620 [Validator] Consistently use Assert\... when referring to assertions (mpdude)
This PR was merged into the 7.3 branch.

Discussion
----------

[Validator] Consistently use `Assert\...` when referring to assertions

I noticed a slight inconsistency in the docs when showing examples of using `Constraint` classes. In some examples, the class is `use`d and shown with the short class name. In other cases, the `Symfony\Component\Validator\Constraints` namespace is used as `Assert`, and references being made as `Assert\NotBlank` and similar.

Personally, I like the `Assert\` prefix, since it triggers the "ah, that's a constraint" wiring in my head, but I don't mind. Generally, I'd prefer consistency, since I noticed that this caused confusion in my team.

Additionally, this PR fixes a few places where we are still showing the use of array-based options instead of named arguments, a change that was made in 7.3.

Commits
-------

4b4161faa Consistently use `Assert\...` when referring to assertions
2026-01-16 08:56:54 +01:00
Javier Eguiluz
0403aae2cb Merge branch '6.4' into 7.3
* 6.4:
  Remove some idioms and simplify expressions
2026-01-09 17:21:54 +01:00
Javier Eguiluz
c9b3b76d00 minor #21690 Remove some idioms and simplify expressions (javiereguiluz)
This PR was merged into the 6.4 branch.

Discussion
----------

 Remove some idioms and simplify expressions

The audience of Symfony docs is worlwide and mostly non-native in English, so let's try to use simpler expressions if possible.

Commits
-------

ec70ebc24 Remove some idioms and simplify expressions
2026-01-09 17:18:55 +01:00
Rob
b2519d205c add relative path mapping example to framework.ide
Added example for JetBrains Toolbox with relative path.
2026-01-09 10:40:08 +01:00
Javier Eguiluz
ef9ad3a15d Merge branch '6.4' into 7.3
* 6.4:
  Fix some grammar issues
2026-01-08 16:44:18 +01:00
Javier Eguiluz
b45db71256 minor #21684 Fix some grammar issues (javiereguiluz)
This PR was squashed before being merged into the 6.4 branch.

Discussion
----------

 Fix some grammar issues

This PR fixes

* allow to:
  * wrong: allow to [infinitive]
  * correct: allow [object (e.g. "you")] to [infinitive]
  * correct: allow [gerund]
* require to:
  * wrong: require to [infinitive]
  * correct: require [object (e.g. "you")] to [infinitive]
  * correct: require [gerund]

`@OskarStark` given that we make this mistake so frequently, maybe we could create a DOCtor-RST rule for it. Thanks!

Commits
-------

18ef54507  Fix some grammar issues
2026-01-08 16:36:22 +01:00
Javier Eguiluz
18ef54507f Fix some grammar issues 2026-01-08 16:36:18 +01:00
Javier Eguiluz
87e89f6d03 Merge branch '6.4' into 7.3
* 6.4:
  Fix misc grammar issues
  Fix some typos
  [Mercure] Fix a minor RST syntax issue
  Fix some code examples by removing the constructor return type
2026-01-08 13:30:30 +01:00
Javier Eguiluz
ec70ebc249 Remove some idioms and simplify expressions 2026-01-07 17:36:05 +01:00
Javier Eguiluz
92044b801f Fix some code examples by removing the constructor return type 2026-01-07 12:56:16 +01:00
Oskar Stark
70ae196be4 Merge branch '6.4' into 7.3
* 6.4:
  Update DOCtor-RST to 1.77.0 and enable `no_relative_doc_path` rule
2025-12-10 15:42:23 +01:00
Oskar Stark
67506ba833 Update DOCtor-RST to 1.77.0 and enable no_relative_doc_path rule 2025-12-10 15:42:11 +01:00
Oskar Stark
852a48c091 minor 2025-12-08 21:04:48 +01:00
Oskar Stark
1839b6973c Merge branch '6.4' into 7.3
* 6.4:
  Update DOCtor-RST and enable new rules
2025-12-08 21:02:42 +01:00
Oskar Stark
e960b880e5 Update DOCtor-RST and enable new rules 2025-12-08 21:01:53 +01:00
Matthias Pigulla
4b4161faa4 Consistently use Assert\... when referring to assertions 2025-12-03 13:40:29 +01:00
Wouter de Jong
882b5714b4 Fix syntax errors/warnings in 7.3 2025-11-29 22:32:57 +01:00
Oskar Stark
07fb7707b6 Update DOCtor-RST 2025-11-29 20:10:37 +01:00
Christian Flothmann
f9c60f491a Merge branch '6.4' into 7.3
* 6.4:
  Fix “construtor” typos across docs (constructor)
  Fix typo in encoders.rst (Serveral → Several)
2025-10-21 08:54:27 +02:00
Ali Sol
06494a897b Fix “construtor” typos across docs (constructor)
Token-only typo fixes (no style/wording/formatting changes):
- html_sanitizer.rst: construtor → constructor
- lock.rst: construtor → constructor
- rate_limiter.rst: construtor → constructor
- reference/configuration/framework.rst: construtor → constructor
- workflow.rst: construtor → constructor
2025-10-20 16:05:54 +03:30
Javier Eguiluz
7a3750e67b Merge branch '6.4' into 7.3
* 6.4:
  Fix a code example
2025-10-20 08:08:46 +02:00
Javier Eguiluz
c4a2cf9098 Fix a code example 2025-10-20 08:08:25 +02:00
Javier Eguiluz
763c475b4a Merge branch '6.4' into 7.3
* 6.4:
  [Validator] Image Constraint - minPixels and maxPixels should be float
2025-10-13 08:20:45 +02:00
wkania
b9d1038a79 [Validator] Image Constraint - minPixels and maxPixels should be float 2025-10-09 20:48:54 +02:00
Javier Eguiluz
a33339fb83 Merge branch '6.4' into 7.3
* 6.4:
  Minor tweaks
  [Validator] UniqueEntity - add warning about not supported types and association mappings.
2025-10-08 10:16:34 +02:00
Javier Eguiluz
f049598287 Minor tweaks 2025-10-08 10:16:19 +02:00
wkania
31ec2a0959 [Validator] UniqueEntity - add warning about not supported types and association mappings. 2025-10-08 00:06:22 +02:00
Javier Eguiluz
4854f58a0c Merge branch '6.4' into 7.3
* 6.4:
  Minor tweaks
  [DoctrineBundle] Add infos about disabling the Autocommit mode
2025-10-07 09:26:54 +02:00
Javier Eguiluz
28af525b2a Minor tweaks 2025-10-07 09:26:41 +02:00
Thibault G.
ba88c3b6c7 [DoctrineBundle] Add infos about disabling the Autocommit mode 2025-10-07 09:20:52 +02:00
Javier Eguiluz
374fa08951 [HttpClient] Add a missing reference 2025-10-07 08:54:20 +02:00
Javier Eguiluz
c758803416 Merge branch '6.4' into 7.3
* 6.4:
  Move http_client.retry_failed config inside retry_failed section
2025-10-06 08:54:07 +02:00
Antoine Lamirault
b357e363f8 [Framework] Fix framework options not_compromised_password 2025-10-05 12:20:57 +02:00
Nicolas Sauveur
1c2f9d8baf Move http_client.retry_failed config inside retry_failed section
See issue https://github.com/symfony/symfony-docs/issues/21434

Before:

framework.http_client.max_retries

After:

framework.http_client.retry_failed.max_retries

I am not sure if this is the proper way, as I did not see other sections in the framework config with this level of nesting.
2025-10-03 16:17:17 +02:00
Javier Eguiluz
a55c4b76c4 Merge branch '6.4' into 7.3
* 6.4:
  [Form] Document the choices option of EnumType
2025-10-02 10:13:42 +02:00
Javier Eguiluz
fe70fe058b minor #21451 [Form] Document the choices option of EnumType (javiereguiluz)
This PR was squashed before being merged into the 6.4 branch.

Discussion
----------

[Form] Document the choices option of EnumType

Fixes #21436.

Commits
-------

f8d47af56 [Form] Document the choices option of EnumType
2025-10-02 10:13:27 +02:00
Javier Eguiluz
f8d47af56e [Form] Document the choices option of EnumType 2025-10-02 10:11:36 +02:00
Javier Eguiluz
7c9046dcd6 Merge branch '6.4' into 7.3
* 6.4:
  Minor reword
  fix(reference): security.logout.path supports route name
2025-10-02 09:50:49 +02:00
Javier Eguiluz
7fcff0c219 Minor reword 2025-10-02 09:50:38 +02:00
Xavier Leune
a35b5f66f9 fix(reference): security.logout.path supports route name 2025-09-30 18:08:23 +02:00
Javier Eguiluz
001263e960 [PropertyInfo] Improved the explanation of the with_constructor_extractor option 2025-09-30 12:03:03 +02:00
Javier Eguiluz
668d6d3845 Merge branch '6.4' into 7.3
* 6.4:
  Update link to Monolog Configuration class
2025-09-25 12:59:19 +02:00
Jérôme Tamarelle
fde7f8cd1d Update link to Monolog Configuration class 2025-09-25 12:58:32 +02:00
Javier Eguiluz
50acd66506 Merge branch '6.4' into 7.3
* 6.4:
  [Asset][Lock][RateLimiter] Use the `#[Target]` attribute in some examples
2025-09-19 16:07:18 +02:00
Javier Eguiluz
5d245909d1 [Asset][Lock][RateLimiter] Use the #[Target] attribute in some examples 2025-09-19 16:02:09 +02:00
Javier Eguiluz
de555d72b1 Merge branch '6.4' into 7.3
* 6.4:
  Minor tweak
  [Validator] UniqueEntity - add note about comparing files.
2025-09-02 17:56:30 +02:00