Skip to content

Commit d89bfca

Browse files
committed
Merge branch '3.0' into 3.1
2 parents 66ce882 + 2d4f0b8 commit d89bfca

File tree

5 files changed

+92
-4
lines changed

5 files changed

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

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 class="help">{{ help }}</span>
1065+
<span class="help-block">{{ help }}</span>
10661066
{% endif %}
10671067
{% endblock %}
10681068

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

10791079
{% if help is defined %}
1080-
<span class="help">{{ help }}</span>
1080+
<span class="help-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)