@@ -13,6 +13,63 @@ 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
+ February, 2016
17
+ --------------
18
+
19
+ New Documentation
20
+ ~~~~~~~~~~~~~~~~~
21
+
22
+ * `#6021 <https://github.com/symfony/symfony-docs/pull/6021 >`_ mention routing from the database (dbu)
23
+ * `#5655 <https://github.com/symfony/symfony-docs/pull/5655 >`_ Added doc about Homestead's Symfony integration (WouterJ)
24
+ * `#6072 <https://github.com/symfony/symfony-docs/pull/6072 >`_ Add browserkit component documentation (yamiko, yamiko-ninja, robert Parker, javiereguiluz)
25
+ * `#6231 <https://github.com/symfony/symfony-docs/pull/6231 >`_ Use hash_equals instead of StringUtils::equals (WouterJ)
26
+ * `#5724 <https://github.com/symfony/symfony-docs/pull/5724 >`_ Describe configuration behaviour with multiple mailers (xelan)
27
+ * `#6156 <https://github.com/symfony/symfony-docs/pull/6156 >`_ [reference] [form] [options] fix #6153 (HeahDude)
28
+ * `#6104 <https://github.com/symfony/symfony-docs/pull/6104 >`_ Fix #6103 (zsturgess)
29
+ * `#5856 <https://github.com/symfony/symfony-docs/pull/5856 >`_ Reworded the "How to use Gmail" cookbook article (javiereguiluz)
30
+ * `#6230 <https://github.com/symfony/symfony-docs/pull/6230 >`_ Add annotation to glossary (rebased) (DerStoffel)
31
+
32
+ Fixed Documentation
33
+ ~~~~~~~~~~~~~~~~~~~
34
+
35
+ * `#5995 <https://github.com/symfony/symfony-docs/pull/5995 >`_ Update dev_environment.rst (gonzalovilaseca)
36
+ * `#6240 <https://github.com/symfony/symfony-docs/pull/6240 >`_ [#6224] some tweaks (xabbuh)
37
+ * `#5513 <https://github.com/symfony/symfony-docs/pull/5513 >`_ [load_balancer_reverse_proxy ] Always use 127.0.0.1 as a trusted proxy (ruudk)
38
+ * `#6124 <https://github.com/symfony/symfony-docs/pull/6124 >`_ [cookbook] Add annotations block and fix regex (peterkokot)
39
+
40
+ Minor Documentation Changes
41
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
42
+
43
+ * `#6308 <https://github.com/symfony/symfony-docs/pull/6308 >`_ fix literal syntax (xabbuh)
44
+ * `#6251 <https://github.com/symfony/symfony-docs/pull/6251 >`_ To use annotations, files must be removed (pbowyer)
45
+ * `#6288 <https://github.com/symfony/symfony-docs/pull/6288 >`_ Update factories.rst (velikanov)
46
+ * `#6278 <https://github.com/symfony/symfony-docs/pull/6278 >`_ [HttpFoundation] Fix typo for ParameterBag getters (rendler-denis)
47
+ * `#6284 <https://github.com/symfony/symfony-docs/pull/6284 >`_ [Book] [Routing] Fix third param true to UrlGeneratorInterface::ABSOLUTE_URI (eriwin)
48
+ * `#6269 <https://github.com/symfony/symfony-docs/pull/6269 >`_ [Cookbook][Bundles]fix yaml syntax (mhor)
49
+ * `#6255 <https://github.com/symfony/symfony-docs/pull/6255 >`_ [Cookbook][Doctrine] some tweaks to the Doctrine registration article (xabbuh)
50
+ * `#6229 <https://github.com/symfony/symfony-docs/pull/6229 >`_ Rewrite EventDispatcher introduction (WouterJ)
51
+ * `#6256 <https://github.com/symfony/symfony-docs/pull/6256 >`_ Fixed code example (twifty)
52
+ * `#6250 <https://github.com/symfony/symfony-docs/pull/6250 >`_ [Cookbook][Console] remove note about memory spool handling on CLI (xabbuh)
53
+ * `#6246 <https://github.com/symfony/symfony-docs/pull/6246 >`_ removed duplicate lines (seferov)
54
+ * `#6222 <https://github.com/symfony/symfony-docs/pull/6222 >`_ Updated "Learn more from the Cookbook" section (sfdumi)
55
+ * `#6223 <https://github.com/symfony/symfony-docs/pull/6223 >`_ Improveme the apache/mod_php configuration example (gnat42)
56
+ * `#6234 <https://github.com/symfony/symfony-docs/pull/6234 >`_ File System Security Issue in Custom Auth Article (finished) (mattjanssen, WouterJ)
57
+ * `#4773 <https://github.com/symfony/symfony-docs/pull/4773 >`_ [Cookbook] Make registration_form follow best practices (xelaris)
58
+ * `#5630 <https://github.com/symfony/symfony-docs/pull/5630 >`_ Add a caution about logout when using http-basic authenticated firewall (rmed19)
59
+ * `#6215 <https://github.com/symfony/symfony-docs/pull/6215 >`_ Added a caution about failing cache warmers (javiereguiluz)
60
+ * `#6239 <https://github.com/symfony/symfony-docs/pull/6239 >`_ Remove app_dev as build-in server is used (rmed19, WouterJ)
61
+ * `#6236 <https://github.com/symfony/symfony-docs/pull/6236 >`_ fix some minor typos (xabbuh)
62
+ * `#6238 <https://github.com/symfony/symfony-docs/pull/6238 >`_ fix directive name (xabbuh)
63
+ * `#6224 <https://github.com/symfony/symfony-docs/pull/6224 >`_ Note to create a service if you extend ExceptionController (pamuche)
64
+ * `#5958 <https://github.com/symfony/symfony-docs/pull/5958 >`_ Update security.rst (mpaquet)
65
+ * `#6092 <https://github.com/symfony/symfony-docs/pull/6092 >`_ Updated information about testing code coverage. (roga)
66
+ * `#6051 <https://github.com/symfony/symfony-docs/pull/6051 >`_ Mention HautelookAliceBundle in best practices (theofidry, WouterJ)
67
+ * `#6227 <https://github.com/symfony/symfony-docs/pull/6227 >`_ Update testing.rst (dvapelnik)
68
+ * `#6212 <https://github.com/symfony/symfony-docs/pull/6212 >`_ Typo in default session save_path (DerekRoth)
69
+ * `#6208 <https://github.com/symfony/symfony-docs/pull/6208 >`_ Replace references of PSR-0 with PSR-4 (opdavies)
70
+ * `#6190 <https://github.com/symfony/symfony-docs/pull/6190 >`_ Fix redundant command line sample (sylozof)
71
+
72
+
16
73
January, 2016
17
74
-------------
18
75
0 commit comments