17 Commits

Author SHA1 Message Date
Grégoire Paris
d6629c6d4e Merge pull request #584 from doctrine/1.8.x
Merge 1.8.x up into 2.2.x
2025-11-09 10:11:28 +01:00
Jérôme Tamarelle
772ba56145 Add doctrine/docs-builder to docs/composer.json 2025-10-24 23:15:36 +02:00
Maxcastel
f1b39a7cc7 feat(executor): add DryRunORMExecutor class for dry-run support 2025-08-19 00:04:40 +02:00
Grégoire Paris
eb2e07b676 Merge pull request #489 from doctrine/1.7.x
Merge 1.7.x up into 1.8.x
2024-11-04 21:44:12 +01:00
Grégoire Paris
ee28e45f8e Mark sidebar as orphan 2024-10-06 21:38:55 +02:00
Grégoire Paris
32c0367dd2 Use captions over custom directives
Now that we use phpDocumentor/guides and
https://github.com/doctrine/orm/pull/11576 is merged, we can try
using captions instead of custom directives.
2024-10-02 08:34:14 +02:00
Jérôme Tamarelle
71ba52a81d Make Executor and Purger classes final 2023-12-14 23:11:14 +01:00
Grégoire Paris
0bc3f4cd58 Add blank line after code block start
Not having it makes the whole block invalid.
2023-02-17 09:09:44 +01:00
Vincent Langlet
ab2a4c8a64 Update doc 2022-10-23 18:59:26 +02:00
Grégoire Paris
e8da453e02 Merge remote-tracking branch 'origin/1.5.x' into 1.6.x 2022-06-16 16:12:10 +02:00
Alexander M. Turek
7da8de7482 Introduce MultipleTransactionORMExecutor (#396)
Co-authored-by: Alexander M. Turek <me@derrabus.de>

Co-authored-by: Fabien Salathe <fabacrans@gmail.com>
2022-05-03 12:24:02 +02:00
Grégoire Paris
66419a821c Put words in the right order 2022-04-21 19:45:24 +02:00
Grégoire Paris
b04d9cc4c5 Be more precise
It is OK to have extra arguments if they are optional.
Co-authored-by: Alexander M. Turek <me@derrabus.de>
2022-03-28 21:15:01 +02:00
Grégoire Paris
66dedf0ae9 fix formatting issues 2022-03-26 13:54:22 +01:00
Grégoire Paris
54547612fe Avoid inline literals in titles
They result in weird links weird inline literals are replaced with
hashes.
Let us also add missing words in sentences above, this should make it
easier to figure out that these are the same 2 options as below, or just
make sentences correct.
2022-03-26 12:35:43 +01:00
Grégoire Paris
aea3fd5bf6 Add missing "s" 2022-03-24 08:47:44 +01:00
Grégoire Paris
fea0550b94 Rewrite the docs in ReStructuredText
Using a single markdown file does not scale well. Also, it is less
suprising to do the same as in other Doctrine projects.
2022-03-23 16:48:33 +01:00