Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #3712 #3716

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,10 @@ If there are any issues, correct them now before moving on.
.. code-block:: bash

$ HTTPDUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1`
$ sudo setfacl -Rn -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
$ sudo setfacl -dRn -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
$ sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs

If this doesn't work, try adding ``-n`` option.

**3. Without using ACL**

Expand Down
90 changes: 90 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,93 @@ Minor Documentation Changes
- `e5bc4ea <https://github.com/symfony/symfony-docs/commit/e5bc4eafeab96b8b12070ce0435b8a77ee85c6c1>`_ #3498 Remove second empty data (xabbuh)
- `d084d87 <https://github.com/symfony/symfony-docs/commit/d084d876e3ab961c92f2753c73b0a73a75ee7a8b>`_ #3485 [Cookbook][Assetic] Fix "javascripts" tag name typo (bicpi)
- `3250aba <https://github.com/symfony/symfony-docs/commit/3250aba13ccf8662aa8e38cb624b3adeab0944bc>`_ #3481 Fix code block (minimise horizontal scrolling), typo in yaml (ifdattic)


March, 2014
-----------

New Documentation
~~~~~~~~~~~~~~~~~

- `3b640aa <https://github.com/symfony/symfony-docs/commit/3b640aa120ca6ff9c4c20bd95bfac142b65ee410>`_ #3644 made some small addition about our BC promise and semantic versioning (fabpot)
- `2d1ecd9 <https://github.com/symfony/symfony-docs/commit/2d1ecd9622109a06fd9f72b0ef987d3fcd7801c1>`_ #3525 Update file_uploads.rst (juanmf)
- `b1e8f56 <https://github.com/symfony/symfony-docs/commit/b1e8f566a20d029f657994ae8228bb5ef7eeb5b8>`_ #3368 The host parameter has to be in defaults, not requirements (MarieMinasyan)
- `00a462a <https://github.com/symfony/symfony-docs/commit/00a462a0149c20bf2b469e0480ce19db95ace347>`_ minor #3658 Fix PSR coding standards error (ifdattic)
- `acf255d <https://github.com/symfony/symfony-docs/commit/acf255d6a723c59af44299f8266a854903ecf6a4>`_ #3328 [WIP] Travis integration (WouterJ)
- `3e7028d <https://github.com/symfony/symfony-docs/commit/3e7028d8972fd71c1c683dd44dffe870a12e0c5b>`_ #3659 [Internals] Complete notification description for kernel.terminate (bicpi)
- `db3cde7 <https://github.com/symfony/symfony-docs/commit/db3cde7ddf7929da282cfc70e8a8b524ffb72f11>`_ #3124 Add note about the property attribute (Property Accessor) (raziel057)
- `5965ec8 <https://github.com/symfony/symfony-docs/commit/5965ec809237c5f0aab41b9d53cd928200517216>`_ #3420 [Cookbook][Configuration] add configuration cookbook handlig parameters in Configurator class (cordoval)
- `a1050eb <https://github.com/symfony/symfony-docs/commit/a1050eba5cc08682a0cfda5a14122981c99a666a>`_ #3411 [Cookbook][Dynamic Form Modification] Add AJAX sample (bicpi)
- `6951460 <https://github.com/symfony/symfony-docs/commit/6951460dd0f2bef4a87f53df88f4779649143c82>`_ #3601 Added documentation for missing ctype extension (slavafomin)
- `2657ee7 <https://github.com/symfony/symfony-docs/commit/2657ee78de23a16fe4423f2deffcc8fe3d0552c4>`_ #3597 Document how to create a custom type guesser (WouterJ)
- `5ad1599 <https://github.com/symfony/symfony-docs/commit/5ad1599bda2bde0fdff2762c9fcb852eb39c5b32>`_ #3577 Development of custom error pages is impractical if you need to set kernel.debug=false (mpdude)
- `3f4b319 <https://github.com/symfony/symfony-docs/commit/3f4b319f65f30ada4a57ad243072824d325e7f52>`_ #3610 [HttpFoundation] Add doc for ``Request::getContent()`` method (bicpi)
- `56bc266 <https://github.com/symfony/symfony-docs/commit/56bc2660041162c828cdad6c64a722a602c1f126>`_ #3589 Finishing the Templating component docs (WouterJ)
- `d881181 <https://github.com/symfony/symfony-docs/commit/d881181f88d090f86627a9dd7b5278a36087a63a>`_ #3588 Documented all form variables (WouterJ)
- `e96e12d <https://github.com/symfony/symfony-docs/commit/e96e12d4c40e6205bf169db3c8545d6a3faa597d>`_ #3234 [Cookbook] New cookbok: How to use the Cloud to send Emails (bicpi)
- `d5d64ce <https://github.com/symfony/symfony-docs/commit/d5d64ce3a09062e3be9d6a248fdbf5f19f588cab>`_ #3436 [Reference][Form Types] Add missing docs for "action" and "method" option (bicpi)
- `3df34af <https://github.com/symfony/symfony-docs/commit/3df34afbe3d77c975bccc4b3c6f629db3bd537c3>`_ #3490 Tweaking Doctrine book chapter (WouterJ)
- `b9608a7 <https://github.com/symfony/symfony-docs/commit/b9608a777d7dd2316e26bf0f985fd4b3cb8cd810>`_ #3594 New Data Voter Article (continuation) (weaverryan)

