8000 Merge branch 'master' into container-optim · fabpot/symfony@d4fca74 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4fca74

Browse files
committed
Merge branch 'master' into container-optim
* master: (202 commits) fixed CS added missing unit test framework_bundle -> framework Add parameter descriptors fixed too greedy replacements fixed protocol-relative URLs added override power to server parameters provided on request method Add command to list twig functions, filters, globals and tests made parsing controllers more robust Improved ISBN validator fixed CS Move normalizer cache to getNormalier()/getDenormalizer(), use those in normalizeObject()/denormalizeObject() Fixed YamlFileLoader imports path symfony#1581 - Strict in Email constraint and use of Egulias\EmailValidator Check headers sent before sending PHP response Add UnprocessableEntityHttpException to HttpKernel Exceptions Fix issue symfony#10345 '[FrameworkBundle][Console] container:debug --parameter="" not working anymore' Added new validator for UUIDs Fixed ACE domain checks on UrlValidator (symfony#10031) handle array root element ...
2 parents 7ad7a11 + 4a0382b commit d4fca74

File tree

369 files changed

+8839
-1857
lines changed

Some content is hidden

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

369 files changed

+8839
-1857
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 5.3
66
- 5.4
77
- 5.5
8+
- 5.6
89
- hhvm
910

1011
matrix:
@@ -14,7 +15,7 @@ matrix:
1415
services: mongodb
1516

1617
before_script:
17-
- sudo apt-get install parallel
18+
- travis_retry sudo apt-get install parallel
1819
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi;'
1920
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
2021
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'

CHANGELOG-2.3.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ in 2.3 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.3.0...v2.3.1
99

10+
* 2.3.11 (2014-02-27)
11+
12+
* bug #10146 [WebProfilerBundle] fixed parsing Mongo DSN and added Test for it (malarzm)
13+
* bug #10299 [Finder] () is also a valid delimiter (WouterJ)
14+
* bug #10255 [FrameworkBundle] Fixed wrong redirect url if path contains some query parameters (pulzarraider)
15+
* bug #10285 Bypass sigchild detection if phpinfo is not available (Seldaek)
16+
* bug #10269 [Form] Revert "Fix "Array was modified outside object" in ResizeFormListener." (norzechowicz)
17+
18+
* 2.3.10 (2014-02-12)
19+
20+
* bug #10231 [Console] removed problematic regex (fabpot)
21+
* bug #10245 [DomCrawler] Added support for <area> tags to be treated as links (shamess)
22+
* bug #10232 [Form] Fix "Array was modified outside object" in ResizeFormListener. (Chekote)
23+
* bug #10215 [Routing] reduced recursion in dumper (arnaud-lb)
24+
* bug #10207 [DomCrawler] Fixed filterXPath() chaining (robbertkl)
25+
* bug #10205 [DomCrawler] Fixed incorrect handling of image inputs (robbertkl)
26+
* bug #10191 [HttpKernel] fixed wrong reference in TraceableEventDispatcher (fabpot)
27+
* bug #10195 [Debug] Fixed recursion level incrementing in FlattenException::flattenArgs(). (sun)
28+
* bug #10151 [Form] Update DateTime objects only if the actual value has changed (peterrehm)
29+
* bug #10140 allow the TextAreaFormField to be used with valid/invalid HTML (dawehner)
30+
* bug #10131 added lines to exceptions for the trans and transchoice tags (fabpot)
31+
* bug #10119 [Validator] Minor fix in XmlFileLoader (florianv)
32+
* bug #10078 [BrowserKit] add non-standard port to HTTP_HOST server param (kbond)
33+
* bug #10091 [Translation] Update PluralizationRules.php (guilhermeblanco)
34+
* bug #10053 [Form] fixed allow render 0 numeric input value (dczech)
35+
* bug #10033 [HttpKernel] Bugfix - Logger Deprecation Notice (Rican7)
36+
* bug #10023 [FrameworkBundle] Thrown an HttpException instead returning a Response in RedirectController::redirectAction() (jakzal)
37+
* bug #9985 Prevent WDT from creating a session (mvrhov)
38+
* bug #10000 [Console] Fixed the compatibility with HHVM (stof)
39+
* bug #9979 [Doctrine Bridge][Validator] Fix for null values in assosiated properties when using UniqueEntityValidator (vpetrovych)
40+
* bug #9983 [TwigBridge] Update min. version of Twig (stloyd)
41+
* bug #9970 [CssSelector] fixed numeric attribute issue (jfsimon)
42+
* bug #9747 [DoctrineBridge] Fix: Add type detection. Needed by pdo_dblib (iamluc)
43+
* bug #9962 [Process] Fix #9861 : Revert TTY mode (romainneutron)
44+
* bug #9960 [Form] Update minimal requirement in composer.json (stloyd)
45+
* bug #9952 [Translator] Fix Empty translations with Qt files (vlefort)
46+
* bug #9948 [WebProfilerBundle] Fixed profiler toolbar icons for XHTML. (rafalwrzeszcz)
47+
* bug #9933 Propel1 exception message (jaugustin)
48+
* bug #9949 [BrowserKit] Throw exception on invalid cookie expiration timestamp (anlutro)
49+
1050
* 2.3.9 (2014-01-05)
1151

