@@ -13,6 +13,105 @@ 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
+ November, 2015
17
+ --------------
18
+
19
+ New Documentation
20
+ ~~~~~~~~~~~~~~~~~
21
+
22
+ * `#5893 <https://github.com/symfony/symfony-docs/pull/5893 >`_ Added a note about the use of _format query parameter (javiereguiluz)
23
+ * `#5774 <https://github.com/symfony/symfony-docs/pull/5774 >`_ Show a more real example in data collectors doc (WouterJ)
24
+ * `#5735 <https://github.com/symfony/symfony-docs/pull/5735 >`_ [Contributing][Code] do not distinguish regular classes and API classes (xabbuh)
25
+
26
+ Fixed Documentation
27
+ ~~~~~~~~~~~~~~~~~~~
28
+
29
+ * `#5903 <https://github.com/symfony/symfony-docs/pull/5903 >`_ Update front controller (nurolopher)
30
+ * `#5768 <https://github.com/symfony/symfony-docs/pull/5768 >`_ Removed "http_basic" config from the login form cookbook (javiereguiluz)
31
+ * `#5863 <https://github.com/symfony/symfony-docs/pull/5863 >`_ Correct useAttributeAsKey usage (danrot)
32
+ * `#5833 <https://github.com/symfony/symfony-docs/pull/5833 >`_ Fixed whitelist delivery of swiftmailer (hiddewie)
33
+ * `#5815 <https://github.com/symfony/symfony-docs/pull/5815 >`_ fix constraint names (xabbuh)
34
+
35
+ Minor Documentation Changes
36
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
+
38
+ * `#5931 <https://github.com/symfony/symfony-docs/pull/5931 >`_ [#5875] Fixed link description, list of common media types (Douglas Naphas)
39
+ * `#5911 <https://github.com/symfony/symfony-docs/pull/5911 >`_ Wrap all strings containing @ in quotes in Yaml (WouterJ)
40
+ * `#5889 <https://github.com/symfony/symfony-docs/pull/5889 >`_ Always use "main" as the default firewall name (to match Symfony Standard Edition) (javiereguiluz)
41
+ * `#5888 <https://github.com/symfony/symfony-docs/pull/5888 >`_ Removed the use of ContainerAware class (javiereguiluz)
42
+ * `#5625 <https://github.com/symfony/symfony-docs/pull/5625 >`_ Tell about SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT (nicolas-grekas)
43
+ * `#5828 <https://github.com/symfony/symfony-docs/pull/5828 >`_ move the getEntityManager, only get it if needed (OskarStark)
44
+ * `#5900 <https://github.com/symfony/symfony-docs/pull/5900 >`_ Added new security advisories to the docs (fabpot)
45
+ * `#5897 <https://github.com/symfony/symfony-docs/pull/5897 >`_ Fixed some wrong line number references in doctrine.rst (DigNative)
46
+ * `#5883 <https://github.com/symfony/symfony-docs/pull/5883 >`_ Book: Update Service Container Documentation (zanderbaldwin)
47
+ * `#5862 <https://github.com/symfony/symfony-docs/pull/5862 >`_ Fixes done automatically by the docbot (WouterJ)
48
+ * `#5851 <https://github.com/symfony/symfony-docs/pull/5851 >`_ updated sentence (OskarStark)
49
+ * `#5870 <https://github.com/symfony/symfony-docs/pull/5870 >`_ Update securing_services.rst (aruku)
50
+ * `#5859 <https://github.com/symfony/symfony-docs/pull/5859 >`_ Use Twig highlighter instead of Jinja (WouterJ)
51
+ * `#5866 <https://github.com/symfony/symfony-docs/pull/5866 >`_ Fixed little typo with a twig example (artf)
52
+ * `#5849 <https://github.com/symfony/symfony-docs/pull/5849 >`_ Clarified ambiguous wording (ThomasLandauer)
53
+ * `#5826 <https://github.com/symfony/symfony-docs/pull/5826 >`_ "setup" is a noun or adjective, "set up" is the verb (carlos-granados)
54
+ * `#5813 <https://github.com/symfony/symfony-docs/pull/5813 >`_ use constants to choose generated URL type (xabbuh)
55
+ * `#5808 <https://github.com/symfony/symfony-docs/pull/5808 >`_ Reworded the explanation about flash messages (javiereguiluz)
56
+ * `#5809 <https://github.com/symfony/symfony-docs/pull/5809 >`_ Minor fix (javiereguiluz)
57
+ * `#5805 <https://github.com/symfony/symfony-docs/pull/5805 >`_ Mentioned the BETA and RC support for the Symfony Installer (javiereguiluz)
58
+ * `#5781 <https://github.com/symfony/symfony-docs/pull/5781 >`_ Added annotations example to Linking to Pages examples (carlos-granados)
59
+ * `#5767 <https://github.com/symfony/symfony-docs/pull/5767 >`_ [Cookbook][Security] clarify description of the getPosition() method (xabbuh)
60
+ * `#5681 <https://github.com/symfony/symfony-docs/pull/5681 >`_ Update storage.rst (jls2933)
61
+ * `#5841 <https://github.com/symfony/symfony-docs/pull/5841 >`_ [Cookbook][Psr7] fix zend-diactoros Packagist link (xabbuh)
62
+ * `#5850 <https://github.com/symfony/symfony-docs/pull/5850 >`_ Fixed typo (tobiassjosten)
63
+ * `#5837 <https://github.com/symfony/symfony-docs/pull/5837 >`_ Corrected link to ConEmu (dritter)
64
+
65
+
66
+ October, 2015
67
+ -------------
68
+
69
+ New Documentation
70
+ ~~~~~~~~~~~~~~~~~
71
+
72
+ * `#5345 <https://github.com/symfony/symfony-docs/pull/5345 >`_ Adding information about empty files sent using BinaryFileResponse. (kherge)
73
+ * `#5214 <https://github.com/symfony/symfony-docs/pull/5214 >`_ [WIP] Reworking most of the registration form: (weaverryan)
74
+ * `#5677 <https://github.com/symfony/symfony-docs/pull/5677 >`_ replacing deprecated usage of True, False, Null validators in docs (Tim Stamp)
75
+ * `#5314 <https://github.com/symfony/symfony-docs/pull/5314 >`_ Documented the useAttributeAsKey() method (javiereguiluz)
76
+ * `#5377 <https://github.com/symfony/symfony-docs/pull/5377 >`_ Added a cookbook section about event subscribers (beni0888, javiereguiluz)
77
+ * `#5592 <https://github.com/symfony/symfony-docs/pull/5592 >`_ Updated the article about data collectors (javiereguiluz)
78
+
79
+ Fixed Documentation
80
+ ~~~~~~~~~~~~~~~~~~~
81
+
82
+ * `#5795 <https://github.com/symfony/symfony-docs/pull/5795 >`_ Fix typo in UserType class (Dorozhko-Anton)
83
+ * `#5758 <https://github.com/symfony/symfony-docs/pull/5758 >`_ symlink issues with php-fpm (kendrick-k)
84
+
85
+ Minor Documentation Changes
86
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
87
+
88
+ * `#5843 <https://github.com/symfony/symfony-docs/pull/5843 >`_ Fixed the YAML syntax for service references (javiereguiluz)
89
+ * `#5821 <https://github.com/symfony/symfony-docs/pull/5821 >`_ Minor fixes in the HttpFoundation introduction article (javiereguiluz)
90
+ * `#5796 <https://github.com/symfony/symfony-docs/pull/5796 >`_ Fix for #5783 (BenjaminPaap)
91
+ * `#5810 <https://github.com/symfony/symfony-docs/pull/5810 >`_ Fixed a typo (javiereguiluz)
92
+ * `#5784 <https://github.com/symfony/symfony-docs/pull/5784 >`_ Add fe80::1 (j-d)
93
+ * `#5799 <https://github.com/symfony/symfony-docs/pull/5799 >`_ make file path consitent with other articles (OskarStark)
94
+ * `#5794 <https://github.com/symfony/symfony-docs/pull/5794 >`_ Minor tweaks for the registration form article (javiereguiluz)
95
+ * `#5801 <https://github.com/symfony/symfony-docs/pull/5801 >`_ namespace fix (OskarStark)
96
+ * `#5787 <https://github.com/symfony/symfony-docs/pull/5787 >`_ Definition Tweaks - see #5314 (weaverryan)
97
+ * `#5777 <https://github.com/symfony/symfony-docs/pull/5777 >`_ Update links (thewilkybarkid)
98
+ * `#5775 <https://github.com/symfony/symfony-docs/pull/5775 >`_ Misspelling (carlos-granados)
99
+ * `#5664 <https://github.com/symfony/symfony-docs/pull/5664 >`_ Info about implicit session start (ThomasLandauer)
100
+ * `#5744 <https://github.com/symfony/symfony-docs/pull/5744 >`_ translations have been removed from symfony.com (xabbuh)
101
+ * `#5771 <https://github.com/symfony/symfony-docs/pull/5771 >`_ Remove not existing response constant (amansilla)
102
+ * `#5766 <https://github.com/symfony/symfony-docs/pull/5766 >`_ Fixed two typos (ThomasLandauer)
103
+ * `#5678 <https://github.com/symfony/symfony-docs/pull/5678 >`_ Update HttpFoundation note after recent changes in routing component (senkal)
104
+ * `#5643 <https://github.com/symfony/symfony-docs/pull/5643 >`_ Document how to customize the prototype (daFish, WouterJ)
105
+ * `#5750 <https://github.com/symfony/symfony-docs/pull/5750 >`_ fix YAML syntax highlighting (xabbuh)
106
+ * `#5749 <https://github.com/symfony/symfony-docs/pull/5749 >`_ complete Swiftmailer XML examples (xabbuh)
107
+ * `#5726 <https://github.com/symfony/symfony-docs/pull/5726 >`_ Document the support of Mintty for colors (stof)
108
+ * `#5708 <https://github.com/symfony/symfony-docs/pull/5708 >`_ Added caution to call createView after handleRequest (WouterJ)
109
+ * `#5640 <https://github.com/symfony/symfony-docs/pull/5640 >`_ Update controller.rst clarifying automatic deletion for flash messages (miguelvilata)
110
+ * `#5578 <https://github.com/symfony/symfony-docs/pull/5578 >`_ Add supported branches in platform.sh section (WouterJ)
111
+ * `#5468 <https://github.com/symfony/symfony-docs/pull/5468 >`_ [Cookbook][Templating] Add note about cache warming namespaced twig templates (kbond)
112
+ * `#5684 <https://github.com/symfony/symfony-docs/pull/5684 >`_ Fix delivery_whitelist regex (gonzalovilaseca)
113
+
114
+
16
115
September, 2015
17
116
---------------
18
117
0 commit comments