Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceebee0

Browse files
committed
Merge branch '2.7' into 2.8
2 parents 273cab9 + 13e4d92 commit ceebee0

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

changelog.rst

+96
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,102 @@ 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+
June, 2015
17+
----------
18+
19+
New Documentation
20+
~~~~~~~~~~~~~~~~~
21+
22+
* `#5423 <https://github.com/symfony/symfony-docs/pull/5423>`_ [Security] add & update doc entries on AbstractVoter implementation (Inoryy, javiereguiluz)
23+
* `#5401 <https://github.com/symfony/symfony-docs/pull/5401>`_ Added some more docs about the remember me feature (WouterJ)
24+
* `#5384 <https://github.com/symfony/symfony-docs/pull/5384>`_ Added information about the new date handling in the comparison constraints and Range (webmozart, javiereguiluz)
25+
* `#5382 <https://github.com/symfony/symfony-docs/pull/5382>`_ Added support for standard Forwarded header (tony-co, javiereguiluz)
26+
* `#5361 <https://github.com/symfony/symfony-docs/pull/5361>`_ Document security.switch_user event (Rvanlaak)
27+
* `#5332 <https://github.com/symfony/symfony-docs/pull/5332>`_ [Serializer] ObjectNormalizer, object_to_populate doc. Minor enhancements. (dunglas)
28+
* `#5335 <https://github.com/symfony/symfony-docs/pull/5335>`_ [Serializer] Updated the cookbook. (dunglas)
29+
* `#5313 <https://github.com/symfony/symfony-docs/pull/5313>`_ Documented the overridden form options (javiereguiluz)
30+
* `#5307 <https://github.com/symfony/symfony-docs/pull/5307>`_ Update data_transformers.rst (zebba)
31+
* `#5186 <https://github.com/symfony/symfony-docs/pull/5186>`_ Added a new article about using/installing unstable Symfony versions (javiereguiluz)
32+
* `#5166 <https://github.com/symfony/symfony-docs/pull/5166>`_ Proposed a new article about using pure PHP libraries with Assetic (javiereguiluz)
33+
* `#5416 <https://github.com/symfony/symfony-docs/pull/5416>`_ fix for Symfony 2.7 (DQNEO)
34+
* `#5014 <https://github.com/symfony/symfony-docs/pull/5014>`_ Updated the best practices article for reusable bundles (javiereguiluz)
35+
* `#5435 <https://github.com/symfony/symfony-docs/pull/5435>`_ Added information about the four sub-components of Security component (javiereguiluz)
36+
* `#5368 <https://github.com/symfony/symfony-docs/pull/5368>`_ added examples for squashing (OskarStark)
37+
* `#5428 <https://github.com/symfony/symfony-docs/pull/5428>`_ Improved description of choice_list option (adamziel, javiereguiluz)
38+
* `#5336 <https://github.com/symfony/symfony-docs/pull/5336>`_ Adding a paragraph about updating multiple packages during an update (weaverryan)
39+
* `#5375 <https://github.com/symfony/symfony-docs/pull/5375>`_ Added a new cookbook about file uploading (javiereguiluz)
40+
* `#5385 <https://github.com/symfony/symfony-docs/pull/5385>`_ Added a note about the need to require Composer's autoload file (javiereguiluz)
41+
* `#5386 <https://github.com/symfony/symfony-docs/pull/5386>`_ Re-write of Page Creation (weaverryan)
42+
* `#5355 <https://github.com/symfony/symfony-docs/pull/5355>`_ Added a mention to the Symfony Demo application (javiereguiluz)
43+
* `#5331 <https://github.com/symfony/symfony-docs/pull/5331>`_ [PSR-7] Bridge documentation (dunglas)
44+
* `#5373 <https://github.com/symfony/symfony-docs/pull/5373>`_ Added mentions to some popular (and useful) Symfony bundles (javiereguiluz)
45+
46+
Fixed Documentation
47+
~~~~~~~~~~~~~~~~~~~
48+
49+
* `#5415 <https://github.com/symfony/symfony-docs/pull/5415>`_ Updating for AppBundle and purposefully \*not\* doing work on configure (weaverryan)
50+
* `#5407 <https://github.com/symfony/symfony-docs/pull/5407>`_ Change PhpStormOpener to PhpStormProtocol (King2500)
51+
* `#5450 <https://github.com/symfony/symfony-docs/pull/5450>`_ Fixing "Undefined method" error in code example (nebkam)
52+
* `#5454 <https://github.com/symfony/symfony-docs/pull/5454>`_ Changed dump() to var_dump() (WouterJ)
53+
* `#5417 <https://github.com/symfony/symfony-docs/pull/5417>`_ Add use statement for InputDefinition (harikt)
54+
* `#5420 <https://github.com/symfony/symfony-docs/pull/5420>`_ Fix invalid method name (bocharsky-bw)
55+
* `#5431 <https://github.com/symfony/symfony-docs/pull/5431>`_ Updated the code to display flash messages (aykin, javiereguiluz)
56+
* `#5418 <https://github.com/symfony/symfony-docs/pull/5418>`_ Import Psr LogLevel (harikt)
57+
* `#5438 <https://github.com/symfony/symfony-docs/pull/5438>`_ Fixed 404 at Configuring Sessions and Save Handlers (2.3 branch) (suzuki)
58+
* `#5412 <https://github.com/symfony/symfony-docs/pull/5412>`_ Update serializer.rst (mantulo)
59+
* `#5397 <https://github.com/symfony/symfony-docs/pull/5397>`_ Escape backslash in error message (WouterJ)
60+
* `#5379 <https://github.com/symfony/symfony-docs/pull/5379>`_ [Cookbook][Console] don't use BufferedOutput on Symfony 2.3 (xabbuh)
61+
* `#5400 <https://github.com/symfony/symfony-docs/pull/5400>`_ Fix after install URL and new photo since AcmeDemoBundle is not part … (smatejic)
62+
* `#5350 <https://github.com/symfony/symfony-docs/pull/5350>`_ [Form][2.3] fix `validation_groups` typos (craue)
63+
* `#5358 <https://github.com/symfony/symfony-docs/pull/5358>`_ Fix typo in description (martyshka)
64+
* `#5356 <https://github.com/symfony/symfony-docs/pull/5356>`_ [Form] Fixed typo about _token field name for CSRF protection (JMLamodiere)
65+
* `#5362 <https://github.com/symfony/symfony-docs/pull/5362>`_ Fix invalid endtag (norkunas)
66+
67+
Minor Documentation Changes
68+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
69+
70+
* `#5467 <https://github.com/symfony/symfony-docs/pull/5467>`_ use HTTPS for links to symfony.com (xabbuh)
71+
* `#5466 <https://github.com/symfony/symfony-docs/pull/5466>`_ data transformers cookbook service definition typo (intrepion)
72+
* `#5414 <https://github.com/symfony/symfony-docs/pull/5414>`_ Rewrite sentence about fingers crossed handler action level (snoek09)
73+
* `#5402 <https://github.com/symfony/symfony-docs/pull/5402>`_ [Contributing] [Standards] Added entry for Yoda conditions (phansys)
74+
* `#5369 <https://github.com/symfony/symfony-docs/pull/5369>`_ Remove the Propel book chapter and explain why we do that (javiereguiluz)
75+
* `#5460 <https://github.com/symfony/symfony-docs/pull/5460>`_ Finish #5291: Bootstrap form theme and checkboxes (anacicconi, WouterJ)
76+
* `#5457 <https://github.com/symfony/symfony-docs/pull/5457>`_ [Cookbook][Assetic] complete a sentence (xabbuh)
77+
* `#5398 <https://github.com/symfony/symfony-docs/pull/5398>`_ Quick review of the remember me article (WouterJ)
78+
* `#5399 <https://github.com/symfony/symfony-docs/pull/5399>`_ Quick review of Form login chapter (WouterJ)
79+
* `#5403 <https://github.com/symfony/symfony-docs/pull/5403>`_ [Contributing] [Standards] Added entry for identical comparison (phansys)
80+
* `#5392 <https://github.com/symfony/symfony-docs/pull/5392>`_ Wrap the table creation inside the class extending Command, so users … (harikt)
81+
* `#5378 <https://github.com/symfony/symfony-docs/pull/5378>`_ [Cookbook][Controller] use the jinja lexer to render Twig code (xabbuh)
82+
* `#5421 <https://github.com/symfony/symfony-docs/pull/5421>`_ Update the name of the branch for new BC features (Restless-ET)
83+
* `#5441 <https://github.com/symfony/symfony-docs/pull/5441>`_ [Contributing] remove mailing list and forum references (xabbuh)
84+
* `#5433 <https://github.com/symfony/symfony-docs/pull/5433>`_ Warn users of older PHP versions Crawler might not decode HTML entities properly (jakzal, javiereguiluz)
85+
* `#5293 <https://github.com/symfony/symfony-docs/pull/5293>`_ [Translation] Add note about how to override translation in chi… (zebba)
86+
* `#5290 <https://github.com/symfony/symfony-docs/pull/5290>`_ Overriding 3rd party bundles (anacicconi)
87+
* `#5242 <https://github.com/symfony/symfony-docs/pull/5242>`_ Update load_balancer_reverse_proxy.rst (urg)
88+
* `#5381 <https://github.com/symfony/symfony-docs/pull/5381>`_ remove Yoda condition (greg0ire)
89+
* `#5452 <https://github.com/symfony/symfony-docs/pull/5452>`_ [#5388] change echo and print in examples (snoek09)
90+
* `#5451 <https://github.com/symfony/symfony-docs/pull/5451>`_ [#5388] change echo and print in examples (snoek09)
91+
* `#5432 <https://github.com/symfony/symfony-docs/pull/5432>`_ removed squashing stuff. fixes #5368 (OskarStark)
92+
* `#5383 <https://github.com/symfony/symfony-docs/pull/5383>`_ Reword a paragraph about service configurations (richardudovich)
93+
* `#5389 <https://github.com/symfony/symfony-docs/pull/5389>`_ Updates to security.rst (HexTitan)
94+
* `#5408 <https://github.com/symfony/symfony-docs/pull/5408>`_ typo (larsborn)
95+
* `#5406 <https://github.com/symfony/symfony-docs/pull/5406>`_ Update yaml_format.rst (marcel-burkhard)
96+
* `#5396 <https://github.com/symfony/symfony-docs/pull/5396>`_ [Cookbook][Bundles] fix a typo (xabbuh)
97+
* `#5288 <https://github.com/symfony/symfony-docs/pull/5288>`_ Constraints - empty strings and null values (anacicconi)
98+
* `#5284 <https://github.com/symfony/symfony-docs/pull/5284>`_ Split advanced container configuration article (WouterJ)
99+
* `#5342 <https://github.com/symfony/symfony-docs/pull/5342>`_ [Cookbook][Bundles] clarify bundle installation instructions (xabbuh)
100+
* `#5321 <https://github.com/symfony/symfony-docs/pull/5321>`_ Use the reserved domains example.com and example.org (javiereguiluz)
101+
* `#5095 <https://github.com/symfony/symfony-docs/pull/5095>`_ Reviewed the Bundles cookbook articles (javiereguiluz)
102+
* `#4947 <https://github.com/symfony/symfony-docs/pull/4947>`_ [Components][ClassLoader] remove DebugClassLoader (xabbuh)
103+
* `#5365 <https://github.com/symfony/symfony-docs/pull/5365>`_ Finish #4967: Code style standardization on form type options (mimol91)
104+
* `#5034 <https://github.com/symfony/symfony-docs/pull/5034>`_ Update the_big_picture.rst (oldskool)
105+
* `#5351 <https://github.com/symfony/symfony-docs/pull/5351>`_ [Finder] minor CS fix (dunglas)
106+
* `#5344 <https://github.com/symfony/symfony-docs/pull/5344>`_ [Book] Finish #4776 and #4782 (ifdattic)
107+
* `#5348 <https://github.com/symfony/symfony-docs/pull/5348>`_ Fix list format (bicpi)
108+
* `#5357 <https://github.com/symfony/symfony-docs/pull/5357>`_ [Form] Replace deprecated form_enctype by form_start (JMLamodiere)
109+
* `#5359 <https://github.com/symfony/symfony-docs/pull/5359>`_ Bumped version of proxy manager to stable release (peterrehm)
110+
111+
16112
May, 2015
17113
---------
18114

0 commit comments

Comments
 (0)