@@ -19,9 +19,21 @@ November, 2015
19
19
New Documentation
20
20
~~~~~~~~~~~~~~~~~
21
21
22
+ * `#5907 <https://github.com/symfony/symfony-docs/pull/5907 >`_ Updating some places to use the new CustomUserMessageAuthenticationException (weaverryan)
23
+ * `#5922 <https://github.com/symfony/symfony-docs/pull/5922 >`_ Added minimal cookbook article about the shared flag (WouterJ)
24
+ * `#5908 <https://github.com/symfony/symfony-docs/pull/5908 >`_ Voter update (weaverryan)
25
+ * `#5909 <https://github.com/symfony/symfony-docs/pull/5909 >`_ More 2.8 form updates (weaverryan)
26
+ * `#5927 <https://github.com/symfony/symfony-docs/pull/5927 >`_ Use path() and url() PHP templating helpers (WouterJ)
27
+ * `#5926 <https://github.com/symfony/symfony-docs/pull/5926 >`_ Update voter section of best practices (WouterJ)
28
+ * `#5921 <https://github.com/symfony/symfony-docs/pull/5921 >`_ [2.8] Document some Security changes (WouterJ)
29
+ * `#5834 <https://github.com/symfony/symfony-docs/pull/5834 >`_ Updated form aliases to FQCNs for forms in book and component (hiddewie)
30
+ * `#5265 <https://github.com/symfony/symfony-docs/pull/5265 >`_ Documentation for the new Guard authentication style (weaverryan)
31
+ * `#5899 <https://github.com/symfony/symfony-docs/pull/5899 >`_ Adding the MicroKernel article (weaverryan)
22
32
* `#5893 <https://github.com/symfony/symfony-docs/pull/5893 >`_ Added a note about the use of _format query parameter (javiereguiluz)
33
+ * `#5891 <https://github.com/symfony/symfony-docs/pull/5891 >`_ Removed the comments about the is_granted() issues in non-secure pages (javiereguiluz)
23
34
* `#5876 <https://github.com/symfony/symfony-docs/pull/5876 >`_ Symfony 2.7 Form choice option update (aivus, althaus, weaverryan)
24
35
* `#5861 <https://github.com/symfony/symfony-docs/pull/5861 >`_ Updated Table Console helper for spanning cols and rows (hiddewie)
36
+ * `#5835 <https://github.com/symfony/symfony-docs/pull/5835 >`_ Updated CssSelector code example to use the new Converter (hiddewie)
25
37
* `#5816 <https://github.com/symfony/symfony-docs/pull/5816 >`_ Merge branches (nicolas-grekas, snoek09, WouterJ, xabbuh)
26
38
* `#5804 <https://github.com/symfony/symfony-docs/pull/5804 >`_ Added documentation for dnsMessage option (BenjaminPaap)
27
39
* `#5774 <https://github.com/symfony/symfony-docs/pull/5774 >`_ Show a more real example in data collectors doc (WouterJ)
@@ -52,6 +64,7 @@ Minor Documentation Changes
52
64
* `#5897 <https://github.com/symfony/symfony-docs/pull/5897 >`_ Fixed some wrong line number references in doctrine.rst (DigNative)
53
65
* `#5895 <https://github.com/symfony/symfony-docs/pull/5895 >`_ Update debug_formatter.rst (strannik-06)
54
66
* `#5883 <https://github.com/symfony/symfony-docs/pull/5883 >`_ Book: Update Service Container Documentation (zanderbaldwin)
67
+ * `#5868 <https://github.com/symfony/symfony-docs/pull/5868 >`_ [2.8] Make screenshots with the new profiler/web dev toolbar design (WouterJ)
55
68
* `#5862 <https://github.com/symfony/symfony-docs/pull/5862 >`_ Fixes done automatically by the docbot (WouterJ)
56
69
* `#5851 <https://github.com/symfony/symfony-docs/pull/5851 >`_ updated sentence (OskarStark)
57
70
* `#5870 <https://github.com/symfony/symfony-docs/pull/5870 >`_ Update securing_services.rst (aruku)
@@ -63,6 +76,7 @@ Minor Documentation Changes
63
76
* `#5813 <https://github.com/symfony/symfony-docs/pull/5813 >`_ use constants to choose generated URL type (xabbuh)
64
77
* `#5808 <https://github.com/symfony/symfony-docs/pull/5808 >`_ Reworded the explanation about flash messages (javiereguiluz)
65
78
* `#5809 <https://github.com/symfony/symfony-docs/pull/5809 >`_ Minor fix (javiereguiluz)
79
+ * `#5807 <https://github.com/symfony/symfony-docs/pull/5807 >`_ Minor rewordings for the "deprecated" service option (javiereguiluz)
66
80
* `#5805 <https://github.com/symfony/symfony-docs/pull/5805 >`_ Mentioned the BETA and RC support for the Symfony Installer (javiereguiluz)
67
81
* `#5781 <https://github.com/symfony/symfony-docs/pull/5781 >`_ Added annotations example to Linking to Pages examples (carlos-granados)
68
82
* `#5780 <https://github.com/symfony/symfony-docs/pull/5780 >`_ Clarify when we are talking about PHP and Twig (carlos-granados)
@@ -84,10 +98,15 @@ New Documentation
84
98
85
99
* `#5345 <https://github.com/symfony/symfony-docs/pull/5345 >`_ Adding information about empty files sent using BinaryFileResponse. (kherge)
86
100
* `#5214 <https://github.com/symfony/symfony-docs/pull/5214 >`_ [WIP] Reworking most of the registration form: (weaverryan)
101
+ * `#5051 <https://github.com/symfony/symfony-docs/pull/5051 >`_ Rename CollectionType entry options (WouterJ)
87
102
* `#5677 <https://github.com/symfony/symfony-docs/pull/5677 >`_ replacing deprecated usage of True, False, Null validators in docs (Tim Stamp)
88
103
* `#5314 <https://github.com/symfony/symfony-docs/pull/5314 >`_ Documented the useAttributeAsKey() method (javiereguiluz)
89
104
* `#5377 <https://github.com/symfony/symfony-docs/pull/5377 >`_ Added a cookbook section about event subscribers (beni0888, javiereguiluz)
105
+ * `#5623 <https://github.com/symfony/symfony-docs/pull/5623 >`_ [Validator] added BIC validator (mvhirsch)
106
+ * `#5689 <https://github.com/symfony/symfony-docs/pull/5689 >`_ [DI] Add some documentation for the deprecation feature (Taluu)
90
107
* `#5592 <https://github.com/symfony/symfony-docs/pull/5592 >`_ Updated the article about data collectors (javiereguiluz)
108
+ * `#5745 <https://github.com/symfony/symfony-docs/pull/5745 >`_ [Translation] Ability to format a message catalogue without actually writing it. (aitboudad)
109
+ * `#5702 <https://github.com/symfony/symfony-docs/pull/5702 >`_ Added a reference to the Foundation form theme (totophe)
91
110
92
111
Fixed Documentation
93
112
~~~~~~~~~~~~~~~~~~~
@@ -103,6 +122,7 @@ Minor Documentation Changes
103
122
* `#5812 <https://github.com/symfony/symfony-docs/pull/5812 >`_ Remove duplicate and confusing info about testing error pages (carlos-granados)
104
123
* `#5821 <https://github.com/symfony/symfony-docs/pull/5821 >`_ Minor fixes in the HttpFoundation introduction article (javiereguiluz)
105
124
* `#5822 <https://github.com/symfony/symfony-docs/pull/5822 >`_ Fixed a syntax issue (javiereguiluz)
125
+ * `#5817 <https://github.com/symfony/symfony-docs/pull/5817 >`_ fix version for `entry_options ` and `entry_type ` (craue)
106
126
* `#5796 <https://github.com/symfony/symfony-docs/pull/5796 >`_ Fix for #5783 (BenjaminPaap)
107
127
* `#5810 <https://github.com/symfony/symfony-docs/pull/5810 >`_ Fixed a typo (javiereguiluz)
108
128
* `#5784 <https://github.com/symfony/symfony-docs/pull/5784 >`_ Add fe80::1 (j-d)
@@ -116,14 +136,17 @@ Minor Documentation Changes
116
136
* `#5664 <https://github.com/symfony/symfony-docs/pull/5664 >`_ Info about implicit session start (ThomasLandauer)
117
137
* `#5744 <https://github.com/symfony/symfony-docs/pull/5744 >`_ translations have been removed from symfony.com (xabbuh)
118
138
* `#5771 <https://github.com/symfony/symfony-docs/pull/5771 >`_ Remove not existing response constant (amansilla)
139
+ * `#5761 <https://github.com/symfony/symfony-docs/pull/5761 >`_ [DX] [Security] Renamed key to secret (SongoQ)
119
140
* `#5766 <https://github.com/symfony/symfony-docs/pull/5766 >`_ Fixed two typos (ThomasLandauer)
120
141
* `#5733 <https://github.com/symfony/symfony-docs/pull/5733 >`_ [Components][OptionsResolver] adding type hint to normalizer callback (xabbuh)
142
+ * `#5561 <https://github.com/symfony/symfony-docs/pull/5561 >`_ Change default value of cookie_httponly (jderusse)
121
143
* `#5678 <https://github.com/symfony/symfony-docs/pull/5678 >`_ Update HttpFoundation note after recent changes in routing component (senkal)
122
144
* `#5643 <https://github.com/symfony/symfony-docs/pull/5643 >`_ Document how to customize the prototype (daFish, WouterJ)
123
145
* `#5584 <https://github.com/symfony/symfony-docs/pull/5584 >`_ Add DebugBundle config reference (WouterJ)
124
146
* `#5753 <https://github.com/symfony/symfony-docs/pull/5753 >`_ configureOptions(...) : protected => public (lucascherifi)
125
147
* `#5750 <https://github.com/symfony/symfony-docs/pull/5750 >`_ fix YAML syntax highlighting (xabbuh)
126
148
* `#5749 <https://github.com/symfony/symfony-docs/pull/5749 >`_ complete Swiftmailer XML examples (xabbuh)
149
+ * `#5730 <https://github.com/symfony/symfony-docs/pull/5730 >`_ Remove documentation of deprecated console shell (Tobion)
127
150
* `#5726 <https://github.com/symfony/symfony-docs/pull/5726 >`_ Document the support of Mintty for colors (stof)
128
151
* `#5708 <https://github.com/symfony/symfony-docs/pull/5708 >`_ Added caution to call createView after handleRequest (WouterJ)
129
152
* `#5640 <https://github.com/symfony/symfony-docs/pull/5640 >`_ Update controller.rst clarifying automatic deletion for flash messages (miguelvilata)
0 commit comments