Javier Eguiluz
f25313db7f
Merge branch '7.2' into 7.3
...
* 7.2:
Replace get_class() calls by ::class
2025-05-29 16:29:02 +02:00
Javier Eguiluz
45ee8535a1
Merge branch '6.4' into 7.2
...
* 6.4:
Replace get_class() calls by ::class
2025-05-29 16:29:01 +02:00
Antoine Lamirault
65599c4cec
Replace get_class() calls by ::class
2025-05-29 14:07:18 +02:00
Javier Eguiluz
e6ba3a96ec
Rewords
2025-05-27 12:02:55 +02:00
Javier Eguiluz
dfafe24412
minor #20819 [Doctrine] entityvalueresolver target entities (NanoSector)
...
This PR was squashed before being merged into the 7.3 branch.
Discussion
----------
[Doctrine] entityvalueresolver target entities
Fix #20796
Commits
-------
91a952566 [Doctrine] entityvalueresolver target entities
2025-05-27 11:52:13 +02:00
NanoSector
91a952566f
[Doctrine] entityvalueresolver target entities
2025-05-27 11:52:05 +02:00
Christian Flothmann
fe5cf5eb41
Merge branch '6.4' into 7.2
...
* 6.4:
Highligh 'extensions' instead of 'mimeTypes' for File constraint
Update messenger.rst
[Doctrine] Remove redundant example with attribute
Changed text to mention one Product object instead of many
[WebLink] Hint that prerender is deprecated
2025-05-18 13:08:34 +02:00
Christian Flothmann
30816b99cb
minor #20972 Changed text to mention one Product object instead of many (pjotrsavitski)
...
This PR was merged into the 6.4 branch.
Discussion
----------
Changed text to mention one Product object instead of many
The getOneOrNullResult will not return multiple results.
Commits
-------
5952dd3e9 Changed text to mention one Product object instead of many
2025-05-18 12:51:10 +02:00
HypeMC
62b7149405
[Doctrine] Remove redundant example with attribute
2025-05-17 17:55:29 +02:00
Pjotr Savitski
5952dd3e9e
Changed text to mention one Product object instead of many
...
The getOneOrNullResult will not return multiple results.
2025-05-17 09:41:44 +03:00
Javier Eguiluz
a61bc46fc4
Merge branch '6.4' into 7.2
...
* 6.4:
Fix 2 small grammar errors/6.4
2025-02-10 13:28:25 +01:00
Casey Heagerty
035e35265d
Fix 2 small grammar errors/6.4
2025-02-10 09:52:12 +01:00
Wouter de Jong
84ead23b4f
Merge remote-tracking branch 'origin/6.4' into 7.1
...
* origin/6.4:
Replaced caution blocks with warning
2024-12-07 12:11:20 +01:00
Timo Bakx
3849004fcc
Replaced caution blocks with warning
...
Fixes #20371
Both blocks are currently rendered identically. Keeping only one of the two makes it easier to contribute.
Some blocks were elevated to danger.
2024-12-07 12:02:55 +01:00
Javier Eguiluz
eacc9c3980
[Doctrine] Delete the article about reverse engineering
2024-09-27 10:20:04 +02:00
Javier Eguiluz
299e6f5e4a
[Doctrine][Security] Remove an old article about registration forms
2024-09-26 10:42:54 +02:00
Javier Eguiluz
50e4fa8f25
Merge branch '6.4' into 7.0
...
* 6.4:
[HttpClient] Explain how to mock `TransportExceptions` that occur before headers are received
Update DOCtor-RST config
Fix the version in which AsDoctrineListener was added
2024-06-27 12:47:51 +02:00
Jacob Dreesen
dcb42cb084
Fix the version in which AsDoctrineListener was added
2024-06-26 10:55:49 +02:00
Javier Eguiluz
4ae5fbf290
Merge branch '6.4' into 7.0
...
* 6.4:
Replace serverVersion example values with full version numbers
2024-06-10 09:06:43 +02:00
Javier Eguiluz
802dc735fe
Merge branch '5.4' into 6.4
...
* 5.4:
Replace serverVersion example values with full version numbers
2024-06-10 09:06:41 +02:00
Nic Wortel
f3ac20ee19
Replace serverVersion example values with full version numbers
...
Doctrine DBAL 3.6.0 deprecated incomplete version numbers for the serverVersion
value (for example 8 or 8.0 for MySQL). Instead, a full version number (8.0.37)
is expected.
See https://www.doctrine-project.org/projects/doctrine-dbal/en/4.0/reference/configuration.html#automatic-platform-version-detection
and https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-disallowed-partial-version-numbers-in-serverversion .
This commit replaces partial version numbers with full version numbers.
It also replaces examples with EOL database versions (such as MySQL 5.7 and
PostgreSQL 11) with more modern, supported versions.
Fixes https://github.com/symfony/symfony-docs/issues/19876 .
2024-05-10 14:12:39 +02:00
Javier Eguiluz
f8365aae0e
Merge branch '6.4' into 7.0
...
* 6.4:
[MakerBundle] `make:migration` supports --formatted option
[MakerBundle] document --with-uuid & --with-ulid
2024-03-27 11:44:26 +01:00
Javier Eguiluz
f78e9428d3
Merge branch '5.4' into 6.4
...
* 5.4:
[MakerBundle] `make:migration` supports --formatted option
[MakerBundle] document --with-uuid & --with-ulid
2024-03-27 11:44:18 +01:00
Jesse Rushlow
0de0d796bb
[MakerBundle] document --with-uuid & --with-ulid
...
Introduced in MakerBundle `v1.57.0` passing `--with-uuid` || --with-ulid` to:
- `make:user`
- `make:entity`
- `make:reset-password`
Will generate the entities with either `Uuid`'s or `Ulid`'s for the entities `id` / primary key.
2024-03-26 15:33:08 -04:00
Javier Eguiluz
3b3ff02236
Merge branch '6.4' into 7.0
...
* 6.4:
Replace Annotation\Route with Attribute\Route
2024-03-04 08:28:42 +01:00
Simon André
32460957ae
Replace Annotation\Route with Attribute\Route
...
Inspired by https://github.com/symfony/symfony-docs/pull/19619 :)
2024-03-02 11:06:30 +01:00
Javier Eguiluz
847493b8d9
Merge branch '6.4' into 7.0
...
* 6.4:
Minor: remove duplicated lines
2024-02-09 12:05:01 +01:00
Javier Eguiluz
230adacb95
Merge branch '5.4' into 6.4
...
* 5.4:
Minor: remove duplicated lines
2024-02-09 12:02:50 +01:00
Antoine Lamirault
6629fcf67c
Minor: remove duplicated lines
2024-02-08 18:47:58 +01:00
Oskar Stark
171e0ed7a3
Merge branch '6.4' into 7.0
...
* 6.4:
Update associations.rst
2023-12-28 23:05:58 +01:00
Oskar Stark
160871b03c
Merge branch '6.3' into 6.4
...
* 6.3:
Update associations.rst
2023-12-28 23:05:56 +01:00
Oskar Stark
5ae0a3233f
Merge branch '5.4' into 6.3
...
* 5.4:
Update associations.rst
2023-12-28 23:05:54 +01:00
fishbone1
2f88c8c89c
Update associations.rst
...
Added caution block that informs about the risks of generated convenience "add" and "remove" methods on the inverse side.
2023-12-28 22:25:19 +01:00
Javier Eguiluz
2ab178ddcf
Merge branch '6.4' into 7.0
...
* 6.4:
[Doctrine] Update the article about Doctrine events
2023-09-19 10:59:54 +02:00
Javier Eguiluz
fab275a09b
Merge branch '6.3' into 6.4
...
* 6.3:
[Doctrine] Update the article about Doctrine events
2023-09-19 10:56:17 +02:00
Javier Eguiluz
4a4d9ded8c
[Doctrine] Update the article about Doctrine events
2023-09-19 10:56:03 +02:00
Wouter de Jong
e41c889fd7
Merge branch '6.4' into 7.0
...
* 6.4:
Fix all diagram paths again
2023-09-02 19:41:38 +02:00
Wouter de Jong
718ba0b434
Merge branch '6.3' into 6.4
...
* 6.3:
Fix all diagram paths again
2023-09-02 19:41:32 +02:00
Wouter de Jong
de325d613e
Merge branch '5.4' into 6.3
...
* 5.4:
Fix all diagram paths again
2023-09-02 19:41:26 +02:00
Wouter de Jong
2f34dd21b0
Fix all diagram paths again
2023-09-02 19:41:21 +02:00
Wouter de Jong
5ceb3c2989
Merge branch '6.4' into 7.0
...
* 6.4:
Fix all diagram paths
2023-09-01 23:23:57 +02:00
Wouter de Jong
0bdaa052d6
Merge branch '6.3' into 6.4
...
* 6.3:
Fix all diagram paths
2023-09-01 23:23:39 +02:00
Wouter de Jong
395539c0bf
Merge branch '5.4' into 6.3
...
* 5.4:
Fix all diagram paths
2023-09-01 23:23:32 +02:00
Wouter de Jong
57dcfd0e87
Fix all diagram paths
2023-09-01 23:23:26 +02:00
Wouter de Jong
565af2b063
Merge branch '6.4' into 7.0
...
* 6.4:
[RFC] Add alt texts to images
2023-09-01 19:39:59 +02:00
Wouter de Jong
f471484f6f
Merge branch '6.3' into 6.4
...
* 6.3:
[RFC] Add alt texts to images
2023-09-01 19:39:53 +02:00
Wouter de Jong
10ac4203ac
Merge branch '5.4' into 6.3
...
* 5.4:
[RFC] Add alt texts to images
2023-09-01 19:39:47 +02:00
Wouter de Jong
673cd601b0
[RFC] Add alt texts to images
2023-09-01 19:39:15 +02:00
Javier Eguiluz
0f8ef31489
Merge branch '6.4' into 7.0
...
* 6.4:
Update events.rst
2023-08-29 08:52:00 +02:00
Javier Eguiluz
8e729dc7e9
Merge branch '6.3' into 6.4
...
* 6.3:
Update events.rst
2023-08-29 08:51:47 +02:00