1252
* bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)

CHANGELOG-2.4.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ in 2.4 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.4.0...v2.4.1
99

10+
* 2.4.2 (2014-02-12)
11+
12+
* bug #10215 [Routing] reduced recursion in dumper (arnaud-lb)
13+
* bug #10207 [DomCrawler] Fixed filterXPath() chaining (robbertkl)
14+
* bug #10205 [DomCrawler] Fixed incorrect handling of image inputs (robbertkl)
15+
* bug #10191 [HttpKernel] fixed wrong reference in TraceableEventDispatcher (fabpot)
16+
* bug #10195 [Debug] Fixed recursion level incrementing in FlattenException::flattenArgs(). (sun)
17+
* bug #10151 [Form] Update DateTime objects only if the actual value has changed (peterrehm)
18+
* bug #10140 allow the TextAreaFormField to be used with valid/invalid HTML (dawehner)
19+
* bug #10131 added lines to exceptions for the trans and transchoice tags (fabpot)
20+
* bug #10002 Routing condition bugfix (marco-jantke)
21+
* bug #10119 [Validator] Minor fix in XmlFileLoader (florianv)
22+
* bug #10078 [BrowserKit] add non-standard port to HTTP_HOST server param (kbond)
23+
* bug #10095 [Security] fix DI for SimpleFormAuthenticationListener (Tobion)
24+
* bug #10091 [Translation] Update PluralizationRules.php (guilhermeblanco)
25+
* bug #10053 [Form] fixed allow render 0 numeric input value (dczech)
26+
* bug #10067 [HttpKernel] allow null value in fragment handler (kbond)
27+
* bug #10042 [Expression Language] fix foo[index] (schokocappucino)
28+
* bug #10033 [HttpKernel] Bugfix - Logger Deprecation Notice (Rican7)
29+
* bug #10023 [FrameworkBundle] Thrown an HttpException instead returning a Response in RedirectController::redirectAction() (jakzal)
30+
* bug #9985 Prevent WDT from creating a session (mvrhov)
31+
* bug #10010 [Twig Bridge] Fixed bug in ExpressionExtension (ricbra)
32+
* bug #10000 [Console] Fixed the compatibility with HHVM (stof)
33+
* bug #9979 [Doctrine Bridge][Validator] Fix for null values in assosiated properties when using UniqueEntityValidator (vpetrovych)
34+
* bug #9983 [TwigBridge] Update min. version of Twig (stloyd)
35+
* bug #9970 [CssSelector] fixed numeric attribute issue (jfsimon)
36+
* bug #9747 [DoctrineBridge] Fix: Add type detection. Needed by pdo_dblib (iamluc)
37+
* bug #9962 [Process] Fix #9861 : Revert TTY mode (romainneutron)
38+
* bug #9960 [Form] Update minimal requirement in composer.json (stloyd)
39+
* bug #9952 [Translator] Fix Empty translations with Qt files (vlefort)
40+
* bug #9957 [Console] Fixed command name guessing if an alternative is an alias (jakzal)
41+
* bug #9948 [WebProfilerBundle] Fixed profiler toolbar icons for XHTML. (rafalwrzeszcz)
42+
* bug #9933 Propel1 exception message (jaugustin)
43+
* bug #9949 [BrowserKit] Throw exception on invalid cookie expiration timestamp (anlutro)
44+
1045
* 2.4.1 (2014-01-05)
1146

1247
* bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)

CONTRIBUTING.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
Contributing
22
------------
33

4-
Symfony2 is an open source, community-driven project. If you'd like to contribute,
5-
please read the [Contributing Code][1] part of the documentation. If you're submitting
6-
a pull request, please follow the guidelines in the [Submitting a Patch][2] section
7-
and use the [Pull Request Template][3].
4+
Symfony2 is an open source, community-driven project.
5+
6+
If you'd like to contribute, please read the following documents:
7+
8+
* [Contributing Code][1]: The document index related to contributions;
9+
10+
* [Submitting a Patch][2]: Guidelines for submitting a pull request;
11+
12+
* [Pull Request Template][3]: Template header to use in your pull request
13+
description;
14+
15+
* [Backwards Compatibility][4]: Backward compatibility rules.
816

917
[1]: http://symfony.com/doc/current/contributing/code/index.html
1018
[2]: http://symfony.com/doc/current/contributing/code/patches.html#check-list
1119
[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
20+
[4]: http://symfony.com/doc/current/contributing/code/bc.html#working-on-symfony-code

0 commit comments

Comments
 (0)
0