@@ -19,15 +19,20 @@ February, 2016
1919New Documentation
2020~~~~~~~~~~~~~~~~~
2121
22+ * `#6172 <https://github.com/symfony/symfony-docs/pull/6172 >`_ move assets options from templating to assets section and add base_path documentation (snoek09)
2223* `#6021 <https://github.com/symfony/symfony-docs/pull/6021 >`_ mention routing from the database (dbu)
24+ * `#6233 <https://github.com/symfony/symfony-docs/pull/6233 >`_ Document translation_domain for choice fields (merorafael, WouterJ)
2325* `#5655 <https://github.com/symfony/symfony-docs/pull/5655 >`_ Added doc about Homestead's Symfony integration (WouterJ)
2426* `#6072 <https://github.com/symfony/symfony-docs/pull/6072 >`_ Add browserkit component documentation (yamiko, yamiko-ninja, robert Parker, javiereguiluz)
27+ * `#6243 <https://github.com/symfony/symfony-docs/pull/6243 >`_ Add missing getBoolean() method (bocharsky-bw)
2528* `#6231 <https://github.com/symfony/symfony-docs/pull/6231 >`_ Use hash_equals instead of StringUtils::equals (WouterJ)
2629* `#5724 <https://github.com/symfony/symfony-docs/pull/5724 >`_ Describe configuration behaviour with multiple mailers (xelan)
30+ * `#6077 <https://github.com/symfony/symfony-docs/pull/6077 >`_ fixes #5971 (vincentaubert)
2731* `#6156 <https://github.com/symfony/symfony-docs/pull/6156 >`_ [reference] [form] [options] fix #6153 (HeahDude)
2832* `#6104 <https://github.com/symfony/symfony-docs/pull/6104 >`_ Fix #6103 (zsturgess)
2933* `#5856 <https://github.com/symfony/symfony-docs/pull/5856 >`_ Reworded the "How to use Gmail" cookbook article (javiereguiluz)
3034* `#6230 <https://github.com/symfony/symfony-docs/pull/6230 >`_ Add annotation to glossary (rebased) (DerStoffel)
35+ * `#5642 <https://github.com/symfony/symfony-docs/pull/5642 >`_ Documented label_format option (WouterJ)
3136
3237Fixed Documentation
3338~~~~~~~~~~~~~~~~~~~
@@ -44,26 +49,35 @@ Minor Documentation Changes
4449* `#6251 <https://github.com/symfony/symfony-docs/pull/6251 >`_ To use annotations, files must be removed (pbowyer)
4550* `#6288 <https://github.com/symfony/symfony-docs/pull/6288 >`_ Update factories.rst (velikanov)
4651* `#6278 <https://github.com/symfony/symfony-docs/pull/6278 >`_ [HttpFoundation] Fix typo for ParameterBag getters (rendler-denis)
52+ * `#6280 <https://github.com/symfony/symfony-docs/pull/6280 >`_ Fix syntax of Company class example (cakper)
4753* `#6284 <https://github.com/symfony/symfony-docs/pull/6284 >`_ [Book] [Routing] Fix third param true to UrlGeneratorInterface::ABSOLUTE_URI (eriwin)
4854* `#6269 <https://github.com/symfony/symfony-docs/pull/6269 >`_ [Cookbook][Bundles]fix yaml syntax (mhor)
4955* `#6255 <https://github.com/symfony/symfony-docs/pull/6255 >`_ [Cookbook][Doctrine] some tweaks to the Doctrine registration article (xabbuh)
5056* `#6229 <https://github.com/symfony/symfony-docs/pull/6229 >`_ Rewrite EventDispatcher introduction (WouterJ)
57+ * `#6260 <https://github.com/symfony/symfony-docs/pull/6260 >`_ add missing options `choice_value `, `choice_name ` and `choice_attr ` to `EntityType ` (HeahDude)
58+ * `#6262 <https://github.com/symfony/symfony-docs/pull/6262 >`_ [Form] reorder options in choice types references (HeahDude)
5159* `#6256 <https://github.com/symfony/symfony-docs/pull/6256 >`_ Fixed code example (twifty)
5260* `#6250 <https://github.com/symfony/symfony-docs/pull/6250 >`_ [Cookbook][Console] remove note about memory spool handling on CLI (xabbuh)
61+ * `#6249 <https://github.com/symfony/symfony-docs/pull/6249 >`_ [Cookbook][Serializer] fix wording (xabbuh)
5362* `#6246 <https://github.com/symfony/symfony-docs/pull/6246 >`_ removed duplicate lines (seferov)
5463* `#6222 <https://github.com/symfony/symfony-docs/pull/6222 >`_ Updated "Learn more from the Cookbook" section (sfdumi)
64+ * `#6245 <https://github.com/symfony/symfony-docs/pull/6245 >`_ [Cookbook][Console] change API doc class name (xabbuh)
5565* `#6223 <https://github.com/symfony/symfony-docs/pull/6223 >`_ Improveme the apache/mod_php configuration example (gnat42)
5666* `#6234 <https://github.com/symfony/symfony-docs/pull/6234 >`_ File System Security Issue in Custom Auth Article (finished) (mattjanssen, WouterJ)
5767* `#4773 <https://github.com/symfony/symfony-docs/pull/4773 >`_ [Cookbook] Make registration_form follow best practices (xelaris)
5868* `#5630 <https://github.com/symfony/symfony-docs/pull/5630 >`_ Add a caution about logout when using http-basic authenticated firewall (rmed19)
5969* `#6215 <https://github.com/symfony/symfony-docs/pull/6215 >`_ Added a caution about failing cache warmers (javiereguiluz)
6070* `#6239 <https://github.com/symfony/symfony-docs/pull/6239 >`_ Remove app_dev as build-in server is used (rmed19, WouterJ)
71+ * `#6241 <https://github.com/symfony/symfony-docs/pull/6241 >`_ [ExpressionLanguage] Add caution about backslash handling (zerustech, WouterJ)
6172* `#6236 <https://github.com/symfony/symfony-docs/pull/6236 >`_ fix some minor typos (xabbuh)
73+ * `#6237 <https://github.com/symfony/symfony-docs/pull/6237 >`_ use literals for external class names (xabbuh)
74+ * `#6206 <https://github.com/symfony/symfony-docs/pull/6206 >`_ add separate placeholder examples for birthday, datetime and time type (snoek09)
6275* `#6238 <https://github.com/symfony/symfony-docs/pull/6238 >`_ fix directive name (xabbuh)
6376* `#6224 <https://github.com/symfony/symfony-docs/pull/6224 >`_ Note to create a service if you extend ExceptionController (pamuche)
6477* `#5958 <https://github.com/symfony/symfony-docs/pull/5958 >`_ Update security.rst (mpaquet)
6578* `#6092 <https://github.com/symfony/symfony-docs/pull/6092 >`_ Updated information about testing code coverage. (roga)
6679* `#6051 <https://github.com/symfony/symfony-docs/pull/6051 >`_ Mention HautelookAliceBundle in best practices (theofidry, WouterJ)
80+ * `#6220 <https://github.com/symfony/symfony-docs/pull/6220 >`_ [book] fixes typo about redirect status codes in the controller chapter. (hhamon)
6781* `#6227 <https://github.com/symfony/symfony-docs/pull/6227 >`_ Update testing.rst (dvapelnik)
6882* `#6212 <https://github.com/symfony/symfony-docs/pull/6212 >`_ Typo in default session save_path (DerekRoth)
6983* `#6208 <https://github.com/symfony/symfony-docs/pull/6208 >`_ Replace references of PSR-0 with PSR-4 (opdavies)
0 commit comments