diff --git a/changelog.rst b/changelog.rst index c5460dec526..1f9de94f3b7 100644 --- a/changelog.rst +++ b/changelog.rst @@ -13,6 +13,72 @@ 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) +- `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) +- `45ba71b `_ #4811 Simplified some Symfony installation instructions (javiereguiluz) +- `c4a5661 `_ #5060 Adds note on new validation files scanned in 2.7 (GromNaN) + +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) +- `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) +- `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) +- `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) +- `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) +- `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 -----------