Fixed Documentation
~~~~~~~~~~~~~~~~~~~

- `06c56c1 <https://github.com/symfony/symfony-docs/commit/06c56c17160dba9ab53b5326f454e474d690be9e>`_ #3709 [Components][Security] Fix #3708 (bicpi)
- `aadc61d <https://github.com/symfony/symfony-docs/commit/aadc61d4e42a09461120cc940ee1add2ae5b95e5>`_ #3707 make method supportsClass() in custom voter compatible with the interface's documentation (xabbuh)
- `65150f9 <https://github.com/symfony/symfony-docs/commit/65150f989d84c3590aa43dc29b71856378bb2351>`_ #3637 Update render_without_controller.rst (94noni)
- `9fcccc7 <https://github.com/symfony/symfony-docs/commit/9fcccc734fdda2aa07ee2ced0da88c3c86f006a8>`_ #3634 Fix goal of “framework.profiler.only_exceptions“ option which profile on each exceptions on controller (not only 500) (stephpy)
- `9dd8d96 <https://github.com/symfony/symfony-docs/commit/9dd8d962ea0043ad446b096754b51d74992f80ed>`_ #3689 Fix cache warmer description (WouterJ)
- `6221f35 <https://github.com/symfony/symfony-docs/commit/6221f35df8558b273baaf6dcfc7dfa318e2c75c4>`_ #3671 miss extends keyword in define BlogController class (ghanbari)
- `4ce7a15 <https://github.com/symfony/symfony-docs/commit/4ce7a15e92a82541bee319206620cb175978844f>`_ #3543 Fix the definition of customizing form's global errors. (mtrojanowski)
- `5d4a3a4 <https://github.com/symfony/symfony-docs/commit/5d4a3a4859e00e8a9b07474ae7289e5a88b7e1ec>`_ #3343 [Testing] Fix phpunit test dir paths (bicpi)
- `badaae7 <https://github.com/symfony/symfony-docs/commit/badaae7d06f6730f37fe4051fa07fada32cf89d0>`_ #3622 [Components][Routing] Fix addPrefix() sample code (bicpi)
- `de0a5e1 <https://github.com/symfony/symfony-docs/commit/de0a5e1fc9baa62fa670b1486eedb9ae66b529ec>`_ #3665 [Cookbook][Test] fix sample code (inalgnu)
- `4ef746a <https://github.com/symfony/symfony-docs/commit/4ef746a10b373c7d7ce88bbc43fce8fe37c0dde2>`_ #3614 [Internals] Fix Profiler:find() arguments (bicpi)
- `0c41762 <https://github.com/symfony/symfony-docs/commit/0c41762a768c6b8979d6eb79256b65df762156fd>`_ #3600 [Security][Authentication] Fix instructions for creating password encoders (bicpi)
- `0ab1f24 <https://github.com/symfony/symfony-docs/commit/0ab1f24a8c418c0bc3c4330e1f725363e4fb61f7>`_ #3593 Clarified Default and ClassName groups (WouterJ)
- `178984b <https://github.com/symfony/symfony-docs/commit/178984bac0487875fbaec4ebfa471d34d6d9cb6f>`_ #3648 [Routing] Remove outdated tip about sticky locale (bicpi)

Minor Documentation Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~

