Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit851024b

Browse files
committed
Added January changelog
1 parentfd0862b commit851024b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎changelog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ New Documentation
2222
- `b32accb<https://github.com/symfony/symfony-docs/commit/b32accbe3bf3cc8fd37f1d7668983531569e4020>`_ minor #4935 Fix typos (ifdattic)
2323
- `ad74169<https://github.com/symfony/symfony-docs/commit/ad7416975bfca530b75bbebd29baa89eeeae5e51>`_ #4628 Varnish cookbook session cookie handling (dbu)
2424
- `50c5a9e<https://github.com/symfony/symfony-docs/commit/50c5a9e65de046fd8d719c7c7cc5233869f2643a>`_ #4895 Added configuration of the user provider (peterrehm)
25+
- `4226fc2<https://github.com/symfony/symfony-docs/commit/4226fc27a06aeb975af1b1aae1e6207a07bbbb6f>`_ #4883 Global dump (nicolas-grekas)
2526
- `3bb7b61<https://github.com/symfony/symfony-docs/commit/3bb7b61dde079611180a2bc4e12e70eac8caef51>`_ #4645 Remove note that's no longer the case (thewilkybarkid)
2627
- `3293286<https://github.com/symfony/symfony-docs/commit/3293286ac82c6adb0cc4938fce33fef17f5f7108>`_ #4801 [Cookbook][cache][varnish] be more precise about version differences (dbu)
2728
- `572bf3b<https://github.com/symfony/symfony-docs/commit/572bf3b5da737731472f0760ee6105c72d76feb0>`_ #4800 [Cookbook][Security] Hint about createToken can return null (xelaris)
2829
- `528e8e1<https://github.com/symfony/symfony-docs/commit/528e8e14aa690bf761d5ad4fa763593f856c6afb>`_ #4740 Use AppBundle whenever it's possible (javiereguiluz)
30+
- `08e5ac9<https://github.com/symfony/symfony-docs/commit/08e5ac990a3d8e50a834bf5d7bfc420b39f9083a>`_ #4658 Debug formatter tweaks (weaverryan)
31+
- `cfad26c<https://github.com/symfony/symfony-docs/commit/cfad26c0b9227c3d43b4988b2c5e510625dd805c>`_ #4605 Adding a link to log things in the prod environment (weaverryan)
32+
- `3643ec2<https://github.com/symfony/symfony-docs/commit/3643ec224921b3a0ce6163f807e4b208aa718d58>`_ #4723 [Cookbook][Security] document the new AuthenticationUtils (xabbuh)
2933
- `9742b92<https://github.com/symfony/symfony-docs/commit/9742b9291e4b0f4ad4f1e8eff61261cc9598213f>`_ #4761 [Cookbook][Security] don't output message from AuthenticationException (xabbuh)
3034
- `a23e7d2<https://github.com/symfony/symfony-docs/commit/a23e7d2ec1b28afe2c3452d1bf5488d7558a478a>`_ #4643 How to override vendor directory location (gajdaw)
3135
- `99aca45<https://github.com/symfony/symfony-docs/commit/99aca4532681c1fbc5d85b2935145b3d4fe9934c>`_ #4749 [2.3][Book][Security] Add isPasswordValid doc as in 2.6 (xelaris)
@@ -51,9 +55,11 @@ Fixed Documentation
5155
- `b9359a2<https://github.com/symfony/symfony-docs/commit/b9359a2e22223ae4b4062075cd7ed5602ace9899>`_ #4905 Update routing.rst (IlhamiD)
5256
- `9fee9ee<https://github.com/symfony/symfony-docs/commit/9fee9eed5366a1a4408821cfc950a34ea4c7fbce>`_ #4746 Revert #4651 for 2.3 branch (xelaris)
5357
- `5940d52<https://github.com/symfony/symfony-docs/commit/5940d5252b82db7bc247c8723e7761c5cfc9c84b>`_ #4735 [BestPractices] remove @Security annotation for Symfony 2.3 (xabbuh)
58+
- `ce37b96<https://github.com/symfony/symfony-docs/commit/ce37b96ba0565d0624a16c44c1447c248447158b>`_ #4771 [QuickTour] use the debug:router command name (xabbuh)
5459
- `ffe3425<https://github.com/symfony/symfony-docs/commit/ffe3425f6a0ef97be45f29608c6be02db24e98f9>`_ #4765 [Book][Forms] avoid the request service where possible (xabbuh)
5560
- `36f2e1f<https://github.com/symfony/symfony-docs/commit/36f2e1f74b2d166b333cb07029b1fe6e929c2370>`_ #4757 [Components][ClassLoader] don't show deprecated usage of Yaml``::``parse() (xabbuh)
5661
- `d8e8d75 <https://github.com/symfony/symfony-docs/commit/d8e8d75961ea0a77c74634a56b6d3237d00ca8a4>`_ #4756 [Components][Config] don't show deprecated usage of Yaml``::``parse() (xabbuh)
62+
- `b143754 <https://github.com/symfony/symfony-docs/commit/b143754b22d1086ad58712147075bf1909836a55>`_ #4744 [Book][Security] Update code example to fit description (xelaris)
5763
- `310f4ae <https://github.com/symfony/symfony-docs/commit/310f4ae6dda955fa5b0dbc1ab7744ef32bda54d5>`_ #4639 Update by_reference.rst.inc (docteurklein)
5864
5965
Minor Documentation Changes
@@ -66,13 +72,15 @@ Minor Documentation Changes
6672
- `99d225b <https://github.com/symfony/symfony-docs/commit/99d225b525346ba7bc814086ab638e6b6b02a4ff>`_ #4943 Fixes for 2.3 branch (ifdattic)
6773
- `3907af6 <https://github.com/symfony/symfony-docs/commit/3907af64e5fcdfc77cbbe7b2b50c2a46bfd76679>`_ #4944 Fix formatting (ifdattic)
6874
- `137ba72 <https://github.com/symfony/symfony-docs/commit/137ba72abf814d176ff0a5100889832f66c0e404>`_ #4945 Fixes for 2.3 branch (ifdattic)
75+
- `5a53e87 <https://github.com/symfony/symfony-docs/commit/5a53e8731deeeb6b92efb70725f6d2def211e0db>`_ #4946 Remove horizontal scrollbar (ifdattic)
6976
- `b32accb <https://github.com/symfony/symfony-docs/commit/b32accbe3bf3cc8fd37f1d7668983531569e4020>`_ #4935 Fix typos (ifdattic)
7077
- `04090c0 <https://github.com/symfony/symfony-docs/commit/04090c0f5d96660c17d65a8f779de75fc5cc360c>`_ #4936 fixed typo (issei-m)
7178
- `0fa9cbd <https://github.com/symfony/symfony-docs/commit/0fa9cbd3800ad5526675113b5beb70315e0cf664>`_ #4937 Keeping documentation consistent (thecatontheflat)
7279
- `3921d70 <https://github.com/symfony/symfony-docs/commit/3921d7049bbd5b207498277e7f7c92c33dbc0836>`_ #4918 Quick proofread of the email cookbook (weaverryan)
7380
- `768650e <https://github.com/symfony/symfony-docs/commit/768650e7bde21e54e1c8d2acadad92bd4f99a2bb>`_ #4932 Add missing comma in array (ifdattic)
7481
- `418a73b <https://github.com/symfony/symfony-docs/commit/418a73b45cf8f1d240e1fc0b6550cf1c071c0d8b>`_ #4922 Fix typo: missing space (ifdattic)
7582
- `30ecdde <https://github.com/symfony/symfony-docs/commit/30ecdde11c9b78488250953c034a321e8227a843>`_ #4921 Fixes for 2.5 branch (ifdattic)
83+
- `d1103a8 <https://github.com/symfony/symfony-docs/commit/d1103a80f9f5c2737944537f8c94634ad825be17>`_ #4919 Fix code examples (ifdattic)
7684
- `20d80c3 <https://github.com/symfony/symfony-docs/commit/20d80c333dfe49f998815c2407ee4f737b70a2ef>`_ #4916 Fixes for 2.3 branch (ifdattic)
7785
- `d7acccf <https://github.com/symfony/symfony-docs/commit/d7acccf89059fb5a246f76fc629adf25b0f06880>`_ #4914 Fix typo, remove horizontal scrollbar (ifdattic)
7886
- `fc776ab <https://github.com/symfony/symfony-docs/commit/fc776ab1ae93db6bf25773734f51c9db1246fc4b>`_ #4894 Align methods in YAML example (ifdattic)
@@ -87,13 +95,16 @@ Minor Documentation Changes
8795
- `33914c9 <https://github.com/symfony/symfony-docs/commit/33914c9ec3090b2a28cefa120c4f83c7c4542b7b>`_ #4859 [Components][EventDispatcher] don't explain deprecated `````getName()````` method (xabbuh)
8896
- `9a6d7b9<https://github.com/symfony/symfony-docs/commit/9a6d7b9ec4b1d7e69f163af6bb17dcbc2a02a1f1>`_ #4831 Update override.rst (ifdattic)
8997
- `f9c2d69<https://github.com/symfony/symfony-docs/commit/f9c2d6939a8d5b91e6d1cdcd0f8d654ca0796389>`_ #4803 [Book][Translation] Added tip for routing params (xelaris)
98+
- `2f41c9e<https://github.com/symfony/symfony-docs/commit/2f41c9e0aee1ac312774d6502c7591915e6a5d46>`_ #4887 Typo (XitasoChris)
9099
- `3774a37<https://github.com/symfony/symfony-docs/commit/3774a375bc5ccb32d04546f97bf65d74656575df>`_ #4881 Remove 'acme' (ifdattic)
91100
- `d85fa76<https://github.com/symfony/symfony-docs/commit/d85fa76f4f8493f809e7ad8d5e22fd8ca73c77ef>`_ #4880 Remove duplicate link, introduction.rst (Quberik)
92101
- `6a15077<https://github.com/symfony/symfony-docs/commit/6a150771e0679088ebc6c67bb22c9f99b63b109e>`_ #4874 Remove trailing whitespace (WouterJ)
93102
- `80bef5a<https://github.com/symfony/symfony-docs/commit/80bef5a339ba8f52f607db7d7216f9f7ba61489b>`_ #4873 [BestPractices] fix typo (xabbuh)
94103
- `6cffa4e<https://github.com/symfony/symfony-docs/commit/6cffa4e5f3136b2bd5c4e8d23d1fa1576a5ec7c4>`_ #4866 Remove horizontal scrollbar (ifdattic)
104+
- `65b0822<https://github.com/symfony/symfony-docs/commit/65b08224f3909fb97ab3e26483626c6663e26f4f>`_ #4798 Add version added note for the debug:event-dispatcher command (adamelso)
95105
- `bcf1508<https://github.com/symfony/symfony-docs/commit/bcf150860c81459f3accce4dca3e57eafb213e4d>`_ #4785 [Book][Security] add back old anchors (xabbuh)
96106
- `4143076<https://github.com/symfony/symfony-docs/commit/4143076e6b2f760b2df03dda6d5933fc54618b68>`_ #4872 [BestPractices] fix merge after removing @Security in 2.3 (xabbuh)
107+
- `48835de<https://github.com/symfony/symfony-docs/commit/48835de6e61f7f72c7000423b23ec9379ab175f7>`_ #4767 [2.6] Removed 2.4 versionadded as version is deprecated (WouterJ)
97108
- `240a981<https://github.com/symfony/symfony-docs/commit/240a9815f41c9c1f96d8757b33147e32e5e1b029>`_ #4764 [Reference][Forms] move cautions to make them visible (xabbuh)
98109
- `cf3d38a<https://github.com/symfony/symfony-docs/commit/cf3d38ad333f09fb324ed610c4f5452f4fda213b>`_ #4731 [Book][Testing] bump required PHPUnit version (xabbuh)
99110
- `4f47dec<https://github.com/symfony/symfony-docs/commit/4f47decd9ffd404326ca0386d74d58380c9d8843>`_ #4837 Monolog Cookbook Typo Fix: "allows to" should be "allows you to" (mattjanssen)
@@ -102,23 +113,29 @@ Minor Documentation Changes
102113
- `84839ba<https://github.com/symfony/symfony-docs/commit/84839baddd5a93b383619643dbbfe2973d3d11b1>`_ #4829 Fix code example (ifdattic)
103114
- `e347ec8<https://github.com/symfony/symfony-docs/commit/e347ec862a1d36195ef1e5cd6c8aafd0501f68ff>`_ #4819 Removed a leftover comma in security config sample (javiereguiluz)
104115
- `11b9d23<https://github.com/symfony/symfony-docs/commit/11b9d23a4815c306ddc2df1da170e35f61f1648b>`_ #4772 Tweaks to the new form csrf caching entry (weaverryan)
116+
- `c04ed79<https://github.com/symfony/symfony-docs/commit/c04ed796b4535c3bf6cf458544ad9882fb1efeab>`_ #4848 Fix typo: BLOG => BLOB (ifdattic)
105117
- `f9c1389<https://github.com/symfony/symfony-docs/commit/f9c138916771383481ac88309eb34a53bd308db9>`_ #4845 Update security.rst (meelijane)
106118
- `9680ec0<https://github.com/symfony/symfony-docs/commit/9680ec0b0c6eb0435072e119ae1be7612948f0dc>`_ #4844 Update routing.rst (bglamer)
107119
- `c243d00<https://github.com/symfony/symfony-docs/commit/c243d0040a156536d414c0efafa8808f9ccccb2a>`_ #4843 Fixed typo (beni0888)
120+
- `5b91653<https://github.com/symfony/symfony-docs/commit/5b91653af291ca8b4b2f3a48bc77d16c89726b3f>`_ #4843 Fixed typo (beni0888)
108121
- `13ffb83<https://github.com/symfony/symfony-docs/commit/13ffb835efffdaaed060a5e88866455608ddc703>`_ #4835 Fixed broken link (SofHad)
109122
- `d2a67ac<https://github.com/symfony/symfony-docs/commit/d2a67acc9c57889ba89162c7fed419aaefdde141>`_ #4826 Fixed 404 page (SofHad)
110123
- `f34fc2d<https://github.com/symfony/symfony-docs/commit/f34fc2d14a63b5b90e4f2ed9ed43013b2c0f9172>`_ #4825 Fixed the 404 not found error (SofHad)
124+
- `467c538<https://github.com/symfony/symfony-docs/commit/467c538dfe2ccdb434084b67e52cd1db048c9167>`_ #4824 fix SQL: table names (e-moe)
111125
- `91a89b7<https://github.com/symfony/symfony-docs/commit/91a89b7a9c5dfd14993c93f3b8fe77675792ad1d>`_ #4821 Fixed typo (SofHad)
112126
- `f7179df<https://github.com/symfony/symfony-docs/commit/f7179df7b4f1447d1e52a2385a7ac130ce9e9be7>`_ #4818 [Routing] Removed deprecated usage (WouterJ)
113127
- `82bce29<https://github.com/symfony/symfony-docs/commit/82bce299125247afea9b1fe65d7f0e5d40ed4fdd>`_ #4815 Update translation.rst (ifdattic)
114128
- `892586b<https://github.com/symfony/symfony-docs/commit/892586bf3ceb5c9f8c1e0f5e3cfa0a5100628161>`_ #4808 Email message instantiation changed to a more 'symfonysh' way. (alebo)
115129
- `e913808<https://github.com/symfony/symfony-docs/commit/e913808bbbf300fd437c63934ae295e597ba9b50>`_ #4802 [Cookbook][Routing] Fixed typo (xelaris)
130+
- `6522145<https://github.com/symfony/symfony-docs/commit/65221450ac9745d03b61463951a35be2f24d1576>`_ #4799 Fix markup (WouterJ)
131+
- `a42e5b6<https://github.com/symfony/symfony-docs/commit/a42e5b629eb095471e3929150d2a6a354504308d>`_ #4778 Update templating.rst (ifdattic)
116132
- `bd7d246<https://github.com/symfony/symfony-docs/commit/bd7d246dabd8fe08d336a22712b497b4b16d31cb>`_ #4752 [Book][Validation] clarify group validation (xabbuh)
117133
- `236c26f<https://github.com/symfony/symfony-docs/commit/236c26fd7dc6f74d170b6cea409e57519dfd95d9>`_ #4796 Update service_container.rst (ifdattic)
118134
- `f85c44c<https://github.com/symfony/symfony-docs/commit/f85c44c7b4c29e9f0a408427b7afaff9ba30aad5>`_ #4795 Remove horizontal scrollbar (ifdattic)
119135
- `45189bb<https://github.com/symfony/symfony-docs/commit/45189bb477878af0faa24b6977d93b831dd97b2e>`_ #4792 [BestPractices] add filename to codeblock (xelaris)
120136
- `fccea1d<https://github.com/symfony/symfony-docs/commit/fccea1dffc9662673162c1fd29c0276d52b29dd6>`_ #4791 Fix heading level in form_login_setup.rst (xelaris)
121137
- `74c3a35<https://github.com/symfony/symfony-docs/commit/74c3a35d04ec8c3b4a3e43d8081c22ceec72874d>`_ #4788 Controller is a callable (timglabisch)
138+
- `eb56376<https://github.com/symfony/symfony-docs/commit/eb563767f4eb7ab9b8273ea712d3eb4874a62488>`_ #4781 [Serializer] Bad variable name in example (arno14)
122139
- `28571fc<https://github.com/symfony/symfony-docs/commit/28571fc7acf00d2bef565fa1bc172559a433592e>`_ #4780 Add missing semicolon (NightFox7)
123140
- `32bd0b1<https://github.com/symfony/symfony-docs/commit/32bd0b1f5b2d9c7a119f08ea038d039a9216f058>`_ #4777 Update templating.rst (ifdattic)
124141
- `dc5d8f8<https://github.com/symfony/symfony-docs/commit/dc5d8f8c2736a6fee74aa07a818e717bf799cf13>`_ #4760 Update routing.rst (ifdattic)
@@ -128,6 +145,7 @@ Minor Documentation Changes
128145
- `f4f8621<https://github.com/symfony/symfony-docs/commit/f4f8621ec02d91fe7947ab5c320337296e90185c>`_ #4762 [Cookbook][Configuration] update text to use SetHandler (not ProxyPassMatch) (xabbuh)
129146
- `43543bb<https://github.com/symfony/symfony-docs/commit/43543bb0fbb058898ea7f531601754ea9e0074a3>`_ #4748 Re-reading private service section (weaverryan)
130147
- `e447e70<https://github.com/symfony/symfony-docs/commit/e447e70eb0a1cd79edbde4b3d249212892423fed>`_ #4743 [Book][Security] Fix typo and remove redundant sentence (xelaris)
148+
- `97a9c7b<https://github.com/symfony/symfony-docs/commit/97a9c7bd18cab43d5703582755ba1bcb3732845c>`_ #4742 Formatting fix (WouterJ)
131149
- `9819113<https://github.com/symfony/symfony-docs/commit/981911384be4a04476eb7b00d426efded707ea5b>`_ #4702 Clarify tip for creating a new AppBundle (xelaris)
132150
- `8f2fe87<https://github.com/symfony/symfony-docs/commit/8f2fe870eb07dde5edc17482f9e1020ad39dc1dd>`_ #4683 [Reference] update the configuration reference (xabbuh)
133151
- `e889813<https://github.com/symfony/symfony-docs/commit/e889813b4c93d41713fb7382eb7ab4ce4bcb5660>`_ #4677 Add exception to console exception log (adrienbrault)
@@ -136,10 +154,13 @@ Minor Documentation Changes
136154
- `aa9d982<https://github.com/symfony/symfony-docs/commit/aa9d9822833891cf8ff7d61fe6591d8d4c6eb06c>`_ #4697 Set twig service as private (ifdattic)
137155
- `ece2c81<https://github.com/symfony/symfony-docs/commit/ece2c818fb38223bf62aa5ea534d4d84e989ea3e>`_ #4722 Improve readability (ifdattic)
138156
- `dcc9516<https://github.com/symfony/symfony-docs/commit/dcc9516221ed92e14e849a1be6da5b39662e15b8>`_ #4725 Remove horizontal scrollbar (ifdattic)
157+
- `3eb14aa<https://github.com/symfony/symfony-docs/commit/3eb14aad06ba9d55c582daebe01791414f047198>`_ #4727 Renamed example: "Acme\BlogBundle" -> "AppBundle" (muxator)
139158
- `25dd825<https://github.com/symfony/symfony-docs/commit/25dd8257deceb22d055bff366d4cb4f86919f5e1>`_ #4730 Fix typo: as => is (ifdattic)
140159
- `760a441<https://github.com/symfony/symfony-docs/commit/760a4415f7ce3789631d77fa11c0a17b1906a377>`_ #4734 [BestPractices] add missing comma (xabbuh)
160+
- `caa2be6<https://github.com/symfony/symfony-docs/commit/caa2be6c701b58f133d372959dbf69c96826000b>`_ #4737 [Book][Security] add missing versionadded directive (xabbuh)
141161
- `8c1afb9<https://github.com/symfony/symfony-docs/commit/8c1afb9591e948edcad48ec664ade53a721aa33b>`_ #4738 [Contributing][Code] update year in license (xabbuh)
142162
- `4ad72d0<https://github.com/symfony/symfony-docs/commit/4ad72d0146a62a698123a5daec6fa47b8efcc4ee>`_ #4741 use the doc role for internal links (jms85, xabbuh)
163+
- `57fdea6<https://github.com/symfony/symfony-docs/commit/57fdea615eaf720e72b977df0dec75f0c0437a7c>`_ #4729 Fixed typo in factories.rst (nietonfir)
143164

144165
December, 2014
145166
--------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp