@@ -13,6 +13,65 @@ documentation.
13
13
Do you also want to participate in the Symfony Documentation? Take a look
14
14
at the ":doc: `/contributing/documentation/overview `" article.
15
15
16
+ October, 2016
17
+ -------------
18
+
19
+ New Documentation
20
+ ~~~~~~~~~~~~~~~~~
21
+
22
+ * `#7023 <https://github.com/symfony/symfony-docs/pull/7023 >`_ Added useful debug commands in the debug documentation (hiddewie)
23
+ * `#6932 <https://github.com/symfony/symfony-docs/pull/6932 >`_ Explain the limitations of the custom messages in UniqueEntity (javiereguiluz)
24
+
25
+ Fixed Documentation
26
+ ~~~~~~~~~~~~~~~~~~~
27
+
28
+ * `#7049 <https://github.com/symfony/symfony-docs/pull/7049 >`_ Fix the platform.sh builds (wouterj)
29
+
30
+ Minor Documentation Changes
31
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
32
+
33
+ * `#7090 <https://github.com/symfony/symfony-docs/pull/7090 >`_ Remove suggestion to change the `.class ` parameters (mpdude)
34
+ * `#7095 <https://github.com/symfony/symfony-docs/pull/7095 >`_ Also mention "hasXXX" methods as validation targets (mpdude)
35
+ * `#7091 <https://github.com/symfony/symfony-docs/pull/7091 >`_ A bracket was missed (hpatoio)
36
+ * `#7097 <https://github.com/symfony/symfony-docs/pull/7097 >`_ link to specific HTTP Cache RFC (snoek09)
37
+ * `#7098 <https://github.com/symfony/symfony-docs/pull/7098 >`_ Improved Redirecting paragraph of Testing page (ShinDarth)
38
+ * `#7100 <https://github.com/symfony/symfony-docs/pull/7100 >`_ Update birthday.rst (angyvolin)
39
+ * `#7020 <https://github.com/symfony/symfony-docs/pull/7020 >`_ Added jQuery symfony-collection plugin to Form collection docs (hiddewie)
40
+ * `#7086 <https://github.com/symfony/symfony-docs/pull/7086 >`_ Update bug documentation input console /console/input.rst (Quiss)
41
+ * `#7085 <https://github.com/symfony/symfony-docs/pull/7085 >`_ Update custom_authentication_provider.rst (BatsaxIV)
42
+ * `#7083 <https://github.com/symfony/symfony-docs/pull/7083 >`_ update github example (hootlex)
43
+ * `#7082 <https://github.com/symfony/symfony-docs/pull/7082 >`_ Update metadata.rst (fberthereau)
44
+ * `#7078 <https://github.com/symfony/symfony-docs/pull/7078 >`_ Simple typo fix (Renrhaf)
45
+ * `#7077 <https://github.com/symfony/symfony-docs/pull/7077 >`_ remove caution message (snoek09)
46
+ * `#7061 <https://github.com/symfony/symfony-docs/pull/7061 >`_ Change link to docs instead repo (mik-laj)
47
+ * `#7066 <https://github.com/symfony/symfony-docs/pull/7066 >`_ Remove erroneous placeholder text (regularjack)
48
+ * `#7068 <https://github.com/symfony/symfony-docs/pull/7068 >`_ Remove double spaces in some YAML configuration (michaelperrin)
49
+ * `#7069 <https://github.com/symfony/symfony-docs/pull/7069 >`_ use FCQN to reference the form type in add() (xabbuh)
50
+ * `#6785 <https://github.com/symfony/symfony-docs/pull/6785 >`_ Twig reference: Add links from routing functions to special routing parameters (alexislefebvre)
51
+ * `#7043 <https://github.com/symfony/symfony-docs/pull/7043 >`_ [Serializer] Move the see also block in the Learn More section (dunglas)
52
+ * `#7035 <https://github.com/symfony/symfony-docs/pull/7035 >`_ Redirect /form to /forms for consistency (wouterj)
53
+ * `#7054 <https://github.com/symfony/symfony-docs/pull/7054 >`_ Fix IS_AUTHENTICATED_FULLY annotation (mschobner)
54
+ * `#7044 <https://github.com/symfony/symfony-docs/pull/7044 >`_ Add Nginx configuration to environment variables (peterkokot)
55
+ * `#6928 <https://github.com/symfony/symfony-docs/pull/6928 >`_ Update the Apache Router article to deprecate it entirely (javiereguiluz)
56
+ * `#7053 <https://github.com/symfony/symfony-docs/pull/7053 >`_ Minor improvements for the contribution guide (javiereguiluz)
57
+ * `#7050 <https://github.com/symfony/symfony-docs/pull/7050 >`_ use single quotes for YAML strings (snoek09)
58
+ * `#7047 <https://github.com/symfony/symfony-docs/pull/7047 >`_ Fix typo in doctrine.rst (to manage) (lacyrhoades)
59
+ * `#7046 <https://github.com/symfony/symfony-docs/pull/7046 >`_ Fix incorrect callback validation example (mvar)
60
+ * `#7034 <https://github.com/symfony/symfony-docs/pull/7034 >`_ Changed RFC links from drafts to proposed standarts (a-ast)
61
+ * `#7038 <https://github.com/symfony/symfony-docs/pull/7038 >`_ Remove a dead link to the old PR header (dunglas)
62
+ * `#7037 <https://github.com/symfony/symfony-docs/pull/7037 >`_ Fix a typo in the serializer doc (dunglas)
63
+ * `#7036 <https://github.com/symfony/symfony-docs/pull/7036 >`_ Fix 404 error link for American English Oxford Dictionary (peterkokot)
64
+ * `#6980 <https://github.com/symfony/symfony-docs/pull/6980 >`_ Use strict comparison (greg0ire)
65
+ * `#7025 <https://github.com/symfony/symfony-docs/pull/7025 >`_ Update buisness-logic (zairigimad)
66
+ * `#7027 <https://github.com/symfony/symfony-docs/pull/7027 >`_ Remove dash prefix from route name (bocharsky-bw)
67
+ * `#7028 <https://github.com/symfony/symfony-docs/pull/7028 >`_ A few minor tweaks (bocharsky-bw)
68
+ * `#7029 <https://github.com/symfony/symfony-docs/pull/7029 >`_ refer to Symfony instead of Symfony2 (snoek09)
69
+ * `#7031 <https://github.com/symfony/symfony-docs/pull/7031 >`_ Capitalize the time designator (simoheinonen)
70
+ * `#7018 <https://github.com/symfony/symfony-docs/pull/7018 >`_ Reorder arguments: $request as the first argument (bocharsky-bw)
71
+ * `#7014 <https://github.com/symfony/symfony-docs/pull/7014 >`_ Add a note about Filesystem:mkdir behavior (mickaelandrieu)
72
+ * `#6886 <https://github.com/symfony/symfony-docs/pull/6886 >`_ Update controllers.rst (asandjivy)
73
+
74
+
16
75
September, 2016
17
76
---------------
18
77
0 commit comments