@@ -13,6 +13,112 @@ 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
+ July, 2016
17
+ ----------
18
+
19
+ New Documentation
20
+ ~~~~~~~~~~~~~~~~~
21
+
22
+ * `#6744 <https://github.com/symfony/symfony-docs/pull/6744 >`_ [Form] Ambiguous block prefixes render incorrectly (foaly-nr1)
23
+ * `#6611 <https://github.com/symfony/symfony-docs/pull/6611 >`_ Discourage the use of controllers as services (javiereguiluz)
24
+ * `#5672 <https://github.com/symfony/symfony-docs/pull/5672 >`_ Add constants to BC promise (WouterJ)
25
+ * `#6707 <https://github.com/symfony/symfony-docs/pull/6707 >`_ Describe serialization config location in cookbook (jcrombez, WouterJ)
26
+ * `#6726 <https://github.com/symfony/symfony-docs/pull/6726 >`_ Use getParameter method in controllers (peterkokot)
27
+ * `#6727 <https://github.com/symfony/symfony-docs/pull/6727 >`_ Updated the condition to display console name (mickaelandrieu)
28
+ * `#6701 <https://github.com/symfony/symfony-docs/pull/6701 >`_ [CS] Avoid using useless expressions (phansys)
29
+ * `#6422 <https://github.com/symfony/symfony-docs/pull/6422 >`_ Documented the ArgumentResolver along the ControllerResolver (iltar)
30
+ * `#6705 <https://github.com/symfony/symfony-docs/pull/6705 >`_ [Process] Introduce InputStream and iterator for output (nicolas-grekas)
31
+ * `#6673 <https://github.com/symfony/symfony-docs/pull/6673 >`_ Caution about impersonation not compatible with pre authenticated (pasdeloup)
32
+
33
+ Fixed Documentation
34
+ ~~~~~~~~~~~~~~~~~~~
35
+
36
+ * `#6634 <https://github.com/symfony/symfony-docs/pull/6634 >`_ Update custom_constraint.rst (axelvnk)
37
+ * `#6719 <https://github.com/symfony/symfony-docs/pull/6719 >`_ [Components][Browser-Kit]Fix typo with CookieJar (Denis-Florin Rendler)
38
+ * `#6717 <https://github.com/symfony/symfony-docs/pull/6717 >`_ Cache Component: Fix SQLite3Cache instanciation (ReDnAxE)
39
+ * `#6687 <https://github.com/symfony/symfony-docs/pull/6687 >`_ Namespace fix (JhonnyL)
40
+ * `#6714 <https://github.com/symfony/symfony-docs/pull/6714 >`_ UppercaseRot13Transformer wrong class name used (jevgenijusr)
41
+ * `#6704 <https://github.com/symfony/symfony-docs/pull/6704 >`_ Encountered an error when following the steps for contribution (chancegarcia)
42
+ * `#6708 <https://github.com/symfony/symfony-docs/pull/6708 >`_ Routes should be just imported, not mounted (OndraM)
43
+
44
+ Minor Documentation Changes
45
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
+
47
+ * `#6778 <https://github.com/symfony/symfony-docs/pull/6778 >`_ fix syntax errors (xabbuh)
48
+ * `#6777 <https://github.com/symfony/symfony-docs/pull/6777 >`_ fix code block indentation (xabbuh)
49
+ * `#109 <https://github.com/symfony/symfony-docs/pull/109 >`_ after merge fixes (xabbuh)
50
+ * `#107 <https://github.com/symfony/symfony-docs/pull/107 >`_ fix bugs due to choosing the wrong base branch (xabbuh)
51
+ * `#108 <https://github.com/symfony/symfony-docs/pull/108 >`_ fix another bug due to choosing the wrong branch (xabbuh)
52
+ * `#105 <https://github.com/symfony/symfony-docs/pull/105 >`_ fix bugs due to choosing the wrong base branch (xabbuh)
53
+ * `#102 <https://github.com/symfony/symfony-docs/pull/102 >`_ Updated the Global Composer Installation article (javiereguiluz)
54
+ * `#101 <https://github.com/symfony/symfony-docs/pull/101 >`_ Update some screenshots to wrap them with a browser window (javiereguiluz)
55
+ * `#104 <https://github.com/symfony/symfony-docs/pull/104 >`_ complete component cross references (xabbuh)
56
+ * `#106 <https://github.com/symfony/symfony-docs/pull/106 >`_ some minor tweaks (xabbuh)
57
+ * `#98 <https://github.com/symfony/symfony-docs/pull/98 >`_ Remove mentions of cookbook/book (WouterJ)
58
+ * `#97 <https://github.com/symfony/symfony-docs/pull/97 >`_ Rewrote the Console articles (WouterJ, javiereguiluz)
59
+ * `#99 <https://github.com/symfony/symfony-docs/pull/99 >`_ Rename cache/ to http_cache/ (WouterJ)
60
+ * `#100 <https://github.com/symfony/symfony-docs/pull/100 >`_ Add file extension to SOAP article (WouterJ)
61
+ * `#92 <https://github.com/symfony/symfony-docs/pull/92 >`_ Make usage of "The" in the edition list consistent (WouterJ)
62
+ * `#91 <https://github.com/symfony/symfony-docs/pull/91 >`_ Create a section for "Getting Started" so we can generate a book (javiereguiluz)
63
+ * `#77 <https://github.com/symfony/symfony-docs/pull/77 >`_ Proofing the controller chapter (weaverryan)
64
+ * `#90 <https://github.com/symfony/symfony-docs/pull/90 >`_ Fixed doc build issues (javiereguiluz)
65
+ * `#82 <https://github.com/symfony/symfony-docs/pull/82 >`_ Bootstrapping property info doc (weaverryan)
66
+ * `#79 <https://github.com/symfony/symfony-docs/pull/79 >`_ Shortening the setup section (weaverryan)
67
+ * `#81 <https://github.com/symfony/symfony-docs/pull/81 >`_ Merging setup and install directories (weaverryan)
68
+ * `#84 <https://github.com/symfony/symfony-docs/pull/84 >`_ Bootstrapping the validator components (weaverryan)
69
+ * `#87 <https://github.com/symfony/symfony-docs/pull/87 >`_ Moving the email guide to the top level (weaverryan)
70
+ * `#88 <https://github.com/symfony/symfony-docs/pull/88 >`_ Moving event_dispatcher/event_listener.rst -> event_dispatcher.rst (weaverryan)
71
+ * `#78 <https://github.com/symfony/symfony-docs/pull/78 >`_ Move redirection_map from root (WouterJ)
72
+ * `#54 <https://github.com/symfony/symfony-docs/pull/54 >`_ split the Security chapter (xabbuh)
73
+ * `#53 <https://github.com/symfony/symfony-docs/pull/53 >`_ split the Validation chapter (xabbuh)
74
+ * `#63 <https://github.com/symfony/symfony-docs/pull/63 >`_ Readded removed versionadded directives (WouterJ)
75
+ * `#55 <https://github.com/symfony/symfony-docs/pull/55 >`_ Created the "Set Up" topic (WouterJ)
76
+ * `#62 <https://github.com/symfony/symfony-docs/pull/62 >`_ Rename includes directory to _includes (WouterJ)
77
+ * `#61 <https://github.com/symfony/symfony-docs/pull/61 >`_ Fix install/upgrade references (WouterJ)
78
+ * `#58 <https://github.com/symfony/symfony-docs/pull/58 >`_ The no-brainer topic merges/removal (WouterJ)
79
+ * `#56 <https://github.com/symfony/symfony-docs/pull/56 >`_ Fix build errors (WouterJ)
80
+ * `#39 <https://github.com/symfony/symfony-docs/pull/39 >`_ Deleting index files - using globbing (weaverryan, WouterJ)
81
+ * `#47 <https://github.com/symfony/symfony-docs/pull/47 >`_ Move nested service container articles to sub-topic root (WouterJ)
82
+ * `#50 <https://github.com/symfony/symfony-docs/pull/50 >`_ Move images to _images and group by topic (WouterJ)
83
+ * `#32 <https://github.com/symfony/symfony-docs/pull/32 >`_ Move all cookbook contents (javiereguiluz)
84
+ * `#28 <https://github.com/symfony/symfony-docs/pull/28 >`_ split the routing chapter (xabbuh)
85
+ * `#30 <https://github.com/symfony/symfony-docs/pull/30 >`_ Moved the rest of the book chapters (javiereguiluz)
86
+ * `#24 <https://github.com/symfony/symfony-docs/pull/24 >`_ Moved book chapters out of the book (javiereguiluz)
87
+ * `#20 <https://github.com/symfony/symfony-docs/pull/20 >`_ Creating the Controller topic (xabbuh)
88
+ * `#6747 <https://github.com/symfony/symfony-docs/pull/6747 >`_ Correcting reference to ``isSuccessful `` method for Process (aedmonds)
89
+ * `#6600 <https://github.com/symfony/symfony-docs/pull/6600 >`_ Removing some extra details from #6444 (weaverryan)
90
+ * `#6715 <https://github.com/symfony/symfony-docs/pull/6715 >`_ [Book] Remove DI extension info and link the cookbook article instead (WouterJ)
91
+ * `#6745 <https://github.com/symfony/symfony-docs/pull/6745 >`_ Branch fix (Talita Kocjan Zager, weaverryan)
92
+ * `#6743 <https://github.com/symfony/symfony-docs/pull/6743 >`_ Finishing #6252 (Talita Kocjan Zager, weaverryan)
93
+ * `#6656 <https://github.com/symfony/symfony-docs/pull/6656 >`_ Clarify usage of handler channel configuration (shkkmo)
94
+ * `#6664 <https://github.com/symfony/symfony-docs/pull/6664 >`_ replace occurrences of <?php echo with <?= (dr-matt-smith)
95
+ * `#6740 <https://github.com/symfony/symfony-docs/pull/6740 >`_ Add little comment indicating meaning of $firewall variable (ruslan-fidesio, WouterJ)
96
+ * `#6734 <https://github.com/symfony/symfony-docs/pull/6734 >`_ Add little caution to add service id for @Route annotation (DHager, WouterJ)
97
+ * `#6735 <https://github.com/symfony/symfony-docs/pull/6
6302
735 >`_ Change _method parameter versionadded note (sfdumi, WouterJ)
98
+ * `#6736 <https://github.com/symfony/symfony-docs/pull/6736 >`_ Use message argument for PHPunit assert() functions (SimonHeimberg, WouterJ)
99
+ * `#6739 <https://github.com/symfony/symfony-docs/pull/6739 >`_ fix list item termination character (xabbuh)
100
+ * `#6218 <https://github.com/symfony/symfony-docs/pull/6218 >`_ path() explanation inside templating + Minor formatting changes (sfdumi)
101
+ * `#6559 <https://github.com/symfony/symfony-docs/pull/6559 >`_ Update lazy_services.rst (hboomsma)
102
+ * `#6733 <https://github.com/symfony/symfony-docs/pull/6733 >`_ [DX] Form Types location contradicts Best Practices (pbowyer)
103
+ * `#6264 <https://github.com/symfony/symfony-docs/pull/6264 >`_ Update email.rst (mikaelz)
104
+ * `#6633 <https://github.com/symfony/symfony-docs/pull/6633 >`_ Added escaping tip (xDaizu)
105
+ * `#5464 <https://github.com/symfony/symfony-docs/pull/5464 >`_ Removed the glossary (WouterJ)
106
+ * `#6665 <https://github.com/symfony/symfony-docs/pull/6665 >`_ use PDO prepared statement - avoid straw man (dr-matt-smith)
107
+ * `#6700 <https://github.com/symfony/symfony-docs/pull/6700 >`_ Update monolog.rst (zhil)
108
+ * `#6720 <https://github.com/symfony/symfony-docs/pull/6720 >`_ [Component][ClassLoader]Remove invalid note (rendler-denis)
109
+ * `#6613 <https://github.com/symfony/symfony-docs/pull/6613 >`_ Clarify documentation on serving files (raphaelm)
110
+ * `#6723 <https://github.com/symfony/symfony-docs/pull/6723 >`_ Require latest Symfony version (yhoiseth)
111
+ * `#6721 <https://github.com/symfony/symfony-docs/pull/6721 >`_ [Finder] Fixed typo in RealPath method on SplFileInfo class (acrobat)
112
+ * `#6716 <https://github.com/symfony/symfony-docs/pull/6716 >`_ Typo fix "they the name" => "that the name" (jevgenijusr)
113
+ * `#6702 <https://github.com/symfony/symfony-docs/pull/6702 >`_ Removed empty ``Notes on previous versions `` (mickaelandrieu)
114
+ * `#6709 <https://github.com/symfony/symfony-docs/pull/6709 >`_ Fix URL in http basic screenshot (WouterJ)
115
+ * `#6706 <https://github.com/symfony/symfony-docs/pull/6706 >`_ Update "How to Authenticate Users with API Keys" (gondo, WouterJ)
116
+ * `#5892 <https://github.com/symfony/symfony-docs/pull/5892 >`_ Updated the session proxy article (javiereguiluz)
117
+ * `#6699 <https://github.com/symfony/symfony-docs/pull/6699 >`_ [Cache] add versionadded directive (xabbuh)
118
+ * `#6697 <https://github.com/symfony/symfony-docs/pull/6697 >`_ [Asset] add versionadded directive (xabbuh)
119
+ * `#6698 <https://github.com/symfony/symfony-docs/pull/6698 >`_ [Ldap] add versionadded directive (xabbuh)
120
+
121
+
16
122
June, 2016
17
123
----------
18
124
0 commit comments