@@ -19,6 +19,7 @@ July, 2016
19
19
New Documentation
20
20
~~~~~~~~~~~~~~~~~
21
21
22
+ * `#6744 <https://github.com/symfony/symfony-docs/pull/6744 >`_ [Form] Ambiguous block prefixes render incorrectly (foaly-nr1)
22
23
* `#6611 <https://github.com/symfony/symfony-docs/pull/6611 >`_ Discourage the use of controllers as services (javiereguiluz)
23
24
* `#5672 <https://github.com/symfony/symfony-docs/pull/5672 >`_ Add constants to BC promise (WouterJ)
24
25
* `#6707 <https://github.com/symfony/symfony-docs/pull/6707 >`_ Describe serialization config location in cookbook (jcrombez, WouterJ)
@@ -32,13 +33,16 @@ Fixed Documentation
32
33
* `#6634 <https://github.com/symfony/symfony-docs/pull/6634 >`_ Update custom_constraint.rst (axelvnk)
33
34
* `#6719 <https://github.com/symfony/symfony-docs/pull/6719 >`_ [Components][Browser-Kit]Fix typo with CookieJar (Denis-Florin Rendler)
34
35
* `#6687 <https://github.com/symfony/symfony-docs/pull/6687 >`_ Namespace fix (JhonnyL)
36
+ * `#6714 <https://github.com/symfony/symfony-docs/pull/6714 >`_ UppercaseRot13Transformer wrong class name used (jevgenijusr)
35
37
* `#6704 <https://github.com/symfony/symfony-docs/pull/6704 >`_ Encountered an error when following the steps for contribution (chancegarcia)
38
+ * `#6708 <https://github.com/symfony/symfony-docs/pull/6708 >`_ Routes should be just imported, not mounted (OndraM)
36
39
37
40
Minor Documentation Changes
38
41
~~~~~~~~~~~~~~~~~~~~~~~~~~~
39
42
40
43
* `#6778 <https://github.com/symfony/symfony-docs/pull/6778 >`_ fix syntax errors (xabbuh)
41
44
* `#6777 <https://github.com/symfony/symfony-docs/pull/6777 >`_ fix code block indentation (xabbuh)
45
+ * `#107 <https://github.com/symfony/symfony-docs/pull/107 >`_ fix bugs due to choosing the wrong base branch (xabbuh)
42
46
* `#108 <https://github.com/symfony/symfony-docs/pull/108 >`_ fix another bug due to choosing the wrong branch (xabbuh)
43
47
* `#105 <https://github.com/symfony/symfony-docs/pull/105 >`_ fix bugs due to choosing the wrong base branch (xabbuh)
44
48
* `#102 <https://github.com/symfony/symfony-docs/pull/102 >`_ Updated the Global Composer Installation article (javiereguiluz)
@@ -53,6 +57,7 @@ Minor Documentation Changes
53
57
* `#91 <https://github.com/symfony/symfony-docs/pull/91 >`_ Create a section for "Getting Started" so we can generate a book (javiereguiluz)
54
58
* `#77 <https://github.com/symfony/symfony-docs/pull/77 >`_ Proofing the controller chapter (weaverryan)
55
59
* `#90 <https://github.com/symfony/symfony-docs/pull/90 >`_ Fixed doc build issues (javiereguiluz)
60
+ * `#82 <https://github.com/symfony/symfony-docs/pull/82 >`_ Bootstrapping property info doc (weaverryan)
56
61
* `#79 <https://github.com/symfony/symfony-docs/pull/79 >`_ Shortening the setup section (weaverryan)
57
62
* `#81 <https://github.com/symfony/symfony-docs/pull/81 >`_ Merging setup and install directories (weaverryan)
58
63
* `#84 <https://github.com/symfony/symfony-docs/pull/84 >`_ Bootstrapping the validator components (weaverryan)
@@ -79,6 +84,7 @@ Minor Documentation Changes
79
84
* `#6600 <https://github.com/symfony/symfony-docs/pull/6600 >`_ Removing some extra details from #6444 (weaverryan)
80
85
* `#6715 <https://github.com/symfony/symfony-docs/pull/6715 >`_ [Book] Remove DI extension info and link the cookbook article instead (WouterJ)
81
86
* `#6745 <https://github.com/symfony/symfony-docs/pull/6745 >`_ Branch fix (Talita Kocjan Zager, weaverryan)
87
+ * `#6743 <https://github.com/symfony/symfony-docs/pull/6743 >`_ Finishing #6252 (Talita Kocjan Zager, weaverryan)
82
88
* `#6656 <https://github.com/symfony/symfony-docs/pull/6656 >`_ Clarify usage of handler channel configuration (shkkmo)
83
89
* `#6664 <https://github.com/symfony/symfony-docs/pull/6664 >`_ replace occurrences of <?php echo with <?= (dr-matt-smith)
84
90
* `#6740 <https://github.com/symfony/symfony-docs/pull/6740 >`_ Add little comment indicating meaning of $firewall variable (ruslan-fidesio, WouterJ)
@@ -98,10 +104,12 @@ Minor Documentation Changes
98
104
* `#6613 <https://github.com/symfony/symfony-docs/pull/6613 >`_ Clarify documentation on serving files (raphaelm)
99
105
* `#6721 <https://github.com/symfony/symfony-docs/pull/6721 >`_ [Finder] Fixed typo in RealPath method on SplFileInfo class (acrobat)
100
106
* `#6716 <https://github.com/symfony/symfony-docs/pull/6716 >`_ Typo fix "they the name" => "that the name" (jevgenijusr)
107
+ * `#6702 <https://github.com/symfony/symfony-docs/pull/6702 >`_ Removed empty `Notes on previous versions ` (mickaelandrieu)
101
108
* `#6709 <https://github.com/symfony/symfony-docs/pull/6709 >`_ Fix URL in http basic screenshot (WouterJ)
102
109
* `#6706 <https://github.com/symfony/symfony-docs/pull/6706 >`_ Update "How to Authenticate Users with API Keys" (gondo, WouterJ)
103
110
* `#5892 <https://github.com/symfony/symfony-docs/pull/5892 >`_ Updated the session proxy article (javiereguiluz)
104
111
* `#6697 <https://github.com/symfony/symfony-docs/pull/6697 >`_ [Asset] add versionadded directive (xabbuh)
112
+ * `#6698 <https://github.com/symfony/symfony-docs/pull/6698 >`_ [Ldap] add versionadded directive (xabbuh)
105
113
106
114
107
115
June, 2016
0 commit comments