From a2902f47fb2cbe33641150345f422c2d9d6ef267 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 2 May 2015 12:19:27 +0200 Subject: [PATCH 1/3] Added April changelog --- changelog.rst | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/changelog.rst b/changelog.rst index fc784b70061..3900549d480 100644 --- a/changelog.rst +++ b/changelog.rst @@ -13,6 +13,60 @@ documentation. Do you also want to participate in the Symfony Documentation? Take a look at the ":doc:`/contributing/documentation/overview`" article. +April, 2015 +----------- + +New Documentation +~~~~~~~~~~~~~~~~~ + +- `387ebc0 `_ #5109 Improved the explanation about the "secret" configuration parameter (javiereguiluz) +- `cac0a9c `_ #5207 Updated the cookbook about Composer installation (javiereguiluz) +- `99e2034 `_ #5195 Add missing caching drivers (mhor) +- `b90c7cb `_ #5078 [Cookbook] Add warning about Composer dev deps on Heroku (bicpi) +- `55730c4 `_ #5021 Explained the "Remember Me" firewall options (javiereguiluz) +- `45ba71b `_ #4811 Simplified some Symfony installation instructions (javiereguiluz) + +Fixed Documentation +~~~~~~~~~~~~~~~~~~~ + +- `6641b4b `_ #5202 added missing tab (martinbertinat) +- `49f6b2a `_ #5211 Rebase #5182 (Balamung) +- `318bb8a `_ #5187 Fixing a bad bcrypt string using http://www.bcrypt-generator.com/ (weaverryan) +- `6fb2eea `_ #5162 Fix misplelled XliffFileLoader class in the Using Domains (Nicola Pietroluongo) +- `8fc3d6c `_ #5149 Fixed loadUserByUsername method coding errors (Linas Merkevicius) +- `2a1d2bb `_ #5153 [Book] app_dev with php built-in web server (manelselles) +- `c6e6d28 `_ #5061 Trim default is false in password field (raziel057) +- `65c1669 `_ #5124 #3412 correct overridden option name of timezone (alexandr-kalenyuk) + +Minor Documentation Changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- `c6dc4ea `_ #5200 Added missing link in "Sections" (sfdumi) +- `8b25e6e `_ #5198 Link twig constant function (davidfuhr) +- `2d6d78c `_ #5194 Fix priority range values for event listeners. (chtipepere) +- `914345a `_ #5191 Fixed inconsistency (jperovic) +- `c2d1f3d `_ #5190 Change '.xliff' extensions to '.xlf' (xelaris) +- `32b874a `_ #5189 [Quick Tour] Fixed things found by the docbot (WouterJ) +- `20ac2a6 `_ #5174 [CookBook] [configuration_organization] Use $this->getRootDir() instead of __DIR__ (manelselles) +- `eacb71b `_ #5173 Use $this->getRootDir() instead of __DIR__ (manelselles) +- `16e0849 `_ #5184 Removing a section about Roles that I think has no real use-case (weaverryan) +- `2948d6e `_ #5185 Fix broken link in security chapter (iboved) +- `a4f290e `_ #5172 [Contributing][Code] add missing security advisories (xabbuh) +- `2b7ddcd `_ #5167 Add version 2.8 to the release roadmap (Maks3w) +- `404d0b3 `_ #5161 Use correct Session namespace (JhonnyL) +- `c778178 `_ #5098 Reviewed Configuration cookbook articles (javiereguiluz) +- `d9e1690 `_ #5096 Reviewed Cache cookbook articles (javiereguiluz) +- `c40b618 `_ #5065 [Reference] fix code block order (xabbuh) +- `73ccc8b `_ #5160 Update process.rst (sfdumi) +- `0dc6204 `_ #5143 Rebased #4747 (ifdattic) +- `b467e23 `_ #5147 Add missing word in bundles best practice description (jbafford) +- `bf1e44b `_ #5150 [Cookbook] Update serializer.rst (xelaris) +- `bec695a `_ #5144 [Cookbook][Deployment] fix references to Platform.sh documentation (xabbuh) +- `b73346a `_ #5145 Update introduction.rst (cafferata) +- `7f39e87 `_ #5073 [Cookbook] Add note about possible 404 error on Heroku (bicpi) +- `fbdc177 `_ #5057 Add a link to Multiple User Providers (thePanz) +- `b19ded6 `_ #5130 [Cookbook][Security] Fiyed typo in entity_provider.rst (althaus) + March, 2015 ----------- From 479ddae55a04b31d9d4dd8c2f72b62b6dfee237e Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 2 May 2015 12:20:08 +0200 Subject: [PATCH 2/3] Added April changelog --- changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.rst b/changelog.rst index fe6b240da85..21d4cc80a7f 100644 --- a/changelog.rst +++ b/changelog.rst @@ -21,6 +21,7 @@ New Documentation - `387ebc0 `_ #5109 Improved the explanation about the "secret" configuration parameter (javiereguiluz) - `cac0a9c `_ #5207 Updated the cookbook about Composer installation (javiereguiluz) +- `b5dd5a1 `_ #5206 [Cookbook][Security] Replace deprecated csrf_provider service (xelaris) - `99e2034 `_ #5195 Add missing caching drivers (mhor) - `b90c7cb `_ #5078 [Cookbook] Add warning about Composer dev deps on Heroku (bicpi) - `55730c4 `_ #5021 Explained the "Remember Me" firewall options (javiereguiluz) @@ -33,14 +34,19 @@ Fixed Documentation - `49f6b2a `_ #5211 Rebase #5182 (Balamung) - `318bb8a `_ #5187 Fixing a bad bcrypt string using http://www.bcrypt-generator.com/ (weaverryan) - `6fb2eea `_ #5162 Fix misplelled XliffFileLoader class in the Using Domains (Nicola Pietroluongo) +- `402b586 `_ #5162 Fix misplelled XliffFileLoader class in the Using Message Domains (Nicola Pietroluongo) - `8fc3d6c `_ #5149 Fixed loadUserByUsername method coding errors (Linas Merkevicius) - `2a1d2bb `_ #5153 [Book] app_dev with php built-in web server (manelselles) - `c6e6d28 `_ #5061 Trim default is false in password field (raziel057) +- `5880f38 `_ #5126 Fix a typo in ProgressBar usage example (kamazee) - `65c1669 `_ #5124 #3412 correct overridden option name of timezone (alexandr-kalenyuk) Minor Documentation Changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- `0b7f89b `_ #4868 Remove horizontal scrollbar (ifdattic) +- `c166fdf `_ #5212 Fixed typo. (pcky) +- `134268e `_ #5209 [Reference] Fix order of config blocks (xelaris) - `c6dc4ea `_ #5200 Added missing link in "Sections" (sfdumi) - `8b25e6e `_ #5198 Link twig constant function (davidfuhr) - `2d6d78c `_ #5194 Fix priority range values for event listeners. (chtipepere) @@ -65,7 +71,10 @@ Minor Documentation Changes - `b73346a `_ #5145 Update introduction.rst (cafferata) - `7f39e87 `_ #5073 [Cookbook] Add note about possible 404 error on Heroku (bicpi) - `fbdc177 `_ #5057 Add a link to Multiple User Providers (thePanz) +- `526c880 `_ #5132 [Components][DependencyInjection] fix wrong disable of factories (sstok) - `b19ded6 `_ #5130 [Cookbook][Security] Fiyed typo in entity_provider.rst (althaus) +- `87c39b7 `_ #5129 Fix to Twig asset function packageName argument (ockcyp) +- `1d443c0 `_ #5128 [VarDumper] little optim (lyrixx) March, 2015 ----------- From d92dbd6e9d7b75e8fd577b7445c22c614c07d0b3 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 2 May 2015 12:20:48 +0200 Subject: [PATCH 3/3] added April changelog --- changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.rst b/changelog.rst index 30f1e0406de..1f47aed734c 100644 --- a/changelog.rst +++ b/changelog.rst @@ -26,6 +26,7 @@ New Documentation - `b90c7cb `_ #5078 [Cookbook] Add warning about Composer dev deps on Heroku (bicpi) - `55730c4 `_ #5021 Explained the "Remember Me" firewall options (javiereguiluz) - `45ba71b `_ #4811 Simplified some Symfony installation instructions (javiereguiluz) +- `c4a5661 `_ #5060 Adds note on new validation files scanned in 2.7 (GromNaN) Fixed Documentation ~~~~~~~~~~~~~~~~~~~ @@ -33,6 +34,7 @@ Fixed Documentation - `6641b4b `_ #5202 added missing tab (martinbertinat) - `49f6b2a `_ #5211 Rebase #5182 (Balamung) - `318bb8a `_ #5187 Fixing a bad bcrypt string using http://www.bcrypt-generator.com/ (weaverryan) +- `93ecd0a `_ Merge branch '2.6' into 2.7 - `6fb2eea `_ #5162 Fix misplelled XliffFileLoader class in the Using Domains (Nicola Pietroluongo) - `402b586 `_ #5162 Fix misplelled XliffFileLoader class in the Using Message Domains (Nicola Pietroluongo) - `8fc3d6c `_ #5149 Fixed loadUserByUsername method coding errors (Linas Merkevicius) @@ -64,6 +66,7 @@ Minor Documentation Changes - `d9e1690 `_ #5096 Reviewed Cache cookbook articles (javiereguiluz) - `c40b618 `_ #5065 [Reference] fix code block order (xabbuh) - `73ccc8b `_ #5160 Update process.rst (sfdumi) +- `ab01d08 `_ #5141 Removed remaining setDefaultOptions usage (WouterJ) - `0dc6204 `_ #5143 Rebased #4747 (ifdattic) - `b467e23 `_ #5147 Add missing word in bundles best practice description (jbafford) - `bf1e44b `_ #5150 [Cookbook] Update serializer.rst (xelaris)