Skip to content

Commit 8a2205c

Browse files
committed
Merge branch '2.8'
2 parents ee7f14f + 6383740 commit 8a2205c

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

changelog.rst

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,95 @@ 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+
July, 2015
17+
----------
18+
19+
New Documentation
20+
~~~~~~~~~~~~~~~~~
21+
22+
* `#5533 <https://github.com/symfony/symfony-docs/pull/5533>`_ Replace Capifony with Capistrano/symfony (mojzis)
23+
* `#5543 <https://github.com/symfony/symfony-docs/pull/5543>`_ Add deprecation notice to "choice_list" option of ChoiceType (XitasoChris)
24+
* `#5521 <https://github.com/symfony/symfony-docs/pull/5521>`_ [Cookbook][WebServer] #5504 add a tip for the --force option (vincentaubert)
25+
* `#5516 <https://github.com/symfony/symfony-docs/pull/5516>`_ Added a note about session data size in PdoSessionHandler (javiereguiluz)
26+
* `#5499 <https://github.com/symfony/symfony-docs/pull/5499>`_ The "property" option of DoctrineType was deprecated. (XWB)
27+
* `#5491 <https://github.com/symfony/symfony-docs/pull/5491>`_ added composer info (OskarStark)
28+
* `#5478 <https://github.com/symfony/symfony-docs/pull/5478>`_ Add cookbook article for using MongoDB to store session data (stevenmusumeche)
29+
* `#5472 <https://github.com/symfony/symfony-docs/pull/5472>`_ Added a tip about hashing the result of nextBytes() (javiereguiluz)
30+
* `#5458 <https://github.com/symfony/symfony-docs/pull/5458>`_ HTML5 range documentation (harikt)
31+
* `#5453 <https://github.com/symfony/symfony-docs/pull/5453>`_ Cleanup security voters cookbook recipes (WouterJ)
32+
* `#5444 <https://github.com/symfony/symfony-docs/pull/5444>`_ Documented the "auto_alias" feature (javiereguiluz)
33+
* `#5201 <https://github.com/symfony/symfony-docs/pull/5201>`_ [Book][Routing] Add example about how to match multiple methods (xelaris)
34+
* `#5430 <https://github.com/symfony/symfony-docs/pull/5430>`_ Pr/5085 (sjagr, javiereguiluz)
35+
* `#5456 <https://github.com/symfony/symfony-docs/pull/5456>`_ Completely re-reading the data transformers chapter (weaverryan)
36+
* `#5426 <https://github.com/symfony/symfony-docs/pull/5426>`_ Documented the checkDNS option of the Url validator (saro0h, javiereguiluz)
37+
* `#5333 <https://github.com/symfony/symfony-docs/pull/5333>`_ [FrameworkBundle] Update serializer configuration reference (dunglas)
38+
* `#5424 <https://github.com/symfony/symfony-docs/pull/5424>`_ Integrate the "Create your own framework" tutorial (fabpot, lyrixx, jdreesen, catchamonkey, gnugat, andreia, Arnaud Kleinpeter, willdurand, amitayh, nanocom, hrbonz, Pedro Gimenez, ubick, dirkaholic, bamarni, revollat, javiereguiluz)
39+
40+
Fixed Documentation
41+
~~~~~~~~~~~~~~~~~~~
42+
43+
* `#5567 <https://github.com/symfony/symfony-docs/pull/5567>`_ Change Sql Field name because it's reserved (rmed19)
44+
* `#5528 <https://github.com/symfony/symfony-docs/pull/5528>`_ [reate_framework] Fix mock $matcher (kenjis)
45+
* `#5501 <https://github.com/symfony/symfony-docs/pull/5501>`_ Fix typo in url for PHPUnit test coverage report (TrueGit)
46+
* `#5501 <https://github.com/symfony/symfony-docs/pull/5501>`_ Fix typo in url for PHPUnit test coverage report (TrueGit)
47+
* `#5461 <https://github.com/symfony/symfony-docs/pull/5461>`_ Rework quick tour big picture (smatejic, DQNEO, xabbuh)
48+
* `#5488 <https://github.com/symfony/symfony-docs/pull/5488>`_ fix #5487 (emillosanti)
49+
* `#5496 <https://github.com/symfony/symfony-docs/pull/5496>`_ Security voters fixes (german.bortoli)
50+
* `#5424 <https://github.com/symfony/symfony-docs/pull/5424>`_ Integrate the "Create your own framework" tutorial (fabpot, lyrixx, jdreesen, catchamonkey, gnugat, andreia, Arnaud Kleinpeter, willdurand, amitayh, nanocom, hrbonz, Pedro Gimenez, ubick, dirkaholic, bamarni, revollat, javiereguiluz)
51+
52+
Minor Documentation Changes
53+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
54+
55+
* `#5575 <https://github.com/symfony/symfony-docs/pull/5575>`_ Move some articles from wrong sections (sylvaincombes, WouterJ)
56+
* `#5580 <https://github.com/symfony/symfony-docs/pull/5580>`_ Additional User check in voter class (weaverryan)
57+
* `#5573 <https://github.com/symfony/symfony-docs/pull/5573>`_ fix YAML syntax highlighting (xabbuh)
58+
* `#5564 <https://github.com/symfony/symfony-docs/pull/5564>`_ Improve and simplify the contributing instructions about tests (javiereguiluz)
59+
* `#5498 <https://github.com/symfony/symfony-docs/pull/5498>`_ [WIP] Added caution notes about the deprecation of container scopes (javiereguiluz)
60+
* `#5550 <https://github.com/symfony/symfony-docs/pull/5550>`_ [docbot] Reviewed some component chapters (WouterJ)
61+
* `#5556 <https://github.com/symfony/symfony-docs/pull/5556>`_ Fix typo Esi in part create framework (nicolasdewez)
62+
* `#5568 <https://github.com/symfony/symfony-docs/pull/5568>`_ [Create Framework] Fix extract calls (replaces #5522) (kenjis)
63+
* `#5548 <https://github.com/symfony/symfony-docs/pull/5548>`_ use the include() Twig function instead of the tag (xabbuh)
64+
* `#5542 <https://github.com/symfony/symfony-docs/pull/5542>`_ [Cookbook][Email] add missing versionadded directive (xabbuh)
65+
* `#5476 <https://github.com/symfony/symfony-docs/pull/5476>`_ [Cookbook][Security] some additional tweaks for the voter cookbook (xabbuh)
66+
* `#5413 <https://github.com/symfony/symfony-docs/pull/5413>`_ Fix doc about deprecations policy (nicolas-grekas)
67+
* `#5557 <https://github.com/symfony/symfony-docs/pull/5557>`_ [2.3] [Contributing] Added note about empty returns (phansys)
68+
* `#5492 <https://github.com/symfony/symfony-docs/pull/5492>`_ updated tree for front controller (OskarStark)
69+
* `#5536 <https://github.com/symfony/symfony-docs/pull/5536>`_ Removed reference to remove HTTPS off from nginx configuration (wjzijderveld)
70+
* `#5545 <https://github.com/symfony/symfony-docs/pull/5545>`_ Misc. improvements in the Console component introduction (javiereguiluz)
71+
* `#5512 <https://github.com/symfony/symfony-docs/pull/5512>`_ [Cookbook] Backport PSR-7 bridge docs to 2.3 (dunglas, weaverryan)
72+
* `#5494 <https://github.com/symfony/symfony-docs/pull/5494>`_ updated tree (OskarStark)
73+
* `#5490 <https://github.com/symfony/symfony-docs/pull/5490>`_ changed headline (OskarStark)
74+
* `#5479 <https://github.com/symfony/symfony-docs/pull/5479>`_ Update http-foundation.rst (jezemery)
75+
* `#5552 <https://github.com/symfony/symfony-docs/pull/5552>`_ rename $input to $greetInput (Xosofox)
76+
* `#5544 <https://github.com/symfony/symfony-docs/pull/5544>`_ [components][expression_language] Fix the wrong constructor for SerializedParsedExpression (zerustech)
77+
* `#5537 <https://github.com/symfony/symfony-docs/pull/5537>`_ Update design patter of Event Dispatcher (almacbe)
78+
* `#5546 <https://github.com/symfony/symfony-docs/pull/5546>`_ A bunch of doc fixes again (WouterJ)
79+
* `#5486 <https://github.com/symfony/symfony-docs/pull/5486>`_ review all Security code blocks (xabbuh)
80+
* `#5538 <https://github.com/symfony/symfony-docs/pull/5538>`_ Update email.rst (TisLars)
81+
* `#5529 <https://github.com/symfony/symfony-docs/pull/5529>`_ [Cookbook][upload_file] Fix :methods: to remove doubled braces (bicpi)
82+
* `#5455 <https://github.com/symfony/symfony-docs/pull/5455>`_ Improve travis build speed (WouterJ)
83+
* `#5442 <https://github.com/symfony/symfony-docs/pull/5442>`_ Improved the explanation about the verbosity levels of the console (javiereguiluz)
84+
* `#5523 <https://github.com/symfony/symfony-docs/pull/5523>`_ Custom voter example, fix missing curly brace (snroki)
85+
* `#5524 <https://github.com/symfony/symfony-docs/pull/5524>`_ TYPO: missing closing parantheses of the array (listerical85)
86+
* `#5519 <https://github.com/symfony/symfony-docs/pull/5519>`_ Prepare Platform.sh configuration files. (GuGuss)
87+
* `#5443 <https://github.com/symfony/symfony-docs/pull/5443>`_ Added a note about the implementation of the verbosity semantic methods (javiereguiluz)
88+
* `#5518 <https://github.com/symfony/symfony-docs/pull/5518>`_ Minor grammar fix. (maxolasersquad)
89+
* `#5520 <https://github.com/symfony/symfony-docs/pull/5520>`_ Fix RST (kenjis)
90+
* `#5429 <https://github.com/symfony/symfony-docs/pull/5429>`_ Promote Symfony's builtin serializer instead of JMS (javiereguiluz)
91+
* `#5427 <https://github.com/symfony/symfony-docs/pull/5427>`_ Cookbook grammar and style fixes (frne, javiereguiluz)
92+
* `#5505 <https://github.com/symfony/symfony-docs/pull/5505>`_ [Cookbook][Form] some tweaks to the data transformers chapter (xabbuh)
93+
* `#5352 <https://github.com/symfony/symfony-docs/pull/5352>`_ Update http_fundamentals.rst (wouthoekstra)
94+
* `#5471 <https://github.com/symfony/symfony-docs/pull/5471>`_ Updated the Symfony Versions Roadmap image (javiereguiluz)
95+
* `#5511 <https://github.com/symfony/symfony-docs/pull/5511>`_ [HttpKernel] Fix use statement (dunglas)
96+
* `#5510 <https://github.com/symfony/symfony-docs/pull/5510>`_ [PSR-7] Fix Diactoros link (dunglas)
97+
* `#5506 <https://github.com/symfony/symfony-docs/pull/5506>`_ Fixes small typo in data transformers cookbook (catchamonkey)
98+
* `#5425 <https://github.com/symfony/symfony-docs/pull/5425>`_ Added a caution note about invoking other commands (kix, javiereguiluz)
99+
* `#5367 <https://github.com/symfony/symfony-docs/pull/5367>`_ Split Security into Authentication & Authorization (iltar)
100+
* `#5485 <https://github.com/symfony/symfony-docs/pull/5485>`_ Fix invalid phpunit URLs (norkunas)
101+
* `#5473 <https://github.com/symfony/symfony-docs/pull/5473>`_ --dev is default and causes a warning (DQNEO)
102+
* `#5474 <https://github.com/symfony/symfony-docs/pull/5474>`_ typo in components/translation/instruction.rst (beesofts)
103+
104+
16105
June, 2015
17106
----------
18107

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy