@@ -22,6 +22,7 @@ New Documentation
22
22
* `#6989 <https://github.com/symfony/symfony-docs/pull/6989 >`_ Added paths options in Framework::translator configuration (mickaelandrieu)
23
23
* `#6926 <https://github.com/symfony/symfony-docs/pull/6926 >`_ [Serializer] Add information about name converter parameter (michaelperrin)
24
24
* `#6976 <https://github.com/symfony/symfony-docs/pull/6976 >`_ [Finishing][Serializer] Document the encoders (Ener-Getick, weaverryan)
25
+ * `#6622 <https://github.com/symfony/symfony-docs/pull/6622 >`_ Documentation for YAML flags added in 3.1 (dantleech)
25
26
26
27
Fixed Documentation
27
28
~~~~~~~~~~~~~~~~~~~
@@ -34,20 +35,27 @@ Minor Documentation Changes
34
35
* `#7015 <https://github.com/symfony/symfony-docs/pull/7015 >`_ Replace title placeholder name with slug (bocharsky-bw)
35
36
* `#7009 <https://github.com/symfony/symfony-docs/pull/7009 >`_ Update form_dependencies.rst: fix DI (ReDnAxE)
36
37
* `#7010 <https://github.com/symfony/symfony-docs/pull/7010 >`_ Update service_decoration.rst (lamari)
38
+ * `#7008 <https://github.com/symfony/symfony-docs/pull/7008 >`_ Missing semicolon (Saphyel)
37
39
* `#6979 <https://github.com/symfony/symfony-docs/pull/6979 >`_ Add specific tip about the http-kernel component (greg0ire)
38
40
* `#6686 <https://github.com/symfony/symfony-docs/pull/6686 >`_ Update installation.rst (mgkimsal)
39
41
* `#7007 <https://github.com/symfony/symfony-docs/pull/7007 >`_ normalize versionadded wording (xabbuh)
42
+ * `#6990 <https://github.com/symfony/symfony-docs/pull/6990 >`_ replace dirname() call with .. (xabbuh)
40
43
* `#6992 <https://github.com/symfony/symfony-docs/pull/6992 >`_ [Serializer] versionadded directive for name_converter option (xabbuh)
41
44
* `#7005 <https://github.com/symfony/symfony-docs/pull/7005 >`_ Use new array syntax and make a few minor tweaks (bocharsky-bw)
45
+ * `#7005 <https://github.com/symfony/symfony-docs/pull/7005 >`_ Use new array syntax and make a few minor tweaks (bocharsky-bw)
42
46
* `#7004 <https://github.com/symfony/symfony-docs/pull/7004 >`_ Tweak URL - CMF project moved to the other repo (bocharsky-bw)
47
+ * `#7001 <https://github.com/symfony/symfony-docs/pull/7001 >`_ Several typo fixes (emirb)
43
48
* `#7000 <https://github.com/symfony/symfony-docs/pull/7000 >`_ Several typo fixes (emirb)
44
49
* `#6999 <https://github.com/symfony/symfony-docs/pull/6999 >`_ Several typo fixes (emirb)
45
50
* `#6997 <https://github.com/symfony/symfony-docs/pull/6997 >`_ Update console.rst (adyassine)
46
51
* `#6917 <https://github.com/symfony/symfony-docs/pull/6917 >`_ [Finder] document array use for locations (mickaelandrieu)
47
52
* `#6993 <https://github.com/symfony/symfony-docs/pull/6993 >`_ Update create_custom_field_type.rst (yceruto)
48
53
* `#6993 <https://github.com/symfony/symfony-docs/pull/6993 >`_ Update create_custom_field_type.rst (yceruto)
54
+ * `#6994 <https://github.com/symfony/symfony-docs/pull/6994 >`_ [Reference] remove 2.8 versionadded directive (xabbuh)
55
+ * `#6984 <https://github.com/symfony/symfony-docs/pull/6984 >`_ Update deployment.rst (adyassine)
49
56
* `#6995 <https://github.com/symfony/symfony-docs/pull/6995 >`_ the least -> least (konrados)
50
57
* `#6996 <https://github.com/symfony/symfony-docs/pull/6996 >`_ fix reference syntax (xabbuh)
58
+ * `#6991 <https://github.com/symfony/symfony-docs/pull/6991 >`_ Update heroku.rst (adyassine)
51
59
* `#6934 <https://github.com/symfony/symfony-docs/pull/6934 >`_ Update events.rst (asandjivy)
52
60
* `#6897 <https://github.com/symfony/symfony-docs/pull/6897 >`_ Update voters.rst (asandjivy)
53
61
* `#6920 <https://github.com/symfony/symfony-docs/pull/6920 >`_ [Config] Note about bundle priority for PrependExtensionInterface (wodor)
@@ -61,12 +69,14 @@ Minor Documentation Changes
61
69
* `#6930 <https://github.com/symfony/symfony-docs/pull/6930 >`_ Use Terminal lexer for console examples (wouterj)
62
70
* `#6893 <https://github.com/symfony/symfony-docs/pull/6893 >`_ Update entity_provider.rst (asandjivy)
63
71
* `#6895 <https://github.com/symfony/symfony-docs/pull/6895 >`_ fixing $formatLevelMap array values (zrashwani)
72
+ * `#6935 <https://github.com/symfony/symfony-docs/pull/6935 >`_ Use the standard cache and logs dir for the micro kernel example (javiereguiluz)
64
73
* `#6970 <https://github.com/symfony/symfony-docs/pull/6970 >`_ Fix subject/verb agreement (micheal)
65
74
* `#6971 <https://github.com/symfony/symfony-docs/pull/6971 >`_ Update composer.rst (TravisCarden)
66
75
* `#6983 <https://github.com/symfony/symfony-docs/pull/6983 >`_ Update voters.rst (seferov)
67
76
* `#6986 <https://github.com/symfony/symfony-docs/pull/6986 >`_ Fixed directory name typo (JoeThielen)
68
77
* `#6988 <https://github.com/symfony/symfony-docs/pull/6988 >`_ fix link role syntax (xabbuh)
69
78
* `#6960 <https://github.com/symfony/symfony-docs/pull/6960 >`_ [Reference] add back the option's description (xabbuh)
79
+ * `#6987 <https://github.com/symfony/symfony-docs/pull/6987 >`_ Update input.rst (adyassine)
70
80
* `#6974 <https://github.com/symfony/symfony-docs/pull/6974 >`_ Fix minor typo in security chapter How to Build a Traditional Login Form (peterkokot)
71
81
* `#6941 <https://github.com/symfony/symfony-docs/pull/6941 >`_ Mentioned the "Symfony Upgrade Fixer" in the upgrade article (javiereguiluz)
72
82
* `#6936 <https://github.com/symfony/symfony-docs/pull/6936 >`_ Improved the title of Validation Groups article to make it easier to find (javiereguiluz)
@@ -83,6 +93,7 @@ August, 2016
83
93
New Documentation
84
94
~~~~~~~~~~~~~~~~~
85
95
96
+ * `#6903 <https://github.com/symfony/symfony-docs/pull/6903 >`_ Remove reference to profiler lifetime property that was removed in 3.x (jameshalsall)
86
97
* `#6908 <https://github.com/symfony/symfony-docs/pull/6908 >`_ Add deprecation warnings to relevant profiler options (jameshalsall)
87
98
* `#5974 <https://github.com/symfony/symfony-docs/pull/5974 >`_ [PropertyInfo] Add Component Documentation (zanderbaldwin)
88
99
* `#6765 <https://github.com/symfony/symfony-docs/pull/6765 >`_ [Contributing] [Standards] Do not use spaces inside/around offset accessors (phansys)
@@ -101,8 +112,12 @@ Fixed Documentation
101
112
* `#6869 <https://github.com/symfony/symfony-docs/pull/6869 >`_ Update templating.rst (asandjivy)
102
113
* `#6822 <https://github.com/symfony/symfony-docs/pull/6822 >`_ Adjust Application use statement (kvdnberg)
103
114
* `#6881 <https://github.com/symfony/symfony-docs/pull/6881 >`_ Error in CSRF example code snippet (makoru-hikage)
115
+ * `#6863 <https://github.com/symfony/symfony-docs/pull/6863 >`_ Update argument_value_resolver.rst (asandjivy)
116
+ * `#6852 <https://github.com/symfony/symfony-docs/pull/6852 >`_ Fix Cache Pools: SQLite3Cache constructor argument (wimme002)
104
117
* `#6848 <https://github.com/symfony/symfony-docs/pull/6848 >`_ Fix Varnish 4 code example (Dreimus)
105
118
* `#6845 <https://github.com/symfony/symfony-docs/pull/6845 >`_ Fixed the extension of a logging article (javiereguiluz)
119
+ * `#6790 <https://github.com/symfony/symfony-docs/pull/6790 >`_ Simplex\F ramework contructor - remove extra parameter (alchimik)
120
+ * `#6793 <https://github.com/symfony/symfony-docs/pull/6793 >`_ Simplex\F ramework - add argumentResolver property (alchimik)
106
121
* `#6800 <https://github.com/symfony/symfony-docs/pull/6800 >`_ Fix missing function name (JosefVitu)
107
122
* `#6843 <https://github.com/symfony/symfony-docs/pull/6843 >`_ fix index directive syntax (xabbuh)
108
123
* `#6784 <https://github.com/symfony/symfony-docs/pull/6784 >`_ Fix CS for form templates locations (javiereguiluz)
@@ -122,6 +137,8 @@ Minor Documentation Changes
122
137
* `#6899 <https://github.com/symfony/symfony-docs/pull/6899 >`_ Update access_control.rst (asandjivy)
123
138
* `#6898 <https://github.com/symfony/symfony-docs/pull/6898 >`_ Fixes after tonight's merge round (wouterj)
124
139
* `#6896 <https://github.com/symfony/symfony-docs/pull/6896 >`_ Tweaks to property info component (weaverryan)
140
+ * `#6888 <https://github.com/symfony/symfony-docs/pull/6888 >`_ Update http_kernel_controller_resolver.rst (audiua)
141
+ * `#6887 <https://github.com/symfony/symfony-docs/pull/6887 >`_ [FormComponent] Fix typos (rendler-denis)
125
142
* `#6849 <https://github.com/symfony/symfony-docs/pull/6849 >`_ Link to inversedBy/mappedBy documentation (soulchainer, wouterj)
126
143
* `#6846 <https://github.com/symfony/symfony-docs/pull/6846 >`_ Adds bin folder creation instruction (joelrfcosta)
127
144
* `#6835 <https://github.com/symfony/symfony-docs/pull/6835 >`_ Updated the instructions to build docs locally (javiereguiluz)
@@ -141,6 +158,7 @@ Minor Documentation Changes
141
158
* `#6794 <https://github.com/symfony/symfony-docs/pull/6794 >`_ Added a new section to the page templating/global_vars using a EVListener (piet, Piet Bijl)
142
159
* `#6850 <https://github.com/symfony/symfony-docs/pull/6850 >`_ Remove outdated reference (hvt)
143
160
* `#6824 <https://github.com/symfony/symfony-docs/pull/6824 >`_ Service naming convension (orions)
161
+ * `#6825 <https://github.com/symfony/symfony-docs/pull/6825 >`_ update `cache ` and `logs ` folder locations (georgiana-gligor)
144
162
* `#6829 <https://github.com/symfony/symfony-docs/pull/6829 >`_ Fix a typo in an HTTP Cache code example (aybbou)
145
163
* `#6833 <https://github.com/symfony/symfony-docs/pull/6833 >`_ Fixed a syntax issue in custom_constraint article (javiereguiluz)
146
164
* `#6842 <https://github.com/symfony/symfony-docs/pull/6842 >`_ Fixed service name (jeremyFreeAgent)
0 commit comments