8000 Added July changelog · symfony/symfony-docs@b2a70d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2a70d1

Browse files
committed
Added July changelog
1 parent 5e9fe63 commit b2a70d1

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

changelog.rst

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,65 @@ 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+
- `1938c2f <https://github.com/symfony/symfony-docs/commit/1938c2f9f7dbf770d694d1cc976fde5e519ba47c>`_ #3724 Updated ISBN validator docs (sprain)
26+
- `d6787b7 <https://github.com/symfony/symfony-docs/commit/d6787b7b64ed6d20cafee0134a99e590bee6102b>`_ #3989 adde stof as a merger (fabpot)
27+
- `4a9e49e <https://github.com/symfony/symfony-docs/commit/4a9e49ef142fdeeb5523dbdcf73503ac602373e7>`_ #3946 DQL custom functions on doctrine reference page (healdropper)
28+
- `2b2d9d3 <https://github.com/symfony/symfony-docs/commit/2b2d9d348a7d9c46b9a5b04ef2cd088151668886>`_ #3972 Added PSR-4 to Class Loaders list (dosten)
29+
30+
Fixed Documentation
31+
~~~~~~~~~~~~~~~~~~~
32+
33+
- `1b695b5 <https://github.com/symfony/symfony-docs/commit/1b695b52a3f8094daf18d212a124a6050f2fad1a>`_ #4063 fix parent form types (xabbuh)
34+
- `7901005 <https://github.com/symfony/symfony-docs/commit/7901005f37d223cd4541648131bccc0e4bd687d5>`_ #4048 $this->request replaced by $request (danielsan)
35+
- `f6123f1 <https://github.com/symfony/symfony-docs/commit/f6123f1bb06d624fc2d0506bcf6f4016c0b3e371>`_ #4031 Update form_events.rst (redstar504)
36+
- `99932cf <https://github.com/symfony/symfony-docs/commit/99932cf0f98c15e0504a41867046b374305865d3>`_ #4010 [Console] Fixed documentation for ProgressBar (VasekPurchart)
37+
- `06f8c31 <https://github.com/symfony/symfony-docs/commit/06f8c3157f76da36847a70d132c61971ac72dc1e>`_ #4012 Fix xml route configuration for routing condition (xavierbriand)
38+
- `a1435e5 <https://github.com/symfony/symfony-docs/commit/a1435e57fd95e14ffff171f797133a1c52569cb1>`_ #3998 [Console] Fixed QuestionHelper examples (florianv)
39+
- `b32f9f2 <https://github.com/symfony/symfony-docs/commit/b32f9f2981ae3d63d547c07cee7f0cb03dc7db5a>`_ #3771 Fix function example in expression language component (raulfraile)
40+
- `eb813a5 <https://github.com/symfony/symfony-docs/commit/eb813a563c564358ba82253ea667516cd3e7191d>`_ #3979 removed invalid processors option (ricoli)
41+
42+
Minor Documentation Changes
43+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
44+
45+
- `a4bdb97 <https://github.com/symfony/symfony-docs/commit/a4bdb97a92dd54709cd85be8e9998a6ced6974da>`_ #4070 Added a note about permissions in the Quick Tour (javiereguiluz)
46+
- `a7fe00f <https://github.com/symfony/symfony-docs/commit/a7fe00fedea3ba89089a2de6fb54970cdbe2440e>`_ #4068 Remove diff info from cookbook/security/voters.rst (pmartelletti)
47+
- `b3f15b2 <https://github.com/symfony/symfony-docs/commit/b3f15b2dc78c0593e6db09311c0c79eba68a97f0>`_ #4059 eraseCredentials method typo (danielsan)
48+
- `44091b1 <https://github.com/symfony/symfony-docs/commit/44091b132c1007535ff3030a64126751486982cd>`_ #4053 Update doctrine.rst (sr972)
49+
- `b06ad60 <https://github.com/symfony/symfony-docs/commit/b06ad6041164479c049ae4c202b13b3f248c3bed>`_ #4052 [Security] [Custom Provider] Use properties on WebserviceUser (entering)
50+
- `a834a7e <https://github.com/symfony/symfony-docs/commit/a834a7e883e78005ed41a6cea0dcee058ed85b1f>`_ #4042 [Cookbook] apply headline guidelines to the cookbook articles (xabbuh)
51+
- `f25faf3 <https://github.com/symfony/symfony-docs/commit/f25faf3ed3facd3812b743288465ee9ca25397a4>`_ #4046 Fixed a syntax error (javiereguiluz)
52+
- `3c660d1 <https://github.com/symfony/symfony-docs/commit/3c660d13390cc1cf05e9d0be98bbce847002c05b>`_ #4044 Added editorconfig (WouterJ)
53+
- `ae3ec04 <https://github.com/symfony/symfony-docs/commit/ae3ec048e8583082928bffadb079d1391e888f0f>`_ #4041 [Cookbook][Deployment] link to the deployment index (xabbuh)
54+
- `2e4fc7f <https://github.com/symfony/symfony-docs/commit/2e4fc7f3a5dd4caa4ee5cbfade6989e71bcda123>`_ #4030 enclose YAML strings containing % with quotes (xabbuh)
55+
- `9520d92 <https://github.com/symfony/symfony-docs/commit/9520d9299e6ddbc19985e0ed322349c70d89cdc7>`_ #4038 Update rendered tag (kirill-oficerov)
56+
- `f5c2602 <https://github.com/symfony/symfony-docs/commit/f5c260219f8e7df969493df2fe2d2feb1fc97e19>`_ #4036 Update page_creation.rst (redstar504)
57+
- `c2eda93 <https://github.com/symfony/symfony-docs/commit/c2eda939ad8681721cd1b12bcedadd1faf294725>`_ #4034 Update internals.rst (redstar504)
58+
- `a5ad0df <https://github.com/symfony/symfony-docs/commit/a5ad0dfbf9ad2dcc84e7f9c6de73c8bad2a89e2f>`_ #4035 Update version in Rework your Patch section (yguedidi)
59+
- `eed8d64 <https://github.com/symfony/symfony-docs/commit/eed8d646ad134bba1002f98800cab46d06241a05>`_ #4026 Updating Symfony version from 2.4 to 2.5 (danielsan)
60+
- `d8b037a <https://github.com/symfony/symfony-docs/commit/d8b037a989c1581ae671e81284d0d758254d8e1e>`_ #4019 Update twig_reference.rst (redstar504)
61+
- `7ea87e6 <https://github.com/symfony/symfony-docs/commit/7ea87e63e3417c59e47972b9cf12ca76cce4b195>`_ #4016 Fixed the format of one letter-based list (javiereguiluz)
62+
- `579a873 <https://github.com/symfony/symfony-docs/commit/579a8732299dd944998ab3fee4fa738a3c45cea2>`_ #4015 Fixed bad indenting (the list was treated as a blockquote) (javiereguiluz)
63+
- `12752c1 <https://github.com/symfony/symfony-docs/commit/12752c1decd5ec5a3bce960c094f45738122152f>`_ #4013 Removed wrong reference to cookbook (gquemener)
64+
- `4669620 <https://github.com/symfony/symfony-docs/commit/466962051e0753557fc75d9d449083d68ae48992>`_ #4004 use GitHub instead of Github (xabbuh)
65+
- `ec832dc <https://github.com/symfony/symfony-docs/commit/ec832dc4eadbe5afdfb5f39994b69748b733a85b>`_ #3994 [Console] Fix Console component $app to $this and use of getHelper() method (eko)
66+
- `a3fe74f <https://github.com/symfony/symfony-docs/commit/a3fe74f4fad9f691dc570fb9234acd15bd6ccfdc>`_ #3993 [Console] Fix Console component getHelperSet()->get() to getHelper() (eko)
67+
- `a41af7e <https://github.com/symfony/symfony-docs/commit/a41af7e0f4a10cf7a6230598fd955dab2559935e>`_ #3880 document the mysterious abc part of the header (greg0ire)
68+
- `90773b0 <https://github.com/symfony/symfony-docs/commit/90773b03425388542d1b0face5368eb4c47ce3b8>`_ #3990 Move the section about collect: false to the cookbook entry (weaverryan)
69+
- `2ae8281 <https://github.com/symfony/symfony-docs/commit/2ae82816556478c75ba9873589b2d77987156c36>`_ #3864 plug rules for static methods (cordoval)
70+
- `d882cc0 <https://github.com/symfony/symfony-docs/commit/d882cc0e0b41e8c49187854d40dfb0963b429939>`_ #3988 fix typos. (yositani2002)
71+
- `b67a059 <https://github.com/symfony/symfony-docs/commit/b67a059d5ff8c45482df135ed8dda5b3bcc81f3a>`_ #3986 Rebased #3982 - Some fixes (WouterJ)
72+
- `801c756 <https://github.com/symfony/symfony-docs/commit/801c7565a3e6c0d440fb86f1b2fd4a076ff4399c>`_ #3977 [WCM] removed call to deprecated getRequest() method (Baptouuuu)
73+
- `4c1d4ae <https://github.com/symfony/symfony-docs/commit/4c1d4ae506a7dc68fad57ddf6cc25c17a00169a4>`_ #3968 Proofreading the new Azure deployment article (weaverryan)
74+
1675
June, 2014
1776
----------
1877

0 commit comments

Comments
 (0)
0