From 6f576de2c1c9465fbdb1094554efbd1027d21cff Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sun, 5 Apr 2015 17:27:43 +0200 Subject: [PATCH] Added March changelog --- changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.rst b/changelog.rst index 62d9c634e32..d0094f582d6 100644 --- a/changelog.rst +++ b/changelog.rst @@ -19,31 +19,41 @@ March, 2015 New Documentation ~~~~~~~~~~~~~~~~~ +- `25d2f54 `_ #4958 Add Twitter Bootstrap form theme example (bocharsky-bw) - `8ac6fed `_ #5093 Added a new best practices for custom form field types (javiereguiluz) - `50cd620 `_ #4892 Add possible values for widget_type (XitasoChris) - `ade7ba4 `_ #4842 Add meaning of yellow icon for number of queries (XitasoChris) - `fa10f1c `_ #5083 Proofreading and updating entity_provider for readability (weaverryan) - `e36faec `_ #5099 Rebase of #4989 (solazs, weaverryan) - `65dd03b `_ #5056 [Reference] Add missing option delivery_whitelist (TerjeBr) +- `c2f21e6 `_ #5050 [OptionsResolver] Fixed deprecated functionality usage (WouterJ) +- `3405c42 `_ #5046 Rebased "add shortcut methods" (Cydonia7, WouterJ) - `b138a50 `_ #5032 Minor improvement for symfony-installer with LTS (94noni) - `5261e79 `_ #5033 adding table for controller as a service (dbu) +- `d6c0cb7 `_ #5028 Finish #4308: Documentation for the new PropertyNormalizer (mnapoli, WouterJ) - `ccabc95 `_ #5023 Added a note about data transformers not being applied with inherit_data option set (javiereguiluz) - `65a33c0 `_ #5020 Added a commented config useful when you use symlinks (javiereguiluz) - `1dbed80 `_ #5017 Added a note about the server_version DBAL option (javiereguiluz) - `86abdde `_ #5015 Added an example about how to get the impersonating user object (javiereguiluz) - `c6db525 `_ #5010 Added a note about the Symfony versions affected by ICU problems (javiereguiluz) - `3c76623 `_ #5008 Added a note about how to enable http_method_override for caching kernels (javiereguiluz) +- `3fb19ce `_ #4959 Add excluded_ajax_paths new parameter in v2.6 (bocharsky-bw) +- `325354e `_ #4903 Reworded the explanation about when a lock is released (javiereguiluz) - `d76f046 `_ #4875 Added chapter about the locale based on the user entity (peterrehm) - `0d1e97e `_ #4834 [translator] use the new fallbacks option. (aitboudad) - `9846d97 `_ #5001 Best practices template names (WouterJ) - `8e93786 `_ #4779 Update book to comply with best practices, round 3 (WouterJ) +- `dbdb408 `_ #4724 [Reference][Constraints] document the validation payload option (xabbuh) - `24c4f42 `_ #4732 [Reference] add missing reference options and descriptions (xabbuh) Fixed Documentation ~~~~~~~~~~~~~~~~~~~ - `6ba6ffd `_ #5058 Fix: assets_version instead of asset_version (sebastianblum) +- `edf9b78 `_ #5118 Update logger.rst (jdecoster) +- `d65880f `_ #5092 Fixed a minor error introduced by the new redirectToRoute() method (javiereguiluz) - `206e613 `_ #4304 [DX] Suggest a hint to any auth-check (larsborn) +- `df9c3f4 `_ #5053 Correct RegisterListenersPass namespace (hacfi) - `893ffad `_ #5041 Fixed variable name in : Reference -> validation constraints -> count -> PHP (aminemat) - `42ba278 `_ #5037 Finish 4644: Update the_controller.rst (teggen, WouterJ) - `e9b9376 `_ #5009 Reworded the explanation about optional command options (javiereguiluz) @@ -69,10 +79,12 @@ Minor Documentation Changes - `a801d57 `_ #4601 [Heroku] A few more tweaks to outline the steps (weaverryan) - `b76ffad `_ #4464 [BestPractices Removing micro-optimization note about @Template (weaverryan) - `b3e204c `_ #5079 [Contributing][Code] link to deciders' GitHub profiles (xabbuh) +- `33232a8 `_ #5075 Removed an admonition that is no longer true for Symfony 2.6+ (javiereguiluz) - `4307190 `_ #5072 Add missing use statement in Building Login Form doc (ockcyp) - `9468b9a `_ #5071 Fixed incorrect plural form (Katharina Störmer) - `63f1ca3 `_ #5066 [Reference] enclose data type with double backticks (xabbuh) - `dc01076 `_ #5064 Updated documentation standards (code examples and English use) (javiereguiluz) +- `0d0c795 `_ #5047 Fix service id (JhonnyL) - `2fe8f76 `_ #5044 Minor improvement in the node types explanation (javiereguiluz) - `9b1f5f1 `_ #5043 Switched the first example to a static constructor method (kix) - `ce19196 `_ #5042 added some more components for Tobion as a merger (fabpot)