|
| 1 | +CHANGELOG for 2.7.x |
| 2 | +=================== |
| 3 | + |
| 4 | +This changelog references the relevant changes (bug and security fixes) done |
| 5 | +in 2.7 minor versions. |
| 6 | + |
| 7 | +To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash |
| 8 | +To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1 |
| 9 | + |
| 10 | +* 2.7.0-BETA1 (2015-04-10) |
| 11 | + |
| 12 | + * feature #14229 [WebProfilerBundle] AJAX links (romqin) |
| 13 | + * feature #13220 [Console] Made output docopt compatible (WouterJ) |
| 14 | + * feature #14178 [Config] Delegate creation of ConfigCache instances to a factory. (mpdude) |
| 15 | + * feature #13443 [Translation][Command][FrameworkBundle] Enable translation debugging in directories (xelaris) |
| 16 | + * feature #14198 Automatically start server:run if server:start failed (WouterJ) |
| 17 | + * feature #13651 [Form][choice] added choice_translation_domain to avoid trans options. (aitboudad) |
| 18 | + * feature #14185 [Translation][Profiler<
10000
span class="pl-s">]added the number of times a translation has been used. (aitboudad) |
| 19 | + * feature #13717 Deprecated precision option in favor of scale (WouterJ) |
| 20 | + * feature #14159 [Debug] Add symfony_debug_backtrace() and use it when dealing with fatal errors (jpauli, nicolas-grekas) |
| 21 | + * feature #14192 [HttpKernel] Embed the original exception as previous to bounced exceptions (nicolas-grekas) |
| 22 | + * feature #13626 [WebProfilerBundle] Added feedback about the current symfony version (WouterJ) |
| 23 | + * feature #13554 [TwigBundle] make date formats and number formats configurable (xabbuh) |
| 24 | + * feature #14196 Tweaked some console command styles (javiereguiluz) |
| 25 | + * feature #14181 [Debug] Updated the default log level when a PHP error occurs (lyrixx) |
| 26 | + * feature #14186 [Debug] Renamed "context" key to "scope_vars" to avoid any ambiguity (lyrixx) |
| 27 | + * feature #13942 [Translation] generate translation cache at warmup (xavierleune) |
| 28 | + * feature #14116 [FrameworkBundle] Move lint commands to lint namespace. (aitboudad) |
| 29 | + * feature #14052 [FrameworkBundle] added a protected shortcut getParameter() method in the base Controller class. (hhamon) |
| 30 | + * feature #14080 [VarDumper] Add casters for Reflection* classes (nicolas-grekas) |
| 31 | + * feature #14050 [Form] Refactored choice lists to support dynamic label, value, index and attribute generation (webmozart) |
| 32 | + * feature #14079 [VarDumper] Add and use Caster::PREFIX_* consts (nicolas-grekas) |
| 33 | + * feature #14057 [RFC][Console] Added console style guide helpers (v2) (kbond) |
| 34 | + * feature #14077 [VarDumper] Add VarDumperTestCase and related trait (nicolas-grekas) |
| 35 | + * feature #14058 [VarDumper] Add filters to casters (nicolas-grekas) |
| 36 | + * feature #14003 [Translation][Profiler] Added a Translation profiler. (aitboudad) |
| 37 | + * feature #14002 [Translation][Extractor] Allow extracting an array of files besides extracting a directory (marcosdsanchez) |
| 38 | + * feature #13438 [Console][Table] Add support for colspan/rowspan + multiple header lines (aitboudad) |
| 39 | + * feature #14071 [VarDumper] Ctrl+click toggles-all and fix IE8 support (larsborn, nicolas-grekas) |
| 40 | + * feature #13981 [Translation] merge all fallback catalogues messages into current catalo... (aitboudad) |
| 41 | + * feature #14006 [VarDumper] with-er interface for Cloner\Data (nicolas-grekas) |
| 42 | + * feature #14034 [VarDumper] add caster for MongoCursor objects (nicolas-grekas) |
| 43 | + * feature #14030 [DependencyInjection] make it possible to dump inlined services to XML (xabbuh) |
| 44 | + * feature #14016 Remove the API version in the validator component (saro0h, fabpot, stof) |
| 45 | + * feature #13960 [VarDumper] Add Caster for XML-parser resources (nicolas-grekas) |
| 46 | + * feature #13937 [FrameworkBundle] Allow to disable Kernel reboot (sroze) |
| 47 | + * feature #13892 [DependencyInjection] Improved yaml syntax (hason) |
| 48 | + * feature #14000 [SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException (Neophy7e) |
| 49 | + * feature #14001 [Security] [ACL] Improved MaskBuilder and PermissionMap (AlexDpy) |
| 50 | + * feature #13959 [VarDumper] Add catch-all-objects hook for casters (nicolas-grekas) |
| 51 | + * feature #13980 [VarDumper] Added support for amqp (lyrixx) |
| 52 | + * feature #12818 [SecurityBundle] Added a command to encode a password (saro0h) |
| 53 | + * feature #13107 [FrameworkBundle] Serializer groups support (dunglas) |
| 54 | + * feature #13872 [FrameworkBundle] Added domain column when debugging translations (hiddewie) |
| 55 | + * feature #13780 [HttpKernel] Throw a LogicException when kernel.exception does not lead to a Response (nicolas-grekas) |
| 56 | + * feature #13897 [translation][performances] move loading resources into Translator initialize. (aitboudad) |
| 57 | + * feature #13864 Entity type: loader caching by query builder instance (dominikzogg) |
| 58 | + * feature #13855 Read validation contraints from Resources/config/validation/ sub-dir (GromNaN) |
| 59 | + * feature #13257 [Serializer] ObjectNormalizer (dunglas) |
| 60 | + * feature #13795 [Serializer] Refactoring of metadata (dunglas) |
| 61 | + * feature #13840 [WebProfilerBundle] Update ajax calls in toolbar to add the css error class (rubenrua) |
| 62 | + * feature #13809 [OptionsResolver] add missing deprecation triggers (Tobion) |
| 63 | + * feature #13398 [PhpUnit] new PhpUnit bridge (nicolas-grekas) |
| 64 | + * feature #13615 [FrameworkBundle] Made ServerParams a service (rpg600) |
| 65 | + * feature #12526 Add an auto_alias compiler pass (Daniel Wehner) |
| 66 | + * feature #13665 [Debug] generalize deprecated interfaces tracking (nicolas-grekas) |
| 67 | + * feature #13656 removed Propel bridge from Symfony Core (fabpot) |
| 68 | + * feature #13500 [Serializer] Normalizers can serialize collections and scalars (dunglas) |
| 69 | + * feature #13463 [WebProfilerBundle] Replaced raster PNG icons with vector SVG icons (sgrodzicki) |
| 70 | + * feature #13234 [Asset] added the component (fabpot) |
| 71 | + * feature #11379 Added new Forwarded header support for Request::getClientIps (tony-co) |
| 72 | + * feature #9782 [Security] added string representation for core Users (tobiassjosten) |
| 73 | + * feature #12174 [TwigBundle] Add loader priority (wizhippo) |
| 74 | + * feature #13074 [Translation] Refresh catalogues when resources change (iamluc) |
| 75 | + * feature #13294 [PropertyAccess] Show property path in all exception messages (mpajunen) |
| 76 | + * feature #13548 [TwigBridge] Added support for passing more files to twig:lint command (sustmi) |
| 77 | + * feature #13120 [Serializer] Name converter support (dunglas) |
| 78 | + * feature #13428 Added a Twig profiler (fabpot) |
| 79 | + * feature #11129 Added i18n support to ConfirmationQuestion (WouterJ) |
| 80 | + * feature #13034 [HttpKernel] [WebProfilerBundle] added HTTP status to profiler search result (xelaris) |
| 81 | + * feature #13475 [SecurityBundle] decouple the logout PHP helper and Twig extension (fabpot) |
| 82 | + * feature #12891 [Form] Deprecated setDefaultOptions() in favor of configureOptions() (peterrehm) |
| 83 | + * feature #13342 [security] Fetching current stored context when not explicitly specified (jaytaph) |
| 84 | + * feature #12960 [FrameworkBundle] Container parameters in Route#condition (nikita2206) |
| 85 | + * feature #13418 [DX] Attempt to improve logging messages with parameters (iltar) |
| 86 | + * feature #13320 [HttpKernel] Add request uri to Logger context (Rvanlaak) |
| 87 | + * feature #13401 [TwigBundle] use the new Twig autoescaping strategy (fabpot) |
| 88 | + * feature #13361 [Routing] apply deprecation triggers and fix tests (Tobion) |
| 89 | + * feature #13378 lazy-load fragment renderers (fabpot) |
| 90 | + * feature #13354 Twig decoupling from Templating (fabpot) |
| 91 | + * feature #13264 URL manipulations as a Twig extension (fabpot) |
| 92 | + * feature #13289 [DependencyInjection] deprecated synchronized services (fabpot) |
| 93 | + * feature #13323 [Security] removed usage of the deprecated SecurityContextInterface (fabpot) |
| 94 | + * feature #13241 [Form] add back model_timezone and view_timezone options (xabbuh) |
| 95 | + * feature #13252 [Serializer] Refactoring and object_to_populate support. (dunglas) |
| 96 | + * feature #13255 [Serializer] Add circular reference handling to the PropertyNormalizer (dunglas) |
| 97 | + * feature #13259 Deprecate the translator implementation in the Validator component (stof) |
| 98 | + * feature #12956 [Validator] Added checkDNS option on URL validator (saro0h) |
| 99 | + * feature #13230 [TwigBundle] removed the Container dependency on ActionsExtension (fabpot) |
| 100 | + * feature #12602 Add type aliases for allowed types in OptionsResolver (henrikbjorn) |
| 101 | + * feature #12594 [DX] [HttpKernel] Use "context" argument when logging route in RouterListener (iltar) |
| 102 | + * feature #12653 [Filesystem] Keep executable permission when a file is copied (joelwurtz) |
| 103 | + * feature #13164 [Debug] track and report deprecated classes and interfaces (nicolas-grekas) |
| 104 | + * feature #13157 [Security] Updated ACL generateSql.php (jaytaph) |
| 105 | + * feature #13105 [FrameworkBundle] added a test router for the built-in web server (fabpot) |
| 106 | + * feature #12092 [Serializer] Serialization groups support (dunglas) |
| 107 | + * feature #13031 [Serializer] Add xml_format_output context option. Close #12517. (dunglas) |
| 108 | + * feature #12862 [Console] Allowing the user answering key or value of the autocompleterValues (saro0h) |
| 109 | + * feature #12469 [Security] Added the triggering of the security.interactive_login event in SimplePreAuthenticationListener (saro0h) |
| 110 | + * feature #12896 [DX][Profiler] Show the inherited roles in the web profiler (peterrehm) |
| 111 | + * feature #12295 [FrameworkBundle] make GetSetMethodNormalizer available by default (dunglas) |
| 112 | + * feature #12666 [Hackday][Stopwatch] added __toString on StopwatchEvent (damienalexandre) |
| 113 | + |
0 commit comments