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

Commit876a55d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents96bd81b +153f97f commit876a55d

File tree

2 files changed

+92
-14
lines changed

2 files changed

+92
-14
lines changed

‎book/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ If there are any issues, correct them now before moving on.
247247
..code-block::bash
248248
249249
$ APACHEUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data' | grep -v root | head -1 | cut -d\ -f1`
250-
$ sudo setfacl -R -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
251-
$ sudo setfacl -dR -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
250+
$ sudo setfacl -Rn -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
251+
$ sudo setfacl -dRn -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
252252

253253
**3. Without using ACL**
254254

‎changelog.rst

Lines changed: 90 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,48 @@ 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+
1617
January, 2014
1718
-------------
1819

1920
New Documentation
2021
~~~~~~~~~~~~~~~~~
2122

22-
No changes
23+
- `d52f3f8<https://github.com/symfony/symfony-docs/commit/d52f3f8a146356e9e114474e820f8ec6ac5f2374>`_ #3454 [Security] Add host option (ghostika)
24+
- `11e079b<https://github.com/symfony/symfony-docs/commit/11e079b32e006fdd3e219dd24b3ed41e94cc38ce>`_ #3446 [WCM] Documented deprecation of the apache router. (jakzal)
25+
- `0a0bf4c<https://github.com/symfony/symfony-docs/commit/0a0bf4c196c789edb337a6c27811f7e05098d387>`_ #3437 Add info about callback in options resolver (marekkalnik)
26+
- `6db5f23<https://github.com/symfony/symfony-docs/commit/6db5f233c71a4bf8de0fdf1bbc1c4674b7d3316c>`_ #3426 New Feature: Change the Default Command in the Console component (danielcsgomes)
27+
- `6b3c424<https://github.com/symfony/symfony-docs/commit/6b3c424034fec441a32d8305600c1c26936b8f1e>`_ #3428 Translation - Added info about JsonFileLoader added in 2.4 (singles)
2328

2429
Fixed Documentation
2530
~~~~~~~~~~~~~~~~~~~
2631

