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

Commitb8a2ebc

Browse files
committed
Merge branch '2.8' into 3.0
2 parents9c8bff6 +5d6a763 commitb8a2ebc

File tree

5 files changed

+86
-4
lines changed

5 files changed

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

‎components/console/helpers/questionhelper.rst‎

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

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

‎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

‎cookbook/security/entity_provider.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ interface only requires one method: ``loadUserByUsername($username)``::
429429
namespace AppBundle\Entity;
430430

431431
use Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface;
432-
use Symfony\Component\Security\Core\User\UserInterface;
433432
use Doctrine\ORM\EntityRepository;
434433

435434
class UserRepository extends EntityRepository implements UserLoaderInterface

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp