@@ -20,15 +20,19 @@ New Documentation
20
20
~~~~~~~~~~~~~~~~~
21
21
22
22
* `#5533 <https://github.com/symfony/symfony-docs/pull/5533 >`_ Replace Capifony with Capistrano/symfony (mojzis)
23
+ * `#5543 <https://github.com/symfony/symfony-docs/pull/5543 >`_ Add deprecation notice to "choice_list" option of ChoiceType (XitasoChris)
23
24
* `#5516 <https://github.com/symfony/symfony-docs/pull/5516 >`_ Added a note about session data size in PdoSessionHandler (javiereguiluz)
25
+ * `#5499 <https://github.com/symfony/symfony-docs/pull/5499 >`_ The "property" option of DoctrineType was deprecated. (XWB)
24
26
* `#5491 <https://github.com/symfony/symfony-docs/pull/5491 >`_ added composer info (OskarStark)
25
27
* `#5478 <https://github.com/symfony/symfony-docs/pull/5478 >`_ Add cookbook article for using MongoDB to store session data (stevenmusumeche)
26
28
* `#5472 <https://github.com/symfony/symfony-docs/pull/5472 >`_ Added a tip about hashing the result of nextBytes() (javiereguiluz)
27
29
* `#5453 <https://github.com/symfony/symfony-docs/pull/5453 >`_ Cleanup security voters cookbook recipes (WouterJ)
30
+ * `#5444 <https://github.com/symfony/symfony-docs/pull/5444 >`_ Documented the "auto_alias" feature (javiereguiluz)
28
31
* `#5201 <https://github.com/symfony/symfony-docs/pull/5201 >`_ [Book][Routing] Add example about how to match multiple methods (xelaris)
29
32
* `#5430 <https://github.com/symfony/symfony-docs/pull/5430 >`_ Pr/5085 (sjagr, javiereguiluz)
30
33
* `#5456 <https://github.com/symfony/symfony-docs/pull/5456 >`_ Completely re-reading the data transformers chapter (weaverryan)
31
34
* `#5426 <https://github.com/symfony/symfony-docs/pull/5426 >`_ Documented the checkDNS option of the Url validator (saro0h, javiereguiluz)
35
+ * `#5333 <https://github.com/symfony/symfony-docs/pull/5333 >`_ [FrameworkBundle] Update serializer configuration reference (dunglas)
32
36
* `#5424 <https://github.com/symfony/symfony-docs/pull/5424 >`_ Integrate the "Create your own framework" tutorial (fabpot, lyrixx, jdreesen, catchamonkey, gnugat, andreia, Arnaud Kleinpeter, willdurand, amitayh, nanocom, hrbonz, Pedro Gimenez, ubick, dirkaholic, bamarni, revollat, javiereguiluz)
33
37
34
38
Fixed Documentation
@@ -37,6 +41,7 @@ Fixed Documentation
37
41
* `#5567 <https://github.com/symfony/symfony-docs/pull/5567 >`_ Change Sql Field name because it's reserved (rmed19)
38
42
* `#5528 <https://github.com/symfony/symfony-docs/pull/5528 >`_ [reate_framework] Fix mock $matcher (kenjis)
39
43
* `#5501 <https://github.com/symfony/symfony-docs/pull/5501 >`_ Fix typo in url for PHPUnit test coverage report (TrueGit)
44
+ * `#5501 <https://github.com/symfony/symfony-docs/pull/5501 >`_ Fix typo in url for PHPUnit test coverage report (TrueGit)
40
45
* `#5461 <https://github.com/symfony/symfony-docs/pull/5461 >`_ Rework quick tour big picture (smatejic, DQNEO, xabbuh)
41
46
* `#5488 <https://github.com/symfony/symfony-docs/pull/5488 >`_ fix #5487 (emillosanti)
42
47
* `#5496 <https://github.com/symfony/symfony-docs/pull/5496 >`_ Security voters fixes (german.bortoli)
@@ -53,6 +58,9 @@ Minor Documentation Changes
53
58
* `#5556 <https://github.com/symfony/symfony-docs/pull/5556 >`_ Fix typo Esi in part create framework (nicolasdewez)
54
59
* `#5568 <https://github.com/symfony/symfony-docs/pull/5568 >`_ [Create Framework] Fix extract calls (replaces #5522) (kenjis)
55
60
* `#5548 <https://github.com/symfony/symfony-docs/pull/5548 >`_ use the include() Twig function instead of the tag (xabbuh)
61
+ * `#5542 <https://github.com/symfony/symfony-docs/pull/5542 >`_ [Cookbook][Email] add missing versionadded directive (xabbuh)
62
+ * `#5476 <https://github.com/symfony/symfony-docs/pull/5476 >`_ [Cookbook][Security] some additional tweaks for the voter cookbook (xabbuh)
63
+ * `#5413 <https://github.com/symfony/symfony-docs/pull/5413 >`_ Fix doc about deprecations policy (nicolas-grekas)
56
64
* `#5557 <https://github.com/symfony/symfony-docs/pull/5557 >`_ [2.3] [Contributing] Added note about empty returns (phansys)
57
65
* `#5492 <https://github.com/symfony/symfony-docs/pull/5492 >`_ updated tree for front controller (OskarStark)
58
66
* `#5536 <https://github.com/symfony/symfony-docs/pull/5536 >`_ Removed reference to remove HTTPS off from nginx configuration (wjzijderveld)
@@ -62,19 +70,27 @@ Minor Documentation Changes
62
70
* `#5490 <https://github.com/symfony/symfony-docs/pull/5490 >`_ changed headline (OskarStark)
63
71
* `#5479 <https://github.com/symfony/symfony-docs/pull/5479 >`_ Update http-foundation.rst (jezemery)
64
72
* `#5552 <https://github.com/symfony/symfony-docs/pull/5552 >`_ rename $input to $greetInput (Xosofox)
73
+ * `#5544 <https://github.com/symfony/symfony-docs/pull/5544 >`_ [components][expression_language] Fix the wrong constructor for SerializedParsedExpression (zerustech)
65
74
* `#5537 <https://github.com/symfony/symfony-docs/pull/5537 >`_ Update design patter of Event Dispatcher (almacbe)
66
75
* `#5546 <https://github.com/symfony/symfony-docs/pull/5546 >`_ A bunch of doc fixes again (WouterJ)
67
76
* `#5486 <https://github.com/symfony/symfony-docs/pull/5486 >`_ review all Security code blocks (xabbuh)
77
+ * `#5538 <https://github.com/symfony/symfony-docs/pull/5538 >`_ Update email.rst (TisLars)
68
78
* `#5529 <https://github.com/symfony/symfony-docs/pull/5529 >`_ [Cookbook][upload_file] Fix :methods: to remove doubled braces (bicpi)
69
79
* `#5455 <https://github.com/symfony/symfony-docs/pull/5455 >`_ Improve travis build speed (WouterJ)
70
80
* `#5442 <https://github.com/symfony/symfony-docs/pull/5442 >`_ Improved the explanation about the verbosity levels of the console (javiereguiluz)
81
+ * `#5523 <https://github.com/symfony/symfony-docs/pull/5523 >`_ Custom voter example, fix missing curly brace (snroki)
82
+ * `#5524 <https://github.com/symfony/symfony-docs/pull/5524 >`_ TYPO: missing closing parantheses of the array (listerical85)
71
83
* `#5519 <https://github.com/symfony/symfony-docs/pull/5519 >`_ Prepare Platform.sh configuration files. (GuGuss)
84
+ * `#5443 <https://github.com/symfony/symfony-docs/pull/5443 >`_ Added a note about the implementation of the verbosity semantic methods (javiereguiluz)
72
85
* `#5518 <https://github.com/symfony/symfony-docs/pull/5518 >`_ Minor grammar fix. (maxolasersquad)
86
+ * `#5520 <https://github.com/symfony/symfony-docs/pull/5520 >`_ Fix RST (kenjis)
87
+ * `#5429 <https://github.com/symfony/symfony-docs/pull/5429 >`_ Promote Symfony's builtin serializer instead of JMS (javiereguiluz)
73
88
* `#5427 <https://github.com/symfony/symfony-docs/pull/5427 >`_ Cookbook grammar and style fixes (frne, javiereguiluz)
74
89
* `#5505 <https://github.com/symfony/symfony-docs/pull/5505 >`_ [Cookbook][Form] some tweaks to the data transformers chapter (xabbuh)
75
90
* `#5352 <https://github.com/symfony/symfony-docs/pull/5352 >`_ Update http_fundamentals.rst (wouthoekstra)
76
91
* `#5471 <https://github.com/symfony/symfony-docs/pull/5471 >`_ Updated the Symfony Versions Roadmap image (javiereguiluz)
77
92
* `#5511 <https://github.com/symfony/symfony-docs/pull/5511 >`_ [HttpKernel] Fix use statement (dunglas)
93
+ * `#5510 <https://github.com/symfony/symfony-docs/pull/5510 >`_ [PSR-7] Fix Diactoros link (dunglas)
78
94
* `#5506 <https://github.com/symfony/symfony-docs/pull/5506 >`_ Fixes small typo in data transformers cookbook (catchamonkey)
79
95
* `#5425 <https://github.com/symfony/symfony-docs/pull/5425 >`_ Added a caution note about invoking other commands (kix, javiereguiluz)
80
96
* `#5367 <https://github.com/symfony/symfony-docs/pull/5367 >`_ Split Security into Authentication & Authorization (iltar)
0 commit comments