- `abca098 <https://github.com/symfony/symfony-docs/commit/abca0980d80c12cd640757a64f6316dbf85dd125>`_ #3726 Minor tweaks after merging #3644 by @stof and @xabbuh (weaverryan)
- `d16be31 <https://github.com/symfony/symfony-docs/commit/d16be31547c57f01d454dea914ed38484efc5144>`_ #3725 Minor tweaks related to #3368 (weaverryan)
- `aa9bb25 <https://github.com/symfony/symfony-docs/commit/aa9bb2523286329432559d69103bcce091f6b643>`_ #3636 Update security.rst (nomack84)
- `9f26da8 <https://github.com/symfony/symfony-docs/commit/9f26da860a642b228d8a9fa56ab3e93acf33339a>`_ #3720 [#3539] A backport of a sentence - the parts that apply to 2.3 (weaverryan)
- `5a3ba1b <https://github.com/symfony/symfony-docs/commit/5a3ba1b89f9a0f8ed7de83c9a538ed7a735f900b>`_ #3715 change variable name to a better fitting one (xabbuh)
- `e7580c0 <https://github.com/symfony/symfony-docs/commit/e7580c0110926585c892d76c0ff799bd7bcdc07e>`_ #3713 Updated versionadded directives to use "introduced" (WouterJ)
- `e15afe0 <https://github.com/symfony/symfony-docs/commit/e15afe0c5421ba0bff8723440bd57a07931661bc>`_ #3711 Simplified the Travis configuration (stof)
- `5035837 <https://github.com/symfony/symfony-docs/commit/5035837f46ed407cbabd11ad2c15098b349127e7>`_ #3706 Add support for nginx (guiditoito)
- `00a462a <https://github.com/symfony/symfony-docs/commit/00a462a0149c20bf2b469e0480ce19db95ace347>`_ #3658 Fix PSR coding standards error (ifdattic)
- `868de1e <https://github.com/symfony/symfony-docs/commit/868de1e9dfe4174f84e2d3d82e0aa0dafc559fb0>`_ #3698 Dynamic form modification cookbook: Fix inclusion of code (michaelperrin)
- `41b2eb8 <https://github.com/symfony/symfony-docs/commit/41b2eb88c10a9319e57c70c35319455e4fb21a11>`_ #3693 Tweak to Absolute URL generation (weaverryan)
- `bd473db <https://github.com/symfony/symfony-docs/commit/bd473db186bf9d1b6cef930cca49d0f640f90af5>`_ #3563 Add another tip to setup permissions (tony-co)
- `67129b1 <https://github.com/symfony/symfony-docs/commit/67129b1d72918c164eae9ea0c586898bce778286>`_ #3611 [Reference][Forms] add an introductory table containing all options of the basic form type (xabbuh)
- `fd8f7ae <https://github.com/symfony/symfony-docs/commit/fd8f7ae8b52322b0a2e4243641c4dbd751414d14>`_ #3694 fix the referenced documents names (xabbuh)
- `d617011 <https://github.com/symfony/symfony-docs/commit/d6170116af79aa1cc99413edc6cb7ad2b4683bf7>`_ #3657 Fix typos, remove trailing whitespace. (ifdattic)
- `1b4f6a6 <https://github.com/symfony/symfony-docs/commit/1b4f6a6344ecaa29478293767a21dd896fd22cf2>`_ #3656 Minimize horizontal scrolling, add missing characters, remove trailing whitespace. (ifdattic)
- `7c0c5d1 <https://github.com/symfony/symfony-docs/commit/7c0c5d1565a186dfa6be4d65c84d1e8eadf4b540>`_ #3653 Http cache validation rewording (weaverryan)
- `0fb2c5f <https://github.com/symfony/symfony-docs/commit/0fb2c5f87131212480eb5a7bc8795ba1df56e19a>`_ #3651 [Reference][Forms] remove the label_attr option which is not available in the button type (xabbuh)
- `69ac21b <https://github.com/symfony/symfony-docs/commit/69ac21bcc2c40df3211c6353d4476b6868ff6415>`_ #3642 Fixed some typos and formatting issues (javiereguiluz)
- `93c35d0 <https://github.com/symfony/symfony-docs/commit/93c35d01a5d8dac8aa4ac672f367b5679bef72a5>`_ #3641 Added some examples to the "services as parameters" section (javiereguiluz)
- `12a6676 <https://github.com/symfony/symfony-docs/commit/12a667625ea2233f3ec556eebe9d229f2c9b518d>`_ #3640 [minor] fixed one typo and one formatting issue (javiereguiluz)
- `9967b0c <https://github.com/symfony/symfony-docs/commit/9967b0c5e7c4094df74802696179e69c1e0e7d53>`_ #3638 [#3116] Fixing wrong table name - singular is used elsewhere (weaverryan)
- `4fbf1cd <https://github.com/symfony/symfony-docs/commit/4fbf1cdf65d8f7546f0cfd8fa36ada3f1fa18dab>`_ #3635 [QuickTour] close opened literals (xabbuh)
- `2192c32 <https://github.com/symfony/symfony-docs/commit/2192c3274e7a64f3a5de1eab5a9a4cb6adf2be9e>`_ #3650 Fixing some build errors (xabbuh)
- `fa3f531 <https://github.com/symfony/symfony-docs/commit/fa3f531bd81446f2a7e6fd8f416abe334319177f>`_ #3677 [Reference][Forms] Remove variables section from tables (xabbuh)
- `1f384bc <https://github.com/symfony/symfony-docs/commit/1f384bc2bf8fef59f7cb97837a273d355a72fb75>`_ #3631 Added documentation for message option of the ``True`` constraint (naitsirch)
- `f6a41b9 <https://github.com/symfony/symfony-docs/commit/f6a41b9c0e67a7984ba87c8c323fb5484b439042>`_ #3630 Minor tweaks to form action/method (weaverryan)
- `ae755e0 <https://github.com/symfony/symfony-docs/commit/ae755e0cbb85d80b968ceebb3ff4164a52f9d0f3>`_ #3628 Added anchor for permissions (WouterJ)
- `6380113 <https://github.com/symfony/symfony-docs/commit/6380113ce6ce702d51783bf62c5080ad1e31571d>`_ #3667 Update index.rst (NAYZO)
- `97ef2f7 <https://github.com/symfony/symfony-docs/commit/97ef2f7dcfce4ca6c46a06def7dc8efe6d99e379>`_ #3566 Changes ACL permission setting hints (MicheleOnGit)
- `9f7d742 <https://github.com/symfony/symfony-docs/commit/9f7d7423434e0092135e614bd144613d4ca07f6c>`_ #3654 [Cookbook][Security] Fix VoterInterface signature (bicpi)
- `e34204e <https://github.com/symfony/symfony-docs/commit/e34204e5a3029013d5663b8b3ea821ff1c44159f>`_ #3605 Fixed a plural issue (benjaminpaap)
- `e7d5a45 <https://github.com/symfony/symfony-docs/commit/e7d5a459db50fbedbacbb60e59f0a98f7242db6a>`_ #3599 [CHANGELOG] fix reference to contributing docs (xabbuh)
- `3582bf1 <https://github.com/symfony/symfony-docs/commit/3582bf1cb6a8f2d57f0652834214d0f0d4af0ba2>`_ #3598 add changelog to hidden toctree (xabbuh)
- `58b7f96 <https://github.com/symfony/symfony-docs/commit/58b7f96781f3696fbfaa8adc2f4504b986405161>`_ #3596 [HTTP Cache] Validation model: Fix header name (bicpi)
- `6d1378e <https://github.com/symfony/symfony-docs/commit/6d1378e03e152851fc2d536fee77aa85a521d6af>`_ #3592 Added a tip about hardcoding URLs in functional tests (javiereguiluz)
- `04cf9f8 <https://github.com/symfony/symfony-docs/commit/04cf9f8699d322497b5979f1e38547da509f70f4>`_ #3595 Collection of fixes and improvements (bicpi)
- `2ed0943 <https://github.com/symfony/symfony-docs/commit/2ed0943572465a334d8c6d5b7c2d7c709275b515>`_ #3645 Adjusted the BC rules to be consistent (stof)
- `664a0be <https://github.com/symfony/symfony-docs/commit/664a0bef8b4904b62abf5ec1eb3d7a7afa04f43c>`_ #3633 Added missing PHP syntax coloration (DerekRoth)
- `1714a31 <https://github.com/symfony/symfony-docs/commit/1714a31344020bce18315b5977429bddab1db9a0>`_ #3585 Use consistent method chaining in BlogBundle sample application (ockcyp)
- `cb61f4f <https://github.com/symfony/symfony-docs/commit/cb61f4fcda438583f297591fee1ecd081f4e72a3>`_ #3581 Add missing hyphen in HTTP Fundamentals page (ockcyp)