8000 merged 2.0 · symfony/symfony@4c7261e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c7261e

Browse files
committed
merged 2.0
2 parents d2de59c + 0d697d2 commit 4c7261e

File tree

13 files changed

+288
-144
lines changed

13 files changed

+288
-144
lines changed

CHANGELOG-2.0.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@ in 2.0 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.0.0...v2.0.1
99

10+
* 2.0.13 (2012-04-30)
11+
12+
* 5b92b9e: [Console] Selectively output to STDOUT or OUTPUT stream
13+
* c89f3d3: [HttpKernel] Added DEPRECATED errors
14+
* 689a40d: [MonologBridge] Fixed the WebProcessor
15+
* 2e7d3b1: http_build_query fix
16+
* de73de0: http_build_query fix
17+
* 3b7ee9a: http_build_query fix
18+
* 14b3b05: [TwigBundle] added missing entry in the XSD schema
19+
* 7ddc8cb: [FrameworkBundle] Monitor added/removed translations files in dev (fix #3653)
20+
* 686653a: [HttpKernel] Fixed wache vary write (fixes #3896).
21+
* 45ada32: Add Support for boolean as to string into yaml extension
22+
* cd783fb: [HttpKernel] Fixed cache vary lookup (fixes #3896).
23+
* 3939c90: [FrameworkBundle] Fix TraceableEventDispatcher unable to trace static class callables
24+
* e4cbbf3: [Locale] fixed StubNumberFormatter::format() to behave like the NumberFormatter::parse() regarding to error flagging
25+
* f16ff89: [Locale] fixed StubNumberFormatter::parse() to behave like the NumberFormatter::parse() regarding to error flagging
26+
* 0a60664: [Locale] updated StubIntlDateFormatter::format() exception message when timestamp argument is an array for PHP >= 5.3.4
27+
* 6f9c05d: [Locale] Complete Stub with intl_error_name
28+
* 312a5a4: [Locale] fixed StubIntlDateFormatter::format() to set the right error for PHP >= 5.3.4 and to behave like the intl when formatting successfully
29+
* bb61e09: [Locale] use the correct way for Intl error
30+
* 01fcb08: [HttpKernel] Fix the ProfilerListener (fix #3620)
31+
* 3ae826a: Fix issue #3251: Check attribute type of service tags
32+
* 57dd914: [EventDispatcher] Fixed E_NOTICES with multiple eventnames per subscriber with mixed priorities
33+
* 77185e0: [Routing] Allow spaces in the script name for the apache dumper
34+
* 6465a69: [Routing] Fixes to handle spaces in route pattern
35+
* 31dde14: [Locale] updated StubIntlDateFormatter::format() behavior for PHP >= 5.3.4
36+
* 8a2b115: [Console] Mock terminal size to prevent formatting errors on small terminals
37+
* 595cc11: [Console] Wrap exception messages to the terminal width to avoid ugly output
38+
* 97f7b29: [Console] Avoid outputing \r's in exception messages
39+
* 04ae7cc: [Routing] fixed exception message.
40+
* f7647f9: [Routing] improved exception message when giving an invalid route name.
41+
* 0024ddc: Fix for using route name as check_path.
42+
* fc41d4f: [Security] [HttpDigest] Fixes a configuration error caused by an invalid 'key' child node configuration
43+
* 24a0d0a: [DependencyInjection] Support Yaml calls without arguments
44+
* 15dd17e: Simplified CONTENT_ headers retrieval
45+
* 86a3512: [FrameworkBundle] Add support for full URLs to redirect controller
46+
* 068e859: [TwigBundle] Changed getAndCleanOutputBuffering() handling of systems where ob_get_level() never returns 0
47+
* efa807a: [HttpKernel] fixed sub-request which should be always a GET (refs #3657)
48+
* c1206c3: [FrameworkBundle] Subrequests should always use GET method
49+
* 0c9b2d4: use SecurityContextInterface instead of SecurityContext
50+
1051
* 2.0.12 (2012-03-19)
1152

1253
* 54b2413: Webprofiler ipv6 search fix

0 commit comments

Comments
 (0)
0