Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab85c07

Browse files
committed
Merge branch '2.7' into 2.8
2 parents5038684 +ab5e511 commitab85c07

File tree

4 files changed

+75
-3
lines changed

4 files changed

+75
-3
lines changed

‎book/security.rst‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ example, if you use annotations, create something like this::
189189
// ...
190190

191191
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
192+
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
192193
use Symfony\Component\HttpFoundation\Response;
193194

194195
class DefaultController extends Controller

‎changelog.rst‎

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,77 @@ documentation.
1313
Do you also want to participate in the Symfony Documentation? Take a look
1414
at the ":doc:`/contributing/documentation/overview`" article.
1515

16+
May, 2016
17+
---------
18+
19+
New Documentation
20+
~~~~~~~~~~~~~~~~~
21+
22+
* `#6040<https://github.com/symfony/symfony-docs/pull/6040>`_ Remove old File Upload article + improve the new one (WouterJ)
23+
* `#6412<https://github.com/symfony/symfony-docs/pull/6412>`_ added a maintenance document (fabpot)
24+
* `#6554<https://github.com/symfony/symfony-docs/pull/6554>`_ Adding information about using the date type as usable date picker field (weaverryan)
25+
* `#6590<https://github.com/symfony/symfony-docs/pull/6590>`_ Added note on YAML mappings as objects (dantleech)
26+
* `#6583<https://github.com/symfony/symfony-docs/pull/6583>`_ Adding a description for the use_microseconds parameter introduced in MonologBundle v2.11 (jorgelbg)
27+
* `#6582<https://github.com/symfony/symfony-docs/pull/6582>`_ Advanced YAML component usage (dantleech)
28+
* `#6405<https://github.com/symfony/symfony-docs/pull/6405>`_ Added the explanation about addClassesToCompile() method (javiereguiluz)
29+
* `#6539<https://github.com/symfony/symfony-docs/pull/6539>`_ Documented the "autoescape" TwigBundle config option (javiereguiluz)
30+
* `#5574<https://github.com/symfony/symfony-docs/pull/5574>`_ [2.7] Update Twig docs for asset features (javiereguiluz, WouterJ)
31+
32+
Fixed Documentation
33+
~~~~~~~~~~~~~~~~~~~
34+
35+
* `#6619<https://github.com/symfony/symfony-docs/pull/6619>`_ Fix wrong variable name in comment (zanardigit)
36+
* `#6606<https://github.com/symfony/symfony-docs/pull/6606>`_ fix #6602 (yamiko-ninja)
37+
* `#6578<https://github.com/symfony/symfony-docs/pull/6578>`_ [Cookbook][Profiler] Fix arguments for Profiler::find() (hason)
38+
* `#6564<https://github.com/symfony/symfony-docs/pull/6564>`_ [PhpUnitBridge] Remove section about clock mocking (z38)
39+
* `#6552<https://github.com/symfony/symfony-docs/pull/6552>`_ Typo fix in the Serializer deserialization example for existing object (fre5h)
40+
* `#6545<https://github.com/symfony/symfony-docs/pull/6545>`_ Replace property_accessor by property_access (jbenoit2011)
41+
* `#6561<https://github.com/symfony/symfony-docs/pull/6561>`_ About Templating Naming Pattern (raulconti)
42+
43+
Minor Documentation Changes
44+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
45+
46+
* `#6620<https://github.com/symfony/symfony-docs/pull/6620>`_ Move PSR to correct place on index page (WouterJ)
47+
* `#6609<https://github.com/symfony/symfony-docs/pull/6609>`_ Use a better escaping mechanism for data-prototype attr (javiereguiluz)
48+
* `#6380<https://github.com/symfony/symfony-docs/pull/6380>`_ [book] [validation] Constraints can be applied to an entire class too (sustmi)
49+
* `#6444<https://github.com/symfony/symfony-docs/pull/6444>`_ [Form] fixed EntityType choice options (HeahDude)
50+
* `#6367<https://github.com/symfony/symfony-docs/pull/6367>`_ Simplified the contribution article for Symfony Docs (javiereguiluz)
51+
* `#6419<https://github.com/symfony/symfony-docs/pull/6419>`_ Update routing.rst (tamtamchik)
52+
* `#6598<https://github.com/symfony/symfony-docs/pull/6598>`_ [Yaml] use static Yaml API (xabbuh)
53+
* `#6589<https://github.com/symfony/symfony-docs/pull/6589>`_ Clarify signed requests in the ESI renderer (WouterJ)
54+
* `#6596<https://github.com/symfony/symfony-docs/pull/6596>`_ Fixed query_builder option (HeahDude)
55+
* `#6595<https://github.com/symfony/symfony-docs/pull/6595>`_ Added a note about "encoding vs. hashing" passwords (javiereguiluz)
56+
* `#6581<https://github.com/symfony/symfony-docs/pull/6581>`_ [#6431] changing "Simple Example" to use implode/explode (mccullagh)
57+
* `#6585<https://github.com/symfony/symfony-docs/pull/6585>`_ 6555 link to Download instructions page & Windows executable (snoek09)
58+
* `#6588<https://github.com/symfony/symfony-docs/pull/6588>`_ Update configuration.rst (superhaggis)
59+
* `#6591<https://github.com/symfony/symfony-docs/pull/6591>`_ 5953 use kernel events constants (snoek09)
60+
* `#6592<https://github.com/symfony/symfony-docs/pull/6592>`_ [Form] Making the name property private to be more realistic (weaverryan)
61+
* `#6541<https://github.com/symfony/symfony-docs/pull/6541>`_ Trusted proxies were removed when URL signing took over (rawkode)
62+
* `#6586<https://github.com/symfony/symfony-docs/pull/6586>`_ 6338 use csrfManager instead of csrfProvider (snoek09)
63+
* `#6401<https://github.com/symfony/symfony-docs/pull/6401>`_ Added Link to Cmder (c33s)
64+
* `#6391<https://github.com/symfony/symfony-docs/pull/6391>`_ Fix mem leak in example doctrine testing (nicolas-grekas)
65+
* `#6087<https://github.com/symfony/symfony-docs/pull/6087>`_ Add a note about needing to install proxy-manager (mcfedr)
66+
* `#6553<https://github.com/symfony/symfony-docs/pull/6553>`_ EntityType: query_builder link to usage (weaverryan)
67+
* `#6572<https://github.com/symfony/symfony-docs/pull/6572>`_ Edited BowerPHP tip (SecondeJK)
68+
* `#6575<https://github.com/symfony/symfony-docs/pull/6575>`_ Rename command logging services (sroze)
69+
* `#6571<https://github.com/symfony/symfony-docs/pull/6571>`_ [Cookbook][Console] Minor: Fix typo (andreia)
70+
* `#6568<https://github.com/symfony/symfony-docs/pull/6568>`_ fix RequestDataCollector class namespace (xabbuh)
71+
* `#6566<https://github.com/symfony/symfony-docs/pull/6566>`_ Update options_resolver.rst (snake77se)
72+
* `#6562<https://github.com/symfony/symfony-docs/pull/6562>`_ Remove extra spaces in Nginx template (bocharsky-bw)
73+
* `#6557<https://github.com/symfony/symfony-docs/pull/6557>`_ [ClassLoader] Add missed link to the external PSR-4 specification (nicolas-grekas, fre5h)
74+
* `#6511<https://github.com/symfony/symfony-docs/pull/6511>`_ [DependencyInjection] Improved "optional argument" documentation (dantleech)
75+
* `#6455<https://github.com/symfony/symfony-docs/pull/6455>`_ Editing the Doctrine section to improve accuracy and readability (natechicago)
76+
* `#6526<https://github.com/symfony/symfony-docs/pull/6526>`_ Documented how to configure Symfony correctly with regards to the Forwarded header (magnusnordlander)
77+
* `#6535<https://github.com/symfony/symfony-docs/pull/6535>`_ Improved the description of the Twig global variables (javiereguiluz)
78+
* `#6530<https://github.com/symfony/symfony-docs/pull/6530>`_ [DependencyInjection] Unquote services FQCN in parent-services examples (chalasr)
79+
* `#6517<https://github.com/symfony/symfony-docs/pull/6517>`_ Add a warning about using same user for cli and web server (pasdeloup)
80+
* `#6504<https://github.com/symfony/symfony-docs/pull/6504>`_ Improved the docs for the DependencyInjection component (javiereguiluz)
81+
* `#6506<https://github.com/symfony/symfony-docs/pull/6506>`_ Added a tip about routes and container parameters (javiereguiluz)
82+
* `#6518<https://github.com/symfony/symfony-docs/pull/6518>`_ Add details about chmod +a vs setfacl (pasdeloup)
83+
* `#6525<https://github.com/symfony/symfony-docs/pull/6525>`_ [Contributing] use more precise version checker URL (xabbuh)
84+
* `#6528<https://github.com/symfony/symfony-docs/pull/6528>`_ Fixed a minor indentation issue (javiereguiluz)
85+
86+
1687
April, 2016
1788
-----------
1889

‎components/console/helpers/questionhelper.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ from the command line, you need to set the helper input stream::
294294
$commandTester = new CommandTester($command);
295295

296296
$helper = $command->getHelper('question');
297-
$helper->setInputStream($this->getInputStream('Test\\n'));
297+
$helper->setInputStream($this->getInputStream("Test\n"));
298298
// Equals to a user inputting "Test" and hitting ENTER
299299
// If you need to enter a confirmation, "yes\n" will work
300300

‎cookbook/form/form_customization.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ form, modify the ``use`` tag and add the following:
10621062
{{ block('base_form_widget_simple') }}
10631063

10641064
{% if help is defined %}
1065-
<span>{{ help }}</span>
1065+
<spanx x-first x-last">-block">{{ help }}</span>
10661066
{% endif %}
10671067
{% endblock %}
10681068

@@ -1077,7 +1077,7 @@ the following:
10771077
{{ parent() }}
10781078

10791079
{% if help is defined %}
1080-
<span>{{ help }}</span>
1080+
<spanx x-first x-last">-block">{{ help }}</span>
10811081
{% endif %}
10821082
{% endblock %}
10831083

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp