@@ -19,6 +19,8 @@ December, 2015
19
19
New Documentation
20
20
~~~~~~~~~~~~~~~~~
21
21
22
+ * `#5906 <https://github.com/symfony/symfony-docs/pull/5906 >`_ Added documentation for choice_translation_domain option (peterrehm)
23
+ * `#6017 <https://github.com/symfony/symfony-docs/pull/6017 >`_ Documented the Symfony Console Styles (javiereguiluz)
22
24
* `#5811 <https://github.com/symfony/symfony-docs/pull/5811 >`_ Conversion from mysql to PDO (iqbalmalik89)
23
25
* `#5962 <https://github.com/symfony/symfony-docs/pull/5962 >`_ Simplify code example in "Adding custom extensions" section (snoek09)
24
26
* `#6022 <https://github.com/symfony/symfony-docs/pull/6022 >`_ clarify custom route loader documentation (dbu)
@@ -30,6 +32,7 @@ Fixed Documentation
30
32
* `#6063 <https://github.com/symfony/symfony-docs/pull/6063 >`_ minor #5829 Fix broken composer command (JHGitty)
31
33
* `#5904 <https://github.com/symfony/symfony-docs/pull/5904 >`_ Update php_soap_extension.rst (xDaizu)
32
34
* `#5819 <https://github.com/symfony/symfony-docs/pull/5819 >`_ Remove AppBundle (roukmoute)
35
+ * `#6001 <https://github.com/symfony/symfony-docs/pull/6001 >`_ Fix class name (BlueM)
33
36
34
37
Minor Documentation Changes
35
38
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -48,11 +51,13 @@ Minor Documentation Changes
48
51
* `#5445 <https://github.com/symfony/symfony-docs/pull/5445 >`_ Reworded the explanation about the kernel.event_listener tag (javiereguiluz)
49
52
* `#6054 <https://github.com/symfony/symfony-docs/pull/6054 >`_ Remove 2.8 branch from patch documentation (Triiistan)
50
53
* `#6057 <https://github.com/symfony/symfony-docs/pull/6057 >`_ Fix PHP code for registering service (WouterJ)
54
+ * `#6067 <https://github.com/symfony/symfony-docs/pull/6067 >`_ improve phrasing (greg0ire)
51
55
* `#6063 <https://github.com/symfony/symfony-docs/pull/6063 >`_ minor #5829 Fix broken composer command (JHGitty)
52
56
* `#6041 <https://github.com/symfony/symfony-docs/pull/6041 >`_ Fixed misspelling of human in glossary.rst YAML (Wasserschlange)
53
57
* `#6049 <https://github.com/symfony/symfony-docs/pull/6049 >`_ Finish #5798 Add app _ prefix to form type names (OskarStark, WouterJ)
54
58
* `#5829 <https://github.com/symfony/symfony-docs/pull/5829 >`_ use composer command instead of editing json file (OskarStark)
55
59
* `#6046 <https://github.com/symfony/symfony-docs/pull/6046 >`_ Update framework.rst (typo in sesssion) (patrick-mota)
60
+ * `#5662 <https://github.com/symfony/symfony-docs/pull/5662 >`_ Fixed wrong version of symfony with composer install (Nek-)
56
61
* `#5890 <https://github.com/symfony/symfony-docs/pull/5890 >`_ Updated article for modern Symfony practices and the use of bcrypt (javiereguiluz)
57
62
* `#6015 <https://github.com/symfony/symfony-docs/pull/6015 >`_ [Assetic] complete XML configuration examples (xabbuh)
58
63
* `#5963 <https://github.com/symfony/symfony-docs/pull/5963 >`_ Add note about 'phar extension' dependency (snoek09)
@@ -70,6 +75,9 @@ Minor Documentation Changes
70
75
* `#6000 <https://github.com/symfony/symfony-docs/pull/6000 >`_ Update registration_form.rst (afurculita)
71
76
* `#5989 <https://github.com/symfony/symfony-docs/pull/5989 >`_ Fix words according context (richardpq)
72
77
* `#5992 <https://github.com/symfony/symfony-docs/pull/5992 >`_ More use single quotes for YAML strings (snoek09)
78
+ * `#5957 <https://github.com/symfony/symfony-docs/pull/5957 >`_ mark deep option as deprecated (snoek09)
79
+ * `#5943 <https://github.com/symfony/symfony-docs/pull/5943 >`_ Add tip for when returning `null ` from `createToken() ` (jeroenseegers)
80
+ * `#5956 <https://github.com/symfony/symfony-docs/pull/5956 >`_ Update security.rst (mpaquet)
73
81
* `#5959 <https://github.com/symfony/symfony-docs/pull/5959 >`_ Fix #5912 Ambiguity on Access Decision Manager's Strategy (Pierre Maraitre)
74
82
* `#5955 <https://github.com/symfony/symfony-docs/pull/5955 >`_ use single quotes for YAML strings (snoek09)
75
83
* `#5979 <https://github.com/symfony/symfony-docs/pull/5979 >`_ [Book] Do not extend the base controller before introducing it (ogizanagi)
0 commit comments