Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d699a92

Browse files
committed
Merge branch '2.2'
* 2.2: (70 commits) change wrapped exception message to be more usefull updated VERSION for 2.0.23 update CONTRIBUTORS for 2.0.23 updated CHANGELOG for 2.0.23 [Form] fixed failing test [DomCrawler] added support for query string with slash Fixed invalid file path for hiddeninput.exe on Windows. fix xsd definition for strict-requirements [WebProfilerBundle] Fixed the toolbar styles to apply them in IE8 [ClassLoader] fixed heredocs handling fixed handling of heredocs Add a public modifier to an interface method removing xdebug extension [HttpRequest] fixes Request::getLanguages() bug [HttpCache] added a test (cached content should be kept after purging) [DoctrineBridge] Fixed non-utf-8 recognition [Security] fixed HttpUtils class tests replaced new occurences of 'Request::create()' with '::create()' changed sub-requests creation to '::create()' fixed merge issue ... Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig src/Symfony/Component/DomCrawler/Link.php src/Symfony/Component/Translation/Translator.php
2 parents 4047bf2 + e24ce2f commit d699a92

File tree

103 files changed

+1314
-501
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1314
-501
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111
- php: 5.5
1212

1313
before_script:
14+
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
1415
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
1516
- php src/Symfony/Component/Locale/Resources/data/build-data.php
1617
- export USE_INTL_ICU_DATA_VERSION=1

CHANGELOG-2.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.23 (2013-03-20)
11+
12+
* f8812b2: [Form] Fixed "label" option to accept the value "0"
13+
* cb03074: [DomCrawler] lowered parsed protocol string (fixes #6986)
14+
* 179cd58: [Process] Fix regression introduced in #6620 / 880da01c49a9255f5022ab7e18bca38c18f56370, fixes #7082
15+
* 87f3db7: [EventDispathcer] Fix removeListener
16+
* bd0ad92: [DependencyInjection] Allow frozen containers to be dumped to graphviz
17+
* a12744e: Add dot character `.` to legal mime subtype regular expression
18+
* ddf4678: [HttpFoundation] fixed the creation of sub-requests under some circumstancies (closes #6923, closes #6936)
19+
* 74f2fcf: fixed a circular call (closes #6864)
20+
* 4119caf: [DependencyInjection] fixed the creation of synthetic services in ContainerBuilder
21+
* ce38069: [FrameworkBundle] fixed Client::doRequest that must call its parent method (closes #6737)
22+
* 53ccc2c: [Yaml] fixed ignored text when parsing an inlined mapping or sequence (closes #6786)
23+
* ab0385c: [Yaml] fixed #6773
24+
* fea20b7: [Yaml] fixed #6770
25+
1026
* 2.0.22 (2013-01-17)
1127

1228
* 3c87e2e: Added Yaml\Dumper::setIndentation() method to allow a custom indentation level of nested nodes.

0 commit comments

Comments
 (0)