27-
- `e385d28<https://github.com/symfony/symfony-docs/commit/e385d28bee7c7418c8175d43befc4954a43a300c>`_ #3503 file extension correction xfliff to xliff (nixilla)
28-
- `7fe0de3<https://github.com/symfony/symfony-docs/commit/7fe0de330b2d72155b6b7ec87c59f5a7e7ee4881>`_ #3475 Fixed doc for framework.session.cookie_lifetime refrence. (tyomo4ka)
29-
- `8155e4c<https://github.com/symfony/symfony-docs/commit/8155e4cab70e481962a4775274a4412a4465ecdc>`_ #3473 Update proxy_examples.rst (AZielinski)
32+
- `fb22fa0<https://github.com/symfony/symfony-docs/commit/fb22fa094fe7cf14e6499836f701c87de4886149>`_ #3456 remove duplicate label (xabbuh)
33+
- `a87fe18<https://github.com/symfony/symfony-docs/commit/a87fe18083c34238f500b49d30f340efd784dea6>`_ #3470 Fixed typo (danielcsgomes)
3034
- `c205bc6<https://github.com/symfony/symfony-docs/commit/c205bc6798bac34741f2d4d91450aac75ab14b93>`_ #3468 enclose YAML string with double quotes to fix syntax highlighting (xabbuh)
3135
- `89963cc<https://github.com/symfony/symfony-docs/commit/89963cc246263e7e7cdecd3cad1f019ff9cb28a5>`_ #3463 Fix typos in cookbook/testing/database (ifdattic)
3236
- `e0a52ec<https://github.com/symfony/symfony-docs/commit/e0a52ecf0cbcf1b5aa029f323588880080f5c6f3>`_ #3460 remove confusing outdated note on interactive rebasing (xabbuh)
3337
- `6831b13<https://github.com/symfony/symfony-docs/commit/6831b1337f99c26d9f04eb82990cc3b3ac128de0>`_ #3455 [Contributing][Code] fix indentation so that the text is rendered properly (xabbuh)
3438
- `ea5816f<https://github.com/symfony/symfony-docs/commit/ea5816f571309decd946bf30aa0b3b84fffacb9e>`_ #3433 [WIP][Reference][Form Types] Update "radio" form type (bicpi)
3539
- `42c80d1<https://github.com/symfony/symfony-docs/commit/42c80d12ac760f40834afef76fd42db83d4d4a33>`_ #3448 Overridden tweak (weaverryan)
40+
- `bede4c3<https://github.com/symfony/symfony-docs/commit/bede4c3a0e5d6be62d382c3ebb673b3059fbb566>`_ #3447 Fix error in namespace when use TokenInterface (joanteixi)
3641
- `d9d7c58<https://github.com/symfony/symfony-docs/commit/d9d7c58ca41ae370545ae25f13857780c089f970>`_ #3444 Fix issue #3442 (ifdattic)
42+
- `a6ad607<https://github.com/symfony/symfony-docs/commit/a6ad607fa9397ba680fdf49e8b74c4bd55143ea2>`_ #3441 [Expression]Change title 'Accessing Public Methods' (Pyrech)
3743
- `9e2e64b<https://github.com/symfony/symfony-docs/commit/9e2e64b26a355416038b632b7eec89c7c14490cb>`_ #3427 Removed code references to Symfony Standard Distribution (danielcsgomes)
44+
- `3c2c5fc<https://github.com/symfony/symfony-docs/commit/3c2c5fcb855c456c682fb6dcf3a4dce54f3686ee>`_ #3435 Update custom_password_authenticator.rst (boardyuk)
3845
- `26b8146<https://github.com/symfony/symfony-docs/commit/26b8146188a3f8bedf2e681d40509b418c8e7ec0>`_ #3415 [#3334] the data_class option was not introduced in 2.4 (xabbuh)
3946
- `0b2a491<https://github.com/symfony/symfony-docs/commit/0b2a49199752f60aa1bcc16d48f4c558160e852e>`_ #3414 add missing code-block directive (xabbuh)
4047
- `4988118<https://github.com/symfony/symfony-docs/commit/4988118e127dc51d73e2518982c0a0f4ca9206f1>`_ #3432 [Reference][Form Types] Add "max_length" option in form type (nykopol)
4148
- `26a7b1b<https://github.com/symfony/symfony-docs/commit/26a7b1b80aa654c9293599743f9c0a38054eb4d3>`_ #3423 [Session Configuration] add clarifying notes on session save handler proxies (cordoval)
49+
- `f2f5e9a<https://github.com/symfony/symfony-docs/commit/f2f5e9ac94db2eaaf89c151b80d202fc29d49b59>`_ #3421 [Contributing] Cleaning the "contributing patch" page a bit (lemoinem)
4250

4351
Minor Documentation Changes
4452
~~~~~~~~~~~~~~~~~~~~~~~~~~~
4553

