From 43ae4f132cc9fa125fee8e0374bd7ab00451b6d1 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sun, 8 Jun 2014 17:23:21 +0200 Subject: [PATCH 1/9] Added May changelog --- changelog.rst | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/changelog.rst b/changelog.rst index f5b997e4cea..46868fdda58 100644 --- a/changelog.rst +++ b/changelog.rst @@ -13,6 +13,80 @@ documentation. Do you also want to participate in the Symfony Documentation? Take a look at the ":doc:`/contributing/documentation/overview`" article. +May, 2014 +--------- + +New Documentation +~~~~~~~~~~~~~~~~~ + +- `4fd1b49 `_ #3753 [DependencyInjection] Add documentation about service decoration (romainneutron) +- `f913dd7 `_ #3603 [Serializer] Support for is.* getters in GetSetMethodNormalizer (tiraeth) +- `e8511cb `_ #3776 Updated event_listener.rst (bfgasparin) +- `af8c20f `_ #3818 [Form customization] added block_name example. (aitboudad) +- `c788325 `_ #3841 [Cookbook][Logging] register processor per handler and per channel (xabbuh) +- `979533a `_ #3839 document how to test actions (greg0ire) +- `d8aaac3 `_ #3835 Updated framework.ide configuration (WouterJ) +- `a9648e8 `_ #3742 [2.5][Templating] Add documentation about generating versioned URLs (romainneutron) +- `f665e14 `_ #3704 [Form] Added documentation for Form Events (csarrazi) +- `14b9f14 `_ #3777 added docs for the core team (fabpot) + +Fixed Documentation +~~~~~~~~~~~~~~~~~~~ + +- `0649c21 `_ #3869 Add a missing argument to the PdoSessionHandler (jakzal) +- `259a2b7 `_ #3866 [Book][Security]fixed Login when there is no session. (aitboudad) +- `9b7584f `_ #3863 Error in XML (tvlooy) +- `0cb9c3b `_ #3827 Update 'How to Create and store a Symfony2 Project in Git' (nicwortel) +- `4ed9a08 `_ #3830 Generate an APC prefix based on __FILE__ (trsteel88) +- `9a65412 `_ #3840 Update dialoghelper.rst (jdecoster) +- `1853fea `_ #3716 Fix issue #3712 (umpirsky) +- `baa9759 `_ #3791 Property access tweaks (weaverryan) +- `80d70a4 `_ #3779 [Book][Security] constants are defined in the SecurityContextInterface (xabbuh) + +Minor Documentation Changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- `302fa82 `_ #3872 Update hostname_pattern.rst (sofany) +- `50672f7 `_ #3867 fixed missing info about FosUserBundle. (aitboudad) +- `3e3004f `_ #3865 Fixed link. (aitboudad) +- `b32ec15 `_ #3856 Update voters_data_permission.rst (MarcomTeam) +- `bffe163 `_ #3859 Add filter cssrewrite (DOEO) +- `f617ff8 `_ #3764 Update testing.rst (NAYZO) +- `3792fee `_ #3858 Clarified Password Encoders example (WouterJ) +- `663d68c `_ #3857 Added little bit information about the route name (WouterJ) +- `797cbd5 `_ #3794 Adds link to new QuestionHelper (weaverryan) +- `4211bff `_ #3852 Fixed link and typo in type_guesser.rst (rpg600) +- `78ae7ec `_ #3845 added link to /cookbook/security/force_https. (aitboudad) +- `6c69362 `_ #3846 [Routing][Loader] added JMSI18nRoutingBundle (aitboudad) +- `136864b `_ #3844 [Components] Fixed some typos. (ahsio) +- `b0710bc `_ #3842 Update dialoghelper.rst (bijsterdee) +- `9f1a354 `_ #3804 [Components][DependencyInjection] add note about a use case that requires to compile the container (xabbuh) +- `d92c522 `_ #3769 Updated references to new Session() (scottwarren) +- `00f60a8 `_ #3837 More asset version details (weaverryan) +- `681ddc8 `_ #3843 [Changelog] fix literal positions (xabbuh) +- `1aa79d5 `_ #3834 fix the wording in versionadded directives (for the master branch) (xabbuh) +- `7288a33 `_ #3789 [Reference][Forms] Improvements to the form type (xabbuh) +- `72fae25 `_ #3790 [Reference][Forms] move versionadded directives for form options directly below the option's headline (xabbuh) +- `b4d4ac3 `_ #3838 fix filename typo in cookbook/form/unit_testing.rst (hice3000) +- `0b06287 `_ #3836 remove unnecessary rewrite from nginx conf (Burgov) +- `89d0dae `_ #3833 fix the wording in versionadded directives (for the 2.4 branch) (xabbuh) +- `e58e39f `_ #3832 fix the wording in versionadded directives (for the 2.3 branch) (xabbuh) +- `09d6ca1 `_ #3829 [Components] consistent headlines (xabbuh) +- `54e0882 `_ #3828 [Contributing] consistent headlines (xabbuh) +- `b1336d7 `_ #3823 Added empty line after if statements (zomberg) +- `79b9fdc `_ #3822 Update voters_data_permission.rst (mimol91) +- `69cb7b8 `_ #3821 Update custom_authentication_provider.rst (leberknecht) +- `9f602c4 `_ #3820 Update page_creation.rst (adreeun) +- `52518c0 `_ #3819 Update csrf_in_login_form.rst (micheal) +- `1adfd9b `_ #3802 Add a note about which types can be used in Symfony (fabpot) +- `fa27ded `_ #3801 [Cookbook][Form] Fixed Typo & missing word. (ahsio) +- `127beed `_ #3770 Update factories.rst (AlaaAttya) +- `822d985 `_ #3817 Update translation.rst (richardpi) +- `241d923 `_ #3813 [Reference][Forms]fix time field count. (yositani2002) +- `bc96f55 `_ #3812 [Cookbook][Configuration] Fixed broken link. (ahsio) +- `5867327 `_ #3809 Fixed typo (WouterJ) +- `678224e `_ #3808 Fixed broken link in "Handling Authentication Failure" (stacyhorton) + April, 2014 ----------- From 2966a0a8edb5ae340864b34cd4281597978fd536 Mon Sep 17 00:00:00 2001 From: j00seph Date: Sat, 21 Jun 2014 09:46:30 +0200 Subject: [PATCH 2/9] Update deployment-tools.rst Added"Check requirements as A in Common Post-Deployment Tasks --- cookbook/deployment-tools.rst | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/cookbook/deployment-tools.rst b/cookbook/deployment-tools.rst index 1ed8728df42..3708e2cd35c 100644 --- a/cookbook/deployment-tools.rst +++ b/cookbook/deployment-tools.rst @@ -36,6 +36,8 @@ There are several ways you can deploy a Symfony2 application. Start with a few basic deployment strategies and build up from there. + + Basic File Transfer ~~~~~~~~~~~~~~~~~~~ @@ -71,14 +73,24 @@ Common Post-Deployment Tasks After deploying your actual source code, there are a number of common things you'll need to do: -A) Configure your ``app/config/parameters.yml`` file +A) Check requirements. +~~~~~~~~~~~~~~~~~~~~~~ + +Check if your server meets requirements. +Run command: + +.. code-block:: bash + + $ php app/check.php + +B) Configure your ``app/config/parameters.yml`` file ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file should be customized on each system. The method you use to deploy your source code should *not* deploy this file. Instead, you should set it up manually (or via some build process) on your server(s). -B) Update your vendors +C) Update your vendors ~~~~~~~~~~~~~~~~~~~~~~ Your vendors can be updated before transferring your source code (i.e. @@ -97,7 +109,7 @@ as you normally do: ensures that development packages are not installed in the production environment. -C) Clear your Symfony cache +D) Clear your Symfony cache ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Make sure you clear (and warm-up) your Symfony cache: @@ -106,7 +118,7 @@ Make sure you clear (and warm-up) your Symfony cache: $ php app/console cache:clear --env=prod --no-debug -D) Dump your Assetic assets +E) Dump your Assetic assets ~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you're using Assetic, you'll also want to dump your assets: @@ -115,7 +127,7 @@ If you're using Assetic, you'll also want to dump your assets: $ php app/console assetic:dump --env=prod --no-debug -E) Other things! +F) Other things! ~~~~~~~~~~~~~~~~ There may be lots of other things that you need to do, depending on your From 73c64e25e8578e89b38abe65aeb61de6796beb62 Mon Sep 17 00:00:00 2001 From: j00seph Date: Sat, 21 Jun 2014 09:49:02 +0200 Subject: [PATCH 3/9] Update deployment-tools.rst Added changing favicon to Other things - Common Post-Deployment Tasks --- cookbook/deployment-tools.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/deployment-tools.rst b/cookbook/deployment-tools.rst index 3708e2cd35c..a64c27ac547 100644 --- a/cookbook/deployment-tools.rst +++ b/cookbook/deployment-tools.rst @@ -138,6 +138,7 @@ setup: * Running ``assets:install`` (taken care of already in ``composer.phar install``) * Add/edit CRON jobs * Pushing assets to a CDN +* Change default Favicon * ... Application Lifecycle: Continuous Integration, QA, etc From 6198875219f991bb6f8a8764847af4e1c3aba63e Mon Sep 17 00:00:00 2001 From: Michal Glajc Date: Sat, 21 Jun 2014 10:01:51 +0200 Subject: [PATCH 4/9] Added link to favicon --- cookbook/deployment-tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/deployment-tools.rst b/cookbook/deployment-tools.rst index a64c27ac547..ac259d13307 100644 --- a/cookbook/deployment-tools.rst +++ b/cookbook/deployment-tools.rst @@ -138,7 +138,7 @@ setup: * Running ``assets:install`` (taken care of already in ``composer.phar install``) * Add/edit CRON jobs * Pushing assets to a CDN -* Change default Favicon +* Change default Favicon (web/favicon.ico) * ... Application Lifecycle: Continuous Integration, QA, etc From 3e1db6ca2532305c5395f3cf0ba546d22fe1aede Mon Sep 17 00:00:00 2001 From: Michal Glajc Date: Sun, 22 Jun 2014 16:04:36 +0200 Subject: [PATCH 5/9] removed space 38,39 --- cookbook/deployment-tools.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/cookbook/deployment-tools.rst b/cookbook/deployment-tools.rst index ac259d13307..71c543d8ff9 100644 --- a/cookbook/deployment-tools.rst +++ b/cookbook/deployment-tools.rst @@ -36,8 +36,6 @@ There are several ways you can deploy a Symfony2 application. Start with a few basic deployment strategies and build up from there. - - Basic File Transfer ~~~~~~~~~~~~~~~~~~~ From 89af453151cedf714b1cdbddf034da0f16665248 Mon Sep 17 00:00:00 2001 From: Michal Glajc Date: Sun, 22 Jun 2014 16:20:02 +0200 Subject: [PATCH 6/9] Capitalized word in titles and removed favicon thing --- cookbook/deployment-tools.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/deployment-tools.rst b/cookbook/deployment-tools.rst index 71c543d8ff9..7a9e1107d88 100644 --- a/cookbook/deployment-tools.rst +++ b/cookbook/deployment-tools.rst @@ -71,7 +71,7 @@ Common Post-Deployment Tasks After deploying your actual source code, there are a number of common things you'll need to do: -A) Check requirements. +A) Check Requirements. ~~~~~~~~~~~~~~~~~~~~~~ Check if your server meets requirements. @@ -81,14 +81,14 @@ Run command: $ php app/check.php -B) Configure your ``app/config/parameters.yml`` file +B) Configure your ``app/config/parameters.yml`` File ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file should be customized on each system. The method you use to deploy your source code should *not* deploy this file. Instead, you should set it up manually (or via some build process) on your server(s). -C) Update your vendors +C) Update your Vendors ~~~~~~~~~~~~~~~~~~~~~~ Your vendors can be updated before transferring your source code (i.e. From bef844163e328c0abfc2bf89a498794e7d7a6a51 Mon Sep 17 00:00:00 2001 From: Michal Glajc Date: Sun, 22 Jun 2014 16:23:53 +0200 Subject: [PATCH 7/9] Capitalizing some words in titles --- cookbook/deployment-tools.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/deployment-tools.rst b/cookbook/deployment-tools.rst index 7a9e1107d88..68213e43af8 100644 --- a/cookbook/deployment-tools.rst +++ b/cookbook/deployment-tools.rst @@ -107,7 +107,7 @@ as you normally do: ensures that development packages are not installed in the production environment. -D) Clear your Symfony cache +D) Clear your Symfony Cache ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Make sure you clear (and warm-up) your Symfony cache: @@ -116,7 +116,7 @@ Make sure you clear (and warm-up) your Symfony cache: $ php app/console cache:clear --env=prod --no-debug -E) Dump your Assetic assets +E) Dump your Assetic Assets ~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you're using Assetic, you'll also want to dump your assets: @@ -125,7 +125,7 @@ If you're using Assetic, you'll also want to dump your assets: $ php app/console assetic:dump --env=prod --no-debug -F) Other things! +F) Other Things! ~~~~~~~~~~~~~~~~ There may be lots of other things that you need to do, depending on your From 4a2f9ec33f3e865049e346dd8a44c6950bd48951 Mon Sep 17 00:00:00 2001 From: Michal Glajc Date: Sun, 22 Jun 2014 16:28:25 +0200 Subject: [PATCH 8/9] removed favicon thing --- cookbook/deployment-tools.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbook/deployment-tools.rst b/cookbook/deployment-tools.rst index 68213e43af8..75f586737a4 100644 --- a/cookbook/deployment-tools.rst +++ b/cookbook/deployment-tools.rst @@ -136,7 +136,6 @@ setup: * Running ``assets:install`` (taken care of already in ``composer.phar install``) * Add/edit CRON jobs * Pushing assets to a CDN -* Change default Favicon (web/favicon.ico) * ... Application Lifecycle: Continuous Integration, QA, etc From 3adabeb879dd0b65c62df68b7ad9b0d01804090d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Glajc?= Date: Mon, 23 Jun 2014 16:27:29 +0200 Subject: [PATCH 9/9] ok ok --- _exts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_exts b/_exts index 03bc1c60172..74553741a70 160000 --- a/_exts +++ b/_exts @@ -1 +1 @@ -Subproject commit 03bc1c60172a280619e3476f22b111b4a187895d +Subproject commit 74553741a70af2b862de77e1de12fb2f74ff33a4