Skip to content

Commit 54bff87

Browse files
committed
Added July changelog
1 parent 2b1935b commit 54bff87

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

changelog.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,54 @@ 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, 2014
17+
----------
18+
19+
New Documentation
20+
~~~~~~~~~~~~~~~~~
21+
22+
- `1b4c1c8 <https://github.com/symfony/symfony-docs/commit/1b4c1c86a3e4729e1a6ce226963ac05577b8ab8f>`_ #4045 Added a new "Deploying to Heroku Cloud" cookbook article (javiereguiluz)
23+
- `f943eee <https://github.com/symfony/symfony-docs/commit/f943eee70cf81b90a598d94f400a3723216fe726>`_ #4009 Remove "Controllers extends ContainerAware" best practice (tgalopin)
24+
- `eae9ad0 <https://github.com/symfony/symfony-docs/commit/eae9ad037ed402752238e4eb1c9c0b2fdc443d7d>`_ #3875 Added a note about customizing a form with more than one template (javiereguiluz)
25+
- `d6787b7 <https://github.com/symfony/symfony-docs/commit/d6787b7b64ed6d20cafee0134a99e590bee6102b>`_ #3989 adde stof as a merger (fabpot)
26+
- `4a9e49e <https://github.com/symfony/symfony-docs/commit/4a9e49ef142fdeeb5523dbdcf73503ac602373e7>`_ #3946 DQL custom functions on doctrine reference page (healdropper)
27+
28+
Fixed Documentation
29+
~~~~~~~~~~~~~~~~~~~
30+
31+
- `1b695b5 <https://github.com/symfony/symfony-docs/commit/1b695b52a3f8094daf18d212a124a6050f2fad1a>`_ #4063 fix parent form types (xabbuh)
32+
- `7901005 <https://github.com/symfony/symfony-docs/commit/7901005f37d223cd4541648131bccc0e4bd687d5>`_ #4048 $this->request replaced by $request (danielsan)
33+
- `f6123f1 <https://github.com/symfony/symfony-docs/commit/f6123f1bb06d624fc2d0506bcf6f4016c0b3e371>`_ #4031 Update form_events.rst (redstar504)
34+
- `eb813a5 <https://github.com/symfony/symfony-docs/commit/eb813a563c564358ba82253ea667516cd3e7191d>`_ #3979 removed invalid processors option (ricoli)
35+
36+
Minor Documentation Changes
37+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
38+
39+
- `a4bdb97 <https://github.com/symfony/symfony-docs/commit/a4bdb97a92dd54709cd85be8e9998a6ced6974da>`_ #4070 Added a note about permissions in the Quick Tour (javiereguiluz)
40+
- `b3f15b2 <https://github.com/symfony/symfony-docs/commit/b3f15b2dc78c0593e6db09311c0c79eba68a97f0>`_ #4059 eraseCredentials method typo (danielsan)
41+
- `44091b1 <https://github.com/symfony/symfony-docs/commit/44091b132c1007535ff3030a64126751486982cd>`_ #4053 Update doctrine.rst (sr972)
42+
- `b06ad60 <https://github.com/symfony/symfony-docs/commit/b06ad6041164479c049ae4c202b13b3f248c3bed>`_ #4052 [Security] [Custom Provider] Use properties on WebserviceUser (entering)
43+
- `a834a7e <https://github.com/symfony/symfony-docs/commit/a834a7e883e78005ed41a6cea0dcee058ed85b1f>`_ #4042 [Cookbook] apply headline guidelines to the cookbook articles (xabbuh)
44+
- `f25faf3 <https://github.com/symfony/symfony-docs/commit/f25faf3ed3facd3812b743288465ee9ca25397a4>`_ #4046 Fixed a syntax error (javiereguiluz)
45+
- `3c660d1 <https://github.com/symfony/symfony-docs/commit/3c660d13390cc1cf05e9d0be98bbce847002c05b>`_ #4044 Added editorconfig (WouterJ)
46+
- `ae3ec04 <https://github.com/symfony/symfony-docs/commit/ae3ec048e8583082928bffadb079d1391e888f0f>`_ #4041 [Cookbook][Deployment] link to the deployment index (xabbuh)
47+
- `2e4fc7f <https://github.com/symfony/symfony-docs/commit/2e4fc7f3a5dd4caa4ee5cbfade6989e71bcda123>`_ #4030 enclose YAML strings containing % with quotes (xabbuh)
48+
- `9520d92 <https://github.com/symfony/symfony-docs/commit/9520d9299e6ddbc19985e0ed322349c70d89cdc7>`_ #4038 Update rendered tag (kirill-oficerov)
49+
- `f5c2602 <https://github.com/symfony/symfony-docs/commit/f5c260219f8e7df969493df2fe2d2feb1fc97e19>`_ #4036 Update page_creation.rst (redstar504)
50+
- `c2eda93 <https://github.com/symfony/symfony-docs/commit/c2eda939ad8681721cd1b12bcedadd1faf294725>`_ #4034 Update internals.rst (redstar504)
51+
- `a5ad0df <https://github.com/symfony/symfony-docs/commit/a5ad0dfbf9ad2dcc84e7f9c6de73c8bad2a89e2f>`_ #4035 Update version in Rework your Patch section (yguedidi)
52+
- `d8b037a <https://github.com/symfony/symfony-docs/commit/d8b037a989c1581ae671e81284d0d758254d8e1e>`_ #4019 Update twig_reference.rst (redstar504)
53+
- `579a873 <https://github.com/symfony/symfony-docs/commit/579a8732299dd944998ab3fee4fa738a3c45cea2>`_ #4015 Fixed bad indenting (the list was treated as a blockquote) (javiereguiluz)
54+
- `4669620 <https://github.com/symfony/symfony-docs/commit/466962051e0753557fc75d9d449083d68ae48992>`_ #4004 use GitHub instead of Github (xabbuh)
55+
- `a3fe74f <https://github.com/symfony/symfony-docs/commit/a3fe74f4fad9f691dc570fb9234acd15bd6ccfdc>`_ #3993 [Console] Fix Console component getHelperSet()->get() to getHelper() (eko)
56+
- `a41af7e <https://github.com/symfony/symfony-docs/commit/a41af7e0f4a10cf7a6230598fd955dab2559935e>`_ #3880 document the mysterious abc part of the header (greg0ire)
57+
- `90773b0 <https://github.com/symfony/symfony-docs/commit/90773b03425388542d1b0face5368eb4c47ce3b8>`_ #3990 Move the section about collect: false to the cookbook entry (weaverryan)
58+
- `2ae8281 <https://github.com/symfony/symfony-docs/commit/2ae82816556478c75ba9873589b2d77987156c36>`_ #3864 plug rules for static methods (cordoval)
59+
- `d882cc0 <https://github.com/symfony/symfony-docs/commit/d882cc0e0b41e8c49187854d40dfb0963b429939>`_ #3988 fix typos. (yositani2002)
60+
- `b67a059 <https://github.com/symfony/symfony-docs/commit/b67a059d5ff8c45482df135ed8dda5b3bcc81f3a>`_ #3986 Rebased #3982 - Some fixes (WouterJ)
61+
- `801c756 <https://github.com/symfony/symfony-docs/commit/801c7565a3e6c0d440fb86f1b2fd4a076ff4399c>`_ #3977 [WCM] removed call to deprecated getRequest() method (Baptouuuu)
62+
- `4c1d4ae <https://github.com/symfony/symfony-docs/commit/4c1d4ae506a7dc68fad57ddf6cc25c17a00169a4>`_ #3968 Proofreading the new Azure deployment article (weaverryan)
63+
1664
June, 2014
1765
----------
1866

0 commit comments

Comments
 (0)