46-
- `1131247<https://github.com/symfony/symfony-docs/commit/11312477437e5367da466727acdc89c97b8ed73a>`_ #3508 Add 'in XML' for additional clarity (ifdattic)
47-
- `a650b93<https://github.com/symfony/symfony-docs/commit/a650b9364297aa5eaa5ffd3c018b3f0858d12238>`_ #3506 Nykopol overriden options (weaverryan)
48-
- `ab10035<https://github.com/symfony/symfony-docs/commit/ab1003501de3e81bc48226b32b53156e2e7a573a>`_ #3505 replace Akamaï with Akamai (xabbuh)
49-
- `7f56c20<https://github.com/symfony/symfony-docs/commit/7f56c201ea4cd9b1e7b7ed36ceb2046352a143f2>`_ #3501 [Security] Fix markup (tyx)
50-
- `80a90ba<https://github.com/symfony/symfony-docs/commit/80a90ba8b5c2eceeb2d80bb1386fb2620b8e0c6e>`_ #3500 Minimize horizontal scrolling in code blocks (improve readability) (ifdattic)
51-
- `e5bc4ea<https://github.com/symfony/symfony-docs/commit/e5bc4eafeab96b8b12070ce0435b8a77ee85c6c1>`_ #3498 Remove second empty data (xabbuh)
52-
- `d084d87<https://github.com/symfony/symfony-docs/commit/d084d876e3ab961c92f2753c73b0a73a75ee7a8b>`_ #3485 [Cookbook][Assetic] Fix "javascripts" tag name typo (bicpi)
53-
- `3250aba<https://github.com/symfony/symfony-docs/commit/3250aba13ccf8662aa8e38cb624b3adeab0944bc>`_ #3481 Fix code block (minimise horizontal scrolling), typo in yaml (ifdattic)
5454
- `f285d93<https://github.com/symfony/symfony-docs/commit/f285d930377d8cbaedccc3ad46853fa72ee6439d>`_ #3451 some language tweaks (AE, third-person perspective) (xabbuh)
55+
- `b9bbe5d<https://github.com/symfony/symfony-docs/commit/b9bbe5d5f8cb427f1a52e839f23a0f286da1a010>`_ #3499 Fix YAML syntax highlight + remove trailing whitespace (ifdattic)
5556
- `2b7e0f6<https://github.com/symfony/symfony-docs/commit/2b7e0f6f2f9982e600918f447852a6f4c60966a1>`_ #3497 Fix highlighting (WouterJ)
57+
- `2746067<https://github.com/symfony/symfony-docs/commit/27460671c635a898912b931620adaa1cc1cd64f9>`_ #3472 Fixed `````versionadded````` inconsistencies in Symfony 2.5+ (danielcsgomes)
5658
- `a535ae0<https://github.com/symfony/symfony-docs/commit/a535ae0383a2a6715021681980877b0205dc3281>`_ #3471 Fixed `````versionadded````` inconsistencies in Symfony 2.3 (danielcsgomes)
5759
- `f077a8e<https://github.com/symfony/symfony-docs/commit/f077a8e71c4973e7775db8c9fb548a0866d21131>`_ #3465 change wording in versionadded example to be consistent with what we use... (xabbuh)
5860
- `f9f7548<https://github.com/symfony/symfony-docs/commit/f9f7548c7a53e62564b30d7e945a9b52b3f358db>`_ #3462 Replace ... with etc (ifdattic)
@@ -64,3 +66,79 @@ Minor Documentation Changes
6466
- `7c5a914<https://github.com/symfony/symfony-docs/commit/7c5a9141d6dd716e692b27904190225be324f332>`_ #3369 Indicate that Group Sequence Providers can use YAML (karptonite)
6567
- `1e0311e<https://github.com/symfony/symfony-docs/commit/1e0311ef0124fda8ad0cb07f73a3a52ce3303f2b>`_ #3416 add empty_data option where required option is used (xabbuh)
6668
- `2be3f52<https://github.com/symfony/symfony-docs/commit/2be3f52cf5178606e54826e0766f31ce110ee122>`_ #3422 [Cookbook][Custom Authentication Provider] add a note of warning for when forbidding anonymous users (cordoval)
69+
- `e255de9<https://github.com/symfony/symfony-docs/commit/e255de9bfec27f1f8e920f8e9efdfc8576b85229>`_ #3429 [Reference][Form Types] Document "with_minutes" time/datetime option (bicpi)
70+
71+
February, 2014
72+
--------------
73+
74+
New Documentation
75+
~~~~~~~~~~~~~~~~~
76+
77+
- `9dcf467<https://github.com/symfony/symfony-docs/commit/9dcf467b1cfb247f6acfbc892b55fd33cbe5e02b>`_ #3613 Javiereguiluz revamped quick tour (weaverryan)
78+
- `89c6f1d<https://github.com/symfony/symfony-docs/commit/89c6f1d8437d2c950f3a641140579b437d5346ef>`_ #3439 [Review] Added detailed Backwards Compatibility Promise text (webmozart)
79+
- `0029408<https://github.com/symfony/symfony-docs/commit/0029408c86b8829c6a37b68b8be94a09f5a48eb1>`_ #3558 Created Documentation CHANGELOG (WouterJ)
80+
- `f6dd678<https://github.com/symfony/symfony-docs/commit/f6dd67829ff83b9e14486902b6a285dbeb4b3e6d>`_ #3548 Update forms.rst (atmosf3ar)
81+
- `9676f2c<https://github.com/symfony/symfony-docs/commit/9676f2c61156e80503639762de0b339d1aeabb6d>`_ #3523 [Components][EventDispatcher] describe that the event name and the event dispatcher are passed to even... (xabbuh)
82+
- `5c367b4<https://github.com/symfony/symfony-docs/commit/5c367b4dfa5c3adc8993702b1ae8f686c74419c8>`_ #3517 Fixed OptionsResolver component docs (WouterJ)
83+
- `527c8b6<https://github.com/symfony/symfony-docs/commit/527c8b6d9042bc8719c5dbe2c1c68a57feeb6eb7>`_ #3496 Added a section about using named assets (vmattila)
84+
- `8ccfe85<https://github.com/symfony/symfony-docs/commit/8ccfe8559b18fc941768ab88fbaed7ff32a2aa9a>`_ #3491 Added doc for named encoders (tamirvs)
85+
- `46377b2<https://github.com/symfony/symfony-docs/commit/46377b29e8f72f5093b588ef1ee767d42bc559ad>`_ #3486 Documenting createAccessDeniedException() method (klaussilveira)
86+
87+
Fixed Documentation
88+
~~~~~~~~~~~~~~~~~~~
89+
90+
- `adcbb5d<https://github.com/symfony/symfony-docs/commit/adcbb5de6c3b8d6ba59e619315ef13fe45318494>`_ #3615 Fixes to cookbook/doctrine/registration_form.rst (Crushnaut)
91+
- `5c4336a<https://github.com/symfony/symfony-docs/commit/5c4336a325ec98bc0eb7ef35baf86bcb9628e490>`_ #3570 Callback: [Validator, validate] expects validate to be static (nixilla)
92+
- `a21fb26<https://github.com/symfony/symfony-docs/commit/a21fb260978eaa27b1cb94fccb0bd0af71b6df7f>`_ #3559 Remove reference to copying parameters.yml from Git cookbook (pwaring)
93+
- `de71a51<https://github.com/symfony/symfony-docs/commit/de71a5143f6d30fff7e890cea250d047a63916d2>`_ #3551 [Cookbook][Dynamic Form Modification] Fix sample code (rybakit)
94+
- `143db2f<https://github.com/symfony/symfony-docs/commit/143db2f75caa9ef6d7e1c230d0ac9d59c17fde5f>`_ #3550 Update introduction.rst (taavit)
95+
- `384538b<https://github.com/symfony/symfony-docs/commit/384538bcb030c4ae6f8df06840ccd725fca28661>`_ #3549 Fixed createPropertyAccessorBuilder usage (antonbabenko)
96+
- `642e776<https://github.com/symfony/symfony-docs/commit/642e7768952225b06834acb47496a593b4b7d162>`_ #3544 Fix build errors (xabbuh)
97+
- `d275302<https://github.com/symfony/symfony-docs/commit/d27530241cf75de4846fe9040bc6ce2235b924f3>`_ #3541 Update generic_event.rst (Lumbendil)
98+
- `819949c<https://github.com/symfony/symfony-docs/commit/819949cce72a4253ef9a4df6f7d260f83d08e5c6>`_ #3537 Add missing variable assignment (colinodell)
99+
- `d7e8262<https://github.com/symfony/symfony-docs/commit/d7e8262a350b7fa40f34a89b7d3796b06c660db2>`_ #3535 fix form type name. (yositani2002)
100+
- `821af3b<https://github.com/symfony/symfony-docs/commit/821af3ba55c53246670a9bc62a3360ca064777d8>`_ #3493 Type fix in remove.rst (weaverryan)
101+
- `003230f<https://github.com/symfony/symfony-docs/commit/003230fc6c8657c9b12976789618aff30a83fce6>`_ #3530 Update form_customization.rst (dczech)
102+
- `a43f15a<https://github.com/symfony/symfony-docs/commit/a43f15ac376fc1bcac2c0010a1ad0d44319f984f>`_ #3519 [Book][Service Container] Fix syntax highlighting (iamdto)
103+
- `86e02c6<https://github.com/symfony/symfony-docs/commit/86e02c6f04b4cdfc43707e0bb73bc7d336f50cac>`_ #3514 Fixed some small typos in code example (RobinvdVleuten)
104+
- `696313c<https://github.com/symfony/symfony-docs/commit/696313cf8eef0e72685f3e943d6d6d094f1157ed>`_ #3513 [Component-DI] Fixed typo (saro0h)
105+
- `27dcebd<https://github.com/symfony/symfony-docs/commit/27dcebd1c53cca2d8d991fa4b5060288d8f17c57>`_ #3509 Fix typo: side.bar.twig => sidebar.twig (ifdattic)
106+
- `0dc8c26<https://github.com/symfony/symfony-docs/commit/0dc8c261384974d91b64391c36fa20478e5ebf78>`_ #3507 Fix a typo (missing `````) in ``:doc:`` link (ifdattic)
107+
- `272197b<https://github.com/symfony/symfony-docs/commit/272197be5d22e637546801f95e6c3db3e2c07f2d>`_ #3504 fix include directive so that the contents are really included (xabbuh)
108+
- `e385d28<https://github.com/symfony/symfony-docs/commit/e385d28bee7c7418c8175d43befc4954a43a300c>`_ #3503 file extension correction xfliff to xliff (nixilla)
109+
- `6d34aa6<https://github.com/symfony/symfony-docs/commit/6d34aa6038b8317259d2e8fffd186ad24fef5bc5>`_ #3478 Update custom_password_authenticator.rst (piotras-s)
110+
- `a171700<https://github.com/symfony/symfony-docs/commit/a171700fb8d9695947bc1b16c6f61c183f296657>`_ #3477 Api key user provider should use "implements" instead of "extends" (skowi)
111+
- `7fe0de3<https://github.com/symfony/symfony-docs/commit/7fe0de330b2d72155b6b7ec87c59f5a7e7ee4881>`_ #3475 Fixed doc for framework.session.cookie_lifetime refrence. (tyomo4ka)
112+
- `8155e4c<https://github.com/symfony/symfony-docs/commit/8155e4cab70e481962a4775274a4412a4465ecdc>`_ #3473 Update proxy_examples.rst (AZielinski)
113+
114+
Minor Documentation Changes
115+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
116+
117+
- `0928249<https://github.com/symfony/symfony-docs/commit/0928249282cb29336aca665fbe9a8904ec71e994>`_ #3568 Update checkbox_compound.rst.inc (joshuaadickerson)
118+
- `38def3b<https://github.com/symfony/symfony-docs/commit/38def3bd2cd03208b95dfebfbe76aaf994e049ac>`_ #3567 Update checkbox_compound.rst.inc (joshuaadickerson)
119+
- `15d8ab8<https://github.com/symfony/symfony-docs/commit/15d8ab892168efacb34c53b22b222ef669e90897>`_ #3553 Minimize horizontal scrolling in code blocks to improve readability (ifdattic)
120+
- `5120863<https://github.com/symfony/symfony-docs/commit/512086321061d3d2d9ae53975d430f7f3d90babf>`_ #3547 Update acl.rst (iqfoundry)
121+
- `b7ac326<https://github.com/symfony/symfony-docs/commit/b7ac326369845cba198f06514bbe1eaeb6002992>`_ #3557 Minimize horizontal scrolling in code block to improve readability (ifdattic)
122+
- `d974c77<https://github.com/symfony/symfony-docs/commit/d974c773c9e1a9122244fe2a1aedbe32ee232490>`_ #3556 Fix PSR error (ifdattic)
123+
- `f4bb017<https://github.com/symfony/symfony-docs/commit/f4bb017d99b225c2ab06490633cb9d30bc0e456c>`_ #3555 Wrap variables in {} for safer interpolation (ifdattic)
124+
- `5f02bca<https://github.com/symfony/symfony-docs/commit/5f02bca0959e20d54c9977d0428bd9bb1324f009>`_ #3552 Fix typos (ifdattic)
125+
- `6e32c47<https://github.com/symfony/symfony-docs/commit/6e32c473b0bb04620ce3723d962c5650c56b1568>`_ #3546 Fix README: contributions should be based off 2.3 or higher (colinodell)
126+
- `ffa8f76<https://github.com/symfony/symfony-docs/commit/ffa8f76d3582fe4cc78cc788f6f9c7018ebca75e>`_ #3545 Example of getting entity managers directly from the container (colinodell)
127+
- `6a2a55b<https://github.com/symfony/symfony-docs/commit/6a2a55b2ebf898f20081c4e627f21f700b4fee85>`_ #3579 Fix build errors (xabbuh)
128+
- `dce2e23<https://github.com/symfony/symfony-docs/commit/dce2e23b4407bb7c468ba2d970981a97b4801d34>`_ #3532 Added tip for Entity Listeners (slavafomin)
129+
- `73adf8b<https://github.com/symfony/symfony-docs/commit/73adf8b6f3d9e55addd19363a3ce010429ce3f05>`_ #3528 Clarify service parameters usages (WouterJ)
130+
- `7e75b64<https://github.com/symfony/symfony-docs/commit/7e75b64a34659f48e07bb53b34264ed3fb827530>`_ #3533 Moving the new named algorithms into their own cookbook entry (weaverryan)
131+
- `f634600<https://github.com/symfony/symfony-docs/commit/f634600ce3dcb5fa4a18567faa67bc8e2a29dd29>`_ #3531 Remove horizontal scrolling in code block (ifdattic)
132+
- `9ba4fa7<https://github.com/symfony/symfony-docs/commit/9ba4fa7d35bfc02cab66e1f7f595a39c6ddf3e2a>`_ #3527 Changes to components domcrawler (ifdattic)
133+
- `8973c81<https://github.com/symfony/symfony-docs/commit/8973c812c57dca77037da16eb72f3c7c565ef73a>`_ #3526 Changes for Console component (ifdattic)
134+
- `6848bed<https://github.com/symfony/symfony-docs/commit/6848bed188528fb3b11d4f491aa5e3af6440ddb7>`_ #3538 Rebasing #3518 (weaverryan)
135+
- `c838df8<https://github.com/symfony/symfony-docs/commit/c838df869dade91aa41a703da0485194daacf2c7>`_ #3511 [Component-DI] Removed useless else statement in code example (saro0h)
136+
- `1af6742<https://github.com/symfony/symfony-docs/commit/1af67425f9653b539f898888d30b42e8e69aa5aa>`_ #3510 add empty line (lazyants)
137+
- `1131247<https://github.com/symfony/symfony-docs/commit/11312477437e5367da466727acdc89c97b8ed73a>`_ #3508 Add 'in XML' for additional clarity (ifdattic)
138+
- `a650b93<https://github.com/symfony/symfony-docs/commit/a650b9364297aa5eaa5ffd3c018b3f0858d12238>`_ #3506 Nykopol overriden options (weaverryan)
139+
- `ab10035<https://github.com/symfony/symfony-docs/commit/ab1003501de3e81bc48226b32b53156e2e7a573a>`_ #3505 replace Akamaï with Akamai (xabbuh)
140+
- `7f56c20<https://github.com/symfony/symfony-docs/commit/7f56c201ea4cd9b1e7b7ed36ceb2046352a143f2>`_ #3501 [Security] Fix markup (tyx)
141+
- `80a90ba<https://github.com/symfony/symfony-docs/commit/80a90ba8b5c2eceeb2d80bb1386fb2620b8e0c6e>`_ #3500 Minimize horizontal scrolling in code blocks (improve readability) (ifdattic)
142+
- `e5bc4ea<https://github.com/symfony/symfony-docs/commit/e5bc4eafeab96b8b12070ce0435b8a77ee85c6c1>`_ #3498 Remove second empty data (xabbuh)
143+
- `d084d87<https://github.com/symfony/symfony-docs/commit/d084d876e3ab961c92f2753c73b0a73a75ee7a8b>`_ #3485 [Cookbook][Assetic] Fix "javascripts" tag name typo (bicpi)
144+
- `3250aba<https://github.com/symfony/symfony-docs/commit/3250aba13ccf8662aa8e38cb624b3adeab0944bc>`_ #3481 Fix code block (minimise horizontal scrolling), typo in yaml (ifdattic)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp