8000 [FrameworkBundle][TwigBundle] add changed debug command names to upgrade file by xabbuh · Pull Request #14706 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle][TwigBundle] add changed debug command names to upgrade file #14706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 878 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
878 commits
Select commit Hold shift + click to select a range
ac5c5a5
feature #14077 [VarDumper] Add VarDumperTestCase and related trait (n…
fabpot Mar 30, 2015
96b4210
[RFC][Console] Added console style guide helpers (v2)
kbond Sep 25, 2014
a8e2c74
feature #14057 [RFC][Console] Added console style guide helpers (v2) …
fabpot Mar 30, 2015
d5c873c
Merge branch '2.6' into 2.7
fabpot Mar 30, 2015
6ef1204
fixed typo
fabpot Mar 30, 2015
c5f39aa
[VarDumper] CliDumper: fix test typo
ogizanagi Mar 30, 2015
5d96f4d
[FrameworkBundle] added a protected shortcut getParameter() method in…
Mar 25, 2015
a86a419
Merge branch '2.6' into 2.7
nicolas-grekas Mar 31, 2015
75c8a2b
minor #14122 [VarDumper] Fix tests typo (ogizanagi)
nicolas-grekas Mar 31, 2015
94d3876
FIX #13919 added TranslationsCacheWarmer to generate catalogues at wa…
xavierleune Mar 24, 2015
03efce1
[Form] Refactored choice lists to support dynamic label, value, index…
webmozart Sep 26, 2014
3846b37
[DoctrineBridge] Fixed: don't cache choice lists if query builders ar…
webmozart Mar 25, 2015
e6739bf
[DoctrineBridge] DoctrineType now respects the "query_builder" option…
webmozart Mar 25, 2015
a289deb
[Form] Fixed new ArrayChoiceList to compare choices by their values, …
webmozart Mar 25, 2015
26eba76
[Form] Fixed regression: Choices are compared by their values if a va…
webmozart Mar 26, 2015
13ec9ff
Remove dead code from FrameworkExtension & LogoutUrlHelper
stloyd Mar 31, 2015
e8d2983
[VarDumper] Optimized some code
lyrixx Mar 31, 2015
c5dce60
minor #14137 [VarDumper] Optimized some code (lyrixx)
nicolas-grekas Mar 31, 2015
86cf8de
[VarDumper] Make use of Caster::PREFIX_* consts
nicolas-grekas Mar 26, 2015
b1e2ded
feature #14079 [VarDumper] Add and use Caster::PREFIX_* consts (nicol…
nicolas-grekas Mar 31, 2015
64d6e76
[VarDumper] Add casters for Reflection* classes
nicolas-grekas Mar 26, 2015
ef88654
Merge branch '2.6' into 2.7
nicolas-grekas Apr 1, 2015
d6179c8
[Form] Fixed PR comments
webmozart Mar 26, 2015
1d89922
[Form] Fixed tests using legacy functionality
webmozart Mar 31, 2015
7e0960d
[Form] Fixed failing layout tests
webmozart Mar 31, 2015
94d18e9
[Form] Fixed CS
webmozart Mar 31, 2015
7767964
feature #14050 [Form] Refactored choice lists to support dynamic labe…
webmozart Apr 1, 2015
2b5efbb
[FrameworkBundle] Pushed symfony/form dependency from ~2.6 to to ~2.7
webmozart Apr 1, 2015
7523f68
[TwigBridge] Pushed symfony/form dependency from ~2.6 to ~2.7
webmozart Apr 1, 2015
5188cfe
feature #14080 [VarDumper] Add casters for Reflection* classes (nicol…
nicolas-grekas Apr 1, 2015
17d265a
Added missing changelog entry
dosten Apr 1, 2015
0942f0c
minor #14154 [VarDumper] Added missing changelog entry (dosten)
fabpot Apr 2, 2015
96d83a7
minor #14133 Remove dead code from FrameworkExtension & LogoutUrlHelp…
fabpot Apr 2, 2015
4b19daf
feature #14052 [FrameworkBundle] added a protected shortcut getParame…
fabpot Apr 2, 2015
8f72338
[FrameworkBundle] Move lint commands to lint namespace.
aitboudad Mar 30, 2015
d2f85ed
[Debug] Updated the default log level when a PHP error occurs
lyrixx Apr 2, 2015
40a350b
feature #14116 [FrameworkBundle] Move lint commands to lint namespace…
fabpot Apr 2, 2015
9c87ecc
[Serializer] Supports hassers and setters for groups annotations
dunglas Apr 2, 2015
bb020f4
[HttpKernel] Embed the original exception as previous to bounced exce…
nicolas-grekas Apr 3, 2015
ce3b8fd
feature #13942 [2.7][Translation] generate translation cache at warmu…
aitboudad Apr 3, 2015
59f2172
[Translation][Profiler] fixed infiinite loop when collect msg from fa…
aitboudad Apr 3, 2015
e9bc23b
make date formats and number formats configurable
xabbuh Jan 30, 2015
8e74cfa
feature #14181 [Debug] Updated the default log level when a PHP error…
nicolas-grekas Apr 3, 2015
aae98a9
bug #14195 [Translation][Profiler] fixed infiinite loop when collect …
aitboudad Apr 3, 2015
dcf1801
Tweaked some console command styles
javiereguiluz Apr 3, 2015
418d012
feature #14196 Tweaked some console command styles (javiereguiluz)
fabpot Apr 3, 2015
a80856c
feature #13554 [TwigBundle] make date formats and number formats conf…
fabpot Apr 3, 2015
f95d89c
Automatically start server:run if server:start failed
wouterj Apr 3, 2015
2a2f7e2
Deprecated precision option in favor of scale
wouterj Feb 17, 2015
a4551f9
Added feedback about the current symfony version
wouterj Feb 8, 2015
d84f03d
feature #13626 [WebProfilerBundle] Added feedback about the current s…
fabpot Apr 3, 2015
3c2c5c9
feature #14192 [HttpKernel] Embed the original exception as previous …
fabpot Apr 3, 2015
0b39ce2
Merge branch '2.6' into 2.7
nicolas-grekas Apr 3, 2015
8000
6863ba5
[Form] Updated CHANGELOG and UPGRADE files
webmozart Apr 1, 2015
8be2903
bug #14162 [FrameworkBundle][TwigBridge] Fixed Composer dependencies …
webmozart Apr 3, 2015
eacdc62
[Debug] Add symfony_debug_backtrace() that works with fatal errors
Oct 3, 2014
6487b6e
[Debug] Add debug extension to the test suite
nicolas-grekas Apr 1, 2015
beb88f7
[Debug] Use symfony_debug_backtrace() in FatalErrorException when ava…
nicolas-grekas Apr 1, 2015
5cbd9fe
[Debug] Updated CHANGELOG
nicolas-grekas Apr 2, 2015
d0676af
feature #14159 [Debug] Add symfony_debug_backtrace() and use it when …
fabpot Apr 3, 2015
d851a05
[DoctrineBridge] Removed useless code
webmozart Apr 3, 2015
8945bcc
minor #14202 [DoctrineBridge] Removed useless code (webmozart)
webmozart Apr 3, 2015
53fa5e3
feature #13717 Deprecated precision option in favor of scale (WouterJ)
fabpot Apr 3, 2015
be0c98e
minor #14200 [Form] Updated CHANGELOG and UPGRADE files (webmozart)
fabpot Apr 3, 2015
b470a5b
[Translation][Profiler] added the number of times a translation has …
aitboudad Apr 2, 2015
5a33c2c
[Form][choice] added choice_translation_domain to avoid trans options.
aitboudad Apr 1, 2015
04ad2a7
feature #14185 [Translation][Profiler]added the number of times a tra…
aitboudad Apr 4, 2015
fb514b6
feature #13651 [2.7][Form][choice] added choice_translation_domain to…
aitboudad Apr 4, 2015
33ff623
Merge branch '2.6' into 2.7
fabpot Apr 4, 2015
e965e59
[Translation][Profiler] fixed Collect empty Messages.
aitboudad Apr 4, 2015
4d1344c
bug #14210 [Translation][Profiler] fixed Collect empty Messages. (ait…
aitboudad Apr 4, 2015
af548e4
feature #14198 Automatically start server:run if server:start failed …
fabpot Apr 4, 2015
c0ef552
Update logger.html.twig
maximecolin Apr 4, 2015
045433c
Merge branch '2.6' into 2.7
nicolas-grekas Apr 5, 2015
8dc9be3
[Bridge\PhpUnit] Relax silencing rule and fix phpunit runtime detection
nicolas-grekas Apr 5, 2015
ea312e7
[HttpKernel] Require symfony/debug < 3.0
nicolas-grekas Apr 5, 2015
2b6d087
minor #14216 [HttpKernel] Require symfony/debug < 3.0 (nicolas-grekas)
nicolas-grekas Apr 5, 2015
fc0dd83
minor #14214 [Bridge\PhpUnit] Relax silencing rule and fix phpunit ru…
nicolas-grekas Apr 5, 2015
278f5c9
Fix symfony/form dependend components
nicolas-grekas Apr 3, 2015
4a74aba
[Form] Fix declaration of legacy tests
nicolas-grekas Apr 5, 2015
69eae1d
minor #14222 [Form] Fix declaration of legacy tests (nicolas-grekas)
nicolas-grekas Apr 5, 2015
607dedd
minor #14221 Fix symfony/form dependend components (nicolas-grekas)
nicolas-grekas Apr 5, 2015
f3dbb5d
[Form] Fix BC break introduced in #14050
nicolas-grekas Apr 5, 2015
d1be9d0
minor #14223 [Form] Fix BC break introduced in #14050 (nicolas-grekas)
nicolas-grekas Apr 5, 2015
472f534
fix upgrade readme syntax
Tobion Apr 5, 2015
c584b3c
[Form] Make tested features configurable
nicolas-grekas Apr 5, 2015
60d3c34
minor #14225 [Form] Make tested features configurable (nicolas-grekas)
nicolas-grekas Apr 6, 2015
a79b57b
[Form] Add missing checks for testable features
nicolas-grekas Apr 6, 2015
62ac4f3
[Bridge\Doctrine] Fix declaration of legacy tests
nicolas-grekas Apr 6, 2015
98c67be
[TwigBundle] Require symfony/http-kernel < 3.0
nicolas-grekas Apr 6, 2015
1d5f786
[Form] Add conflict with symfony/twig-bridge <2.7
nicolas-grekas Apr 6, 2015
2662244
[FrameworkBundle] Enable translation debugging in directories
xelaris Jan 18, 2015
21526ea
[Translation][Profiler] reduce memory usage for collected messages.
aitboudad Apr 6, 2015
cc13ae4
feature #13443 [Translation][Command][FrameworkBundle] Enable transla…
aitboudad Apr 6, 2015
874346f
bug #14236 [Translation][Profiler] reduce memory usage for collected …
aitboudad Apr 6, 2015
aa82fb0
Fix composer.json dependencies
nicolas-grekas Apr 6, 2015
e9c7912
Fixed the line length of the new Symfony Styles
javiereguiluz Mar 31, 2015
5a95d03
bug #14136 Fixed the line length of the new Symfony Styles (javieregu…
fabpot Apr 7, 2015
d7866d4
bug #14213 [WebProfilerBundle] Fixed profiler logger panel view (maxi…
fabpot Apr 7, 2015
b3f6340
[SecurityBundle] UserPasswordEncoderCommand: Improve & simplify the c…
ogizanagi Mar 24, 2015
90a7fa0
minor #14032 [SecurityBundle] UserPasswordEncoderCommand: Improve & s…
fabpot Apr 7, 2015
a52b658
[Console] Fixed SymfonyStyle when get terminal width fails
1ed Apr 7, 2015
6fbe9b1
[Config] Delegate creation of ConfigCache instances to a factory.
mpdude Apr 2, 2015
b01ed89
feature #14178 [Config] Delegate creation of ConfigCache instances to…
fabpot Apr 8, 2015
f492b12
bug #14250 [Console] Fixed SymfonyStyle when get terminal width fails…
fabpot Apr 8, 2015
c0ddd3d
Merge branch '2.6' into 2.7
fabpot Apr 8, 2015
3910940
[Console] Made output docopt compatible
wouterj Jan 3, 2015
81bf910
feature #13220 [Console] Made output docopt compatible (WouterJ)
fabpot Apr 8, 2015
3f58862
[Form] Cleanup deprecation notices
nicolas-grekas Apr 7, 2015
94eb384
bug #14258 [Form] Cleanup deprecation notices (nicolas-grekas)
webmozart Apr 8, 2015
f666657
[Translator] Cache does not take fallback locales into consideration
mpdude Apr 8, 2015
773df8c
Added deprecation message and original color back
wouterj Apr 9, 2015
f9939d8
[Translation] avoid freshness check based on content *inside* the cache.
aitboudad Apr 8, 2015
b5da2ae
minor #14281 [2.7][Translation] avoid freshness check based on conten…
aitboudad Apr 9, 2015
30b3161
Merge branch '2.6' into 2.7
fabpot Apr 10, 2015
5503804
removed 3.0 constraints from 2.7 composer files
fabpot Apr 10, 2015
b9062a0
add link on GET requests
mykiwi Apr 6, 2015
b8f2a6b
feature #14229 [WebProfilerBundle] AJAX links (romqin)
fabpot Apr 10, 2015
1e121e6
minor #14295 removed 3.0 constraints from 2.7 composer files (fabpot)
fabpot Apr 10, 2015
11f798c
[Config][cache factory] check type of callback argument.
aitboudad Apr 10, 2015
95aa167
[2.7][Console] Count the array instead of
barryvdh Apr 9, 2015
6c72165
bug #14283 [2.7][Console] Count the $messages array instead of $messa…
fabpot Apr 10, 2015
0ea25a9
bug #14286 [WebProfiler] Added deprecation message and original color…
fabpot Apr 10, 2015
8115b0b
minor #14303 [Config][cache factory] check type of callback argument.…
fabpot Apr 10, 2015
07cb92f
[2.7] For @link annotations
nicolas-grekas Apr 10, 2015
6944fb1
updated CHANGELOG for 2.7.0-BETA1
fabpot Apr 10, 2015
07379d1
updated VERSION for 2.7.0-BETA1
fabpot Apr 10, 2015
7a71741
bumped Symfony version to 2.7.0
fabpot Apr 10, 2015
bea4be0
propel/propel1 is now useless
DavidPrevot Apr 10, 2015
e438508
minor #14311 propel/propel1 is now useless (DavidPrevot)
Tobion Apr 11, 2015
9842205
minor #14308 [2.7] For @link annotations (nicolas-grekas)
fabpot Apr 11, 2015
bab6db5
Merge branch '2.6' into 2.7
fabpot Apr 11, 2015
27930fb
[HttpKernel] fixed a regression when no exception listeners are regis…
fabpot Apr 11, 2015
3761140
bug #14313 [HttpKernel] fixed a regression when no exception listener…
fabpot Apr 11, 2015
6150c3a
Removed duplicated toRegex() code
jaytaph Apr 9, 2015
4e85901
Use PSR-4 everywhere instead of PSR-0
Tobion Jun 20, 2014
8000
17f61af
Add psr-4 support to the ClassNotFoundFatalErrorHandler
Seldaek Jun 22, 2014
cc17234
Add two more components to psr-4
Seldaek Nov 12, 2014
60d4994
Tweak classmap paths
Seldaek Dec 7, 2014
e2bbf07
add phpunit bridge to psr4
Tobion Apr 11, 2015
8072213
adjust phpdoc for class not found handler
Tobion Apr 11, 2015
e00f037
minor #14323 Use PSR-4 everywhere instead of PSR-0 (Tobion, Seldaek)
Tobion Apr 11, 2015
9b4f00c
[2.7][Translation][change log] added DataCollectorTranslator.
aitboudad Apr 12, 2015
12a183a
Revert inlining the fallback messages in production that was added in…
mpdude Apr 11, 2015
cbffabf
bug #14315 [Translation] Revert inlining fallback catalogues as it mi…
aitboudad Apr 14, 2015
d66d75d
[Translation] DataCollectorTranslator clarifications
xabbuh Apr 14, 2015
65e08fa
minor #14354 [Translation] DataCollectorTranslator clarifications (xa…
fabpot Apr 15, 2015
c52320b
minor #14331 [2.7][Translation][change log] added DataCollectorTransl…
fabpot Apr 15, 2015
995448c
minor #14287 [Finder] Removed duplicated toRegex() code (jaytaph)
fabpot Apr 15, 2015
9a9c83b
[2.7][Translation] remove duplicate code for loading catalogue.
aitboudad Apr 16, 2015
03f6c04
minor #14371 [2.7][Translation] remove duplicate code for loading cat…
fabpot Apr 16, 2015
1dcfbdd
[Debug] Map PHP errors to LogLevel::CRITICAL
nicolas-grekas Apr 9, 2015
8cf0613
Merge branch '2.6' into 2.7
nicolas-grekas Apr 18, 2015
8f297c1
[Form] Moved deprecation notice triggers to file level
webmozart Apr 3, 2015
a3917fc
[Form] Removed remaining deprecation notices in the test suite
webmozart Apr 7, 2015
238589d
Add $objectForMap as argument of Yaml::parse()
remi-blaise Apr 19, 2015
fc8626d
minor #14406 Issue4067 class triggers (webmozart)
fabpot Apr 19, 2015
e26afa4
bug #14397 [Debug] Map PHP errors to LogLevel::CRITICAL (nicolas-grekas)
fabpot Apr 19, 2015
55ecf3b
[HttpFoundation] remove getExtension method
dosten Apr 15, 2015
d5ed6ec
minor #14366 [HttpFoundation] remove getExtension method (dosten)
fabpot Apr 19, 2015
bf8f706
Merge branch '2.6' into 2.7
nicolas-grekas Apr 20, 2015
8e39a08
[travis] Do not exclude legacy tests on 2.7
nicolas-grekas Apr 20, 2015
6928507
inject asset packages in assets helper service
xabbuh Apr 20, 2015
dcc6586
Update DebugClassLoader.php
userfriendly Apr 20, 2015
b66a713
bug #14419 inject asset packages in assets helper service (xabbuh)
fabpot Apr 21, 2015
c16930f
bug #14422 Update DebugClassLoader.php (userfriendly)
fabpot Apr 21, 2015
faee0d7
[Filesystem] deprecate chmod support in dumpFile()
xabbuh Apr 23, 2015
750792e
minor #14418 [travis] Do not exclude legacy tests on 2.7 (nicolas-gre…
nicolas-grekas Apr 24, 2015
1b34f2c
Merge branch '2.6' into 2.7
nicolas-grekas Apr 24, 2015
10c5ffb
Revert "[HttpKernel] Throw a LogicException when kernel.exception doe…
nicolas-grekas Apr 24, 2015
e0c6f44
Merge branch '2.6' into 2.7
nicolas-grekas Apr 24, 2015
62808e4
feature #14462 Revert "[HttpKernel] Throw a LogicException when kerne…
nicolas-grekas Apr 24, 2015
0cbe1e0
Fix test
nicolas-grekas Apr 24, 2015
4cc4f07
[FrameworkBundle] Fix test related to PSR-4
nicolas-grekas Apr 24, 2015
c0300f5
Remaining tweaks for translator tests on 2.7
mpdude Apr 9, 2015
0cd300f
minor #14291 [Translator]Test case refactoring and simplifications fo…
aitboudad Apr 25, 2015
efb10f6
[FrameworkBundle][Translation] skip warmUp when cache is not used.
aitboudad Apr 24, 2015
a1f7fb3
feature #14187 [Serializer] Supports hassers and setters for groups a…
dunglas Apr 27, 2015
f85ba5d
bug #14301 [FrameworkBundle][Translation] skip warmUp when cache is n…
aitboudad Apr 27, 2015
454ef8c
[Serializer] Fix a bug when using groups together with a name converter
dunglas Apr 20, 2015
09cde7c
bug #14415 [Serializer] Fix a bug when using groups together with a n…
fabpot Apr 27, 2015
6970469
Changed output for translation:debug command
Apr 26, 2015
5cc2849
minor #14473 [DX] Minor improvement for the translation:debug output …
fabpot Apr 27, 2015
501df8d
minor #14460 [Filesystem] deprecate chmod support in dumpFile() (xabbuh)
fabpot Apr 27, 2015
3a404f8
minor #14412 [Yaml] Match signature of Yaml::parse() with Parser->par…
fabpot Apr 27, 2015
af54bda
[VarDumper] Fix #14481 : Open tree recursively on OSX
romainneutron Apr 27, 2015
17ee6a6
bug #14483 [VarDumper] Fix #14481 : Open tree recursively on OSX (rom…
nicolas-grekas Apr 27, 2015
58c0bfe
[Debug] Trigger deprecation notices when using PHP7 reserved class names
nicolas-grekas Apr 26, 2015
f5f3bba
[WebProfilerBundle] [HttpKernel] A static approach to version feedback
derrabus Apr 14, 2015
7389aa1
minor #14351 [WebProfilerBundle] [HttpKernel] A static approach to ve…
Tobion Apr 28, 2015
84ba801
feature #14472 [Debug] Trigger deprecation notices when using PHP7 re…
fabpot May 1, 2015
cc06163
[2.7] link to https://symfony.com where possible
xabbuh May 1, 2015
42e3ecb
Merge branch '2.6' into 2.7
fabpot May 2, 2015
b26077b
minor #14520 [2.7] link to https://symfony.com where possible (xabbuh)
fabpot May 2, 2015
7997f24
[Form] Fixed regression: Empty values were not accepted anymore for c…
webmozart Apr 24, 2015
1ced8da
[Validator] Property paths starting with 0 are broken.
fago Apr 18, 2015
f6c77ff
bug #14395 [Validator] Property paths starting with 0 are broken. (fago)
webmozart May 4, 2015
c9bff46
[Serializer] Ignore \Traversable in default normalizers. Close #14495.
dunglas May 4, 2015
bdc20e5
[2.7] [minor] [DebugClassLoader] Minor update in deprecation message
phansys May 2, 2015
dfba29a
minor #14525 [2.7] [DebugClassLoader] Minor update in deprecation mes…
nicolas-grekas May 4, 2015
473e331
bug #14540 [Serializer] Ignore \Traversable in default normalizers. (…
fabpot May 5, 2015
84ce2c5
Merge branch '2.6' into 2.7
fabpot May 5, 2015
a98e484
[Form] Fix ChoiceType with legacy ChoiceList
xelaris May 5, 2015
e60f715
bug #14465 [Form] Fixed regression: Empty values were not accepted an…
webmozart May 5, 2015
c7a91f1
Removed unnecessary statement from PersistentTokenBasedRememberMeServ…
MacDada May 7, 2015
daf4a03
Merge branch '2.6' into 2.7
fabpot May 11, 2015
7784b29
[Routing] Display file which contain deprecated option
Koc May 11, 2015
ab70632
[HttpKernel] use ConfigCache::getPath() method when it exists
xabbuh May 11, 2015
bdcce21
minor #14610 [HttpKernel] use ConfigCache::getPath() method when it e…
fabpot May 11, 2015
7ec5b4f
minor #14606 [DX][Routing] Display file which contain deprecated opti…
Tobion May 11, 2015
f75790a
[TranslationDebugCommand] fixed failing tests.
aitboudad May 11, 2015
81c054a
Merge branch '2.6' into 2.7
nicolas-grekas May 12, 2015
2815ae8
minor #14611 [TranslationDebugCommand] fixed failing tests. (aitboudad)
aitboudad May 12, 2015
812fedc
[FrameworkBundle] Applied new styles to translation commands
ogizanagi May 9, 2015
314901e
[Console] fix code style
xabbuh May 12, 2015
e56a619
[FrameworkBundle] Applied new styles to the config:debug & config:dum…
ogizanagi May 8, 2015
80fc341
[Console] SymfonyStyle: fix block rpadding when escaping '<'
ogizanagi May 10, 2015
b47b511
Merge branch '2.6' into 2.7
nicolas-grekas May 13, 2015
8000
d0c07f3
updated CHANGELOG for 2.7.0-BETA2
fabpot May 13, 2015
5cfcce3
updated VERSION for 2.7.0-BETA2
fabpot May 13, 2015
ec2df34
bumped Symfony version to 2.7.0
fabpot May 13, 2015
5e8864d
[2.7][DoctrineBridge] change Logger interface in tests to use Psr\\Lo…
vincentaubert May 14, 2015
030731a
[HttpKernel] trigger a deprecation warning when using the ContainerAw…
xabbuh May 14, 2015
ba719d1
minor #14637 [2.7][DoctrineBridge] change Logger interface in tests t…
fabpot May 14, 2015
8622a7b
Merge branch '2.6' into 2.7
nicolas-grekas May 15, 2015
a3fc6b9
[Validator] Deprecated PHP7-incompatible constraints and related vali…
nicolas-grekas May 15, 2015
a88103b
minor #14620 [Console] fix code style (xabbuh)
nicolas-grekas May 15, 2015
c477c5b
bug #14600 [Console] SymfonyStyle: fix block rpadding when escaping '…
nicolas-grekas May 15, 2015
fcebef3
minor #14642 [Validator] Deprecated PHP7-incompatible constraints and…
fabpot May 15, 2015
700fcf1
Fix WebProfilerBundle compatiblity with HttpKernel < 2.7
GromNaN May 15, 2015
e13373e
Merge branch '2.6' into 2.7
fabpot May 15, 2015
c5fe926
minor #14591 [FrameworkBundle] Applied new styles to the config:debug…
fabpot May 15, 2015
c658fcd
Merge branch '2.6' into 2.7
fabpot May 15, 2015
d883ba0
fixed CS
fabpot May 15, 2015
0c613fb
bug #14645 [WebProfilerBundle] Fix compatiblity with HttpKernel < 2.7…
fabpot May 15, 2015
0542a17
minor #14581 [Security] Removed unnecessary statement (MacDada)
fabpot May 15, 2015
03e4ab6
[Console] Fix first choice was invalid when using value
ogizanagi May 14, 2015
6a0308d
[Console] Fix QuestionHelperTest
ogizanagi May 15, 2015
abd9b72
minor #14638 [Console] Fix QuestionHelperTest (ogizanagi)
fabpot May 16, 2015
8a99645
[Routing] clarify deprecation message
xabbuh May 19, 2015
6f8d593
minor #14688 [Routing] clarify deprecation message (xabbuh)
fabpot May 19, 2015
8b891ff
[UPGRADE] Mention the CSS strategy and it's effects
wouterj May 17, 2015
aca6ff6
minor #14666 [UPGRADE] Mention the CSS strategy and it's effects (Wou…
fabpot May 20, 2015
8bfe846
minor #14665 [HttpKernel] trigger a deprecation warning when using th…
fabpot May 20, 2015
c7e0538
minor #14595 [FrameworkBundle] Applied new styles to translation comm…
fabpot May 20, 2015
efd68e6
bug #14648 [Console] Fix first choice was invalid when using value (o…
fabpot May 20, 2015
e9ecd0e
bug #14551 [2.7][Form] Fixed ChoiceType with legacy ChoiceList (xelaris)
fabpot May 20, 2015
3172d73
[DoctrineBridge][Form] Fix BC break in DoctrineType
malarzm May 7, 2015
2213e67
bug #14576 [DoctrineBridge][Form] Fix BC break in DoctrineType (malarzm)
fabpot May 20, 2015
3fd057e
add changed debug command names to upgrade file
xabbuh May 20, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ addons:

matrix:
include:
- php: 5.3.3
- php: 5.3
- php: 5.4
- php: 5.5
Expand Down Expand Up @@ -38,11 +37,13 @@ before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$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;
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then (pecl install -f memcached-2.1.0 && echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini) || echo "Let's continue without memcache extension"; fi;
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then (cd src/Symfony/Component/Debug/Resources/ext && phpize && ./configure && make && echo "extension = $(pwd)/modules/symfony_debug.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini); fi;
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then php -i; fi;
# Set the COMPOSER_ROOT_VERSION to the right version according to the branch being built
- if [ "$TRAVIS_BRANCH" = "master" ]; then export COMPOSER_ROOT_VERSION=dev-master; else export COMPOSER_ROOT_VERSION="$TRAVIS_BRANCH".x-dev; fi;

install:
- if [ "$deps" = "no" ]; then export SYMFONY_DEPRECATIONS_HELPER=strict; fi;
- if [ "$deps" = "no" ]; then composer --prefer-source install; fi;
- components=$(find src/Symfony -mindepth 3 -type f -name phpunit.xml.dist -printf '%h\n')
- if [ "$deps" != "no" ]; then sh .travis.sh $TRAVIS_BRANCH $components; fi;
Expand Down
160 changes: 160 additions & 0 deletions CHANGELOG-2.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
CHANGELOG for 2.7.x
===================

This changelog references the relevant changes (bug and security fixes) done
in 2.7 minor versions.

To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1

* 2.7.0-BETA2 (2015-05-13)

* bug #14609 [DebugBundle] Remove inlined dumps on XHR (nicolas-grekas)
* bug #14605 [PropertyAccess] Fix setting public property on a class having a magic getter (lolautruche)
* bug #14266 [HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed (hason)
* bug #14465 [Form] Fixed regression: Empty values were not accepted anymore for collapsed, optional choice fields (webmozart)
* bug #14478 [DebugBundle] Fix dump() output in API / No-Toolbar context (nicolas-grekas)
* bug #14501 [ProxyBridge] Fix proxy classnames generation (xphere)
* bug #14540 [Serializer] Ignore \Traversable in default normalizers. (dunglas)
* bug #14527 Fix getOrigin (WouterJ)
* bug #14395 [Validator] Property paths starting with 0 are broken. (fago)
* feature #14472 [Debug] Trigger deprecation notices when using PHP7 reserved class names (nicolas-grekas)
* bug #14498 [FrameworkBundle] Added missing log in server:run command (lyrixx)
* bug #14503 [Finder] Only use GLOB_BRACE when available (dosten)
* bug #14484 [SecurityBundle][WebProfiler] check authenticated user by tokenClass instead of username. (aitboudad)
* bug #14497 [HttpFoundation] Allow curly braces in trusted host patterns (sgrodzicki)
* bug #14480 [TwigBundle] Fix deprecated use of FlattenException (alOneh)
* bug #14469 [Debug] BaseException compatibility for PHP7 (nicolas-grekas)
* bug #14483 [VarDumper] Fix #14481 : Open tree recursively on OSX (romainneutron)
* bug #14466 [WebProfiler] fix html syntax for input types (Tobion)
* bug #14436 Show a better error when the port is in use (dosten)
* bug #14463 [Validator] Fixed Choice when an empty array is used in the "choices" option (webmozart)
* bug #14415 [Serializer] Fix a bug when using groups together with a name converter (dunglas)
* bug #14301 [FrameworkBundle][Translation] skip warmUp when cache is not used. (aitboudad)
* bug #14446 [DependencyInjection] resolve circular reference (xabbuh)
* feature #14187 [Serializer] Supports hassers and setters for groups annotations (dunglas)
* feature #14462 Revert "[HttpKernel] Throw a LogicException when kernel.exception does not led to a Response" (nicolas-grekas)
* bug #14448 [Validator] Fixed Choice when an empty array is used in the "choices" option (webmozart)
* bug #14451 [Debug] Fix ClassNotFoundFatalErrorHandler candidates lookups (nicolas-grekas)
* bug #14422 Update DebugClassLoader.php (userfriendly)
* bug #14419 inject asset packages in assets helper service (xabbuh)
* bug #14355 [EventDispatcher] make listeners removable from an executed listener (xabbuh)
* bug #14397 [Debug] Map PHP errors to LogLevel::CRITICAL (nicolas-grekas)
* bug #14402 [FrameworkBundle][Translation] Check for 'xlf' instead of 'xliff' (xelaris)
* bug #14272 [FrameworkBundle] Workaround php -S ignoring auto_prepend_file (nicolas-grekas)
* bug #14362 [Debug] Scream as LogLevel::DEBUG (but for fatal errors / uncaught exceptions) (nicolas-grekas)
* bug #14345 [FrameworkBundle] Fix Routing\DelegatingLoader resiliency to fatal errors (nicolas-grekas)
* bug #14381 [FrameworkBundle] Initialize translator with the default locale. (aitboudad)
* bug #14325 [Routing][DependencyInjection] Support .yaml extension in YAML loaders (thunderer)
* bug #14344 [Translation][fixed test] refresh cache when resources are no longer fresh. (aitboudad)
* bug #14346 [WebProfilerBundle] Fix resiliency to exceptions thrown by the url generator (nicolas-grekas)
* bug #14338 [FrameworkBundle] improve usage of Table helper (xabbuh)
* bug #14315 [Translation] Revert inlining fallback catalogues as it might cause inconsistent results when a cache is used (mpdude)
* bug #14129 [FrameworkBundle] Fixed server:start --router relative path issue #14124 (abulford)
* bug #14313 [HttpKernel] fixed a regression when no exception listeners are registered (fabpot)
* bug #14268 [Translator] Cache does not take fallback locales into consideration (sf2.3) (mpdude)

* 2.7.0-BETA1 (2015-04-10)

* feature #14229 [WebProfilerBundle] AJAX links (romqin)
* feature #13220 [Console] Made output docopt compatible (WouterJ)
* feature #14178 [Config] Delegate creation of ConfigCache instances to a factory. (mpdude)
* feature #13443 [Translation][Command][FrameworkBundle] Enable translation debugging in directories (xelaris)
* feature #14198 Automatically start server:run if server:start failed (WouterJ)
* feature #13651 [Form][choice] added choice_translation_domain to avoid trans options. (aitboudad)
* feature #14185 [Translation][Profiler]added the number of times a translation has been used. (aitboudad)
* feature #13717 Deprecated precision option in favor of scale (WouterJ)
* feature #14159 [Debug] Add symfony_debug_backtrace() and use it when dealing with fatal errors (jpauli, nicolas-grekas)
* feature #14192 [HttpKernel] Embed the original exception as previous to bounced exceptions (nicolas-grekas)
* feature #13626 [WebProfilerBundle] Added feedback about the current symfony version (WouterJ)
* feature #13554 [TwigBundle] make date formats and number formats configurable (xabbuh)
* feature #14196 Tweaked some console command styles (javiereguiluz)
* feature #14181 [Debug] Updated the default log level when a PHP error occurs (lyrixx)
* feature #14186 [Debug] Renamed "context" key to "scope_vars" to avoid any ambiguity (lyrixx)
* feature #13942 [Translation] generate translation cache at warmup (xavierleune)
* feature #14116 [FrameworkBundle] Move lint commands to lint namespace. (aitboudad)
* feature #14052 [FrameworkBundle] added a protected shortcut getParameter() method in the base Controller class. (hhamon)
* feature #14080 [VarDumper] Add casters for Reflection* classes (nicolas-grekas)
* feature #14050 [Form] Refactored choice lists to support dynamic label, value, index and attribute generation (webmozart)
* feature #14079 [VarDumper] Add and use Caster::PREFIX_* consts (nicolas-grekas)
* feature #14057 [RFC][Console] Added console style guide helpers (v2) (kbond)
* feature #14077 [VarDumper] Add VarDumperTestCase and related trait (nicolas-grekas)
* feature #14058 [VarDumper] Add filters to casters (nicolas-grekas)
* feature #14003 [Translation][Profiler] Added a Translation profiler. (aitboudad)
* feature #14002 [Translation][Extractor] Allow extracting an array of files besides extracting a directory (marcosdsanchez)
* feature #13438 [Console][Table] Add support for colspan/rowspan + multiple header lines (aitboudad)
* feature #14071 [VarDumper] Ctrl+click toggles-all and fix IE8 support (larsborn, nicolas-grekas)
* feature #13981 [Translation] merge all fallback catalogues messages into current catalo... (aitboudad)
* feature #14006 [VarDumper] with-er interface for Cloner\Data (nicolas-grekas)
* feature #14034 [VarDumper] add caster for MongoCursor objects (nicolas-grekas)
* feature #14030 [DependencyInjection] make it possible to dump inlined services to XML (xabbuh)
* feature #14016 Remove the API version in the validator component (saro0h, fabpot, stof)
* feature #13960 [VarDumper] Add Caster for XML-parser resources (nicolas-grekas)
* feature #13937 [FrameworkBundle] Allow to disable Kernel reboot (sroze)
* feature #13892 [DependencyInjection] Improved yaml syntax (hason)
* feature #14000 [SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException (Neophy7e)
* feature #14001 [Security] [ACL] Improved MaskBuilder and PermissionMap (AlexDpy)
* feature #13959 [VarDumper] Add catch-all-objects hook for casters (nicolas-grekas)
* feature #13980 [VarDumper] Added support for amqp (lyrixx)
* feature #12818 [SecurityBundle] Added a command to encode a password (saro0h)
* feature #13107 [FrameworkBundle] Serializer groups support (dunglas)
* feature #13872 [FrameworkBundle] Added domain column when debugging translations (hiddewie)
* feature #13780 [HttpKernel] Throw a LogicException when kernel.exception does not lead to a Response (nicolas-grekas)
* feature #13897 [translation][performances] move loading resources into Translator initialize. (aitboudad)
* feature #13864 Entity type: loader caching by query builder instance (dominikzogg)
* feature #13855 Read validation contraints from Resources/config/validation/ sub-dir (GromNaN)
* feature #13257 [Serializer] ObjectNormalizer (dunglas)
* feature #13795 [Serializer] Refactoring of metadata (dunglas)
* feature #13840 [WebProfilerBundle] Update ajax calls in toolbar to add the css error class (rubenrua)
* feature #13809 [OptionsResolver] add missing deprecation triggers (Tobion)
* feature #13398 [PhpUnit] new PhpUnit bridge (nicolas-grekas)
* feature #13615 [FrameworkBundle] Made ServerParams a service (rpg600)
* feature #12526 Add an auto_alias compiler pass (Daniel Wehner)
* feature #13665 [Debug] generalize deprecated interfaces tracking (nicolas-grekas)
* feature #13656 removed Propel bridge from Symfony Core (fabpot)
* feature #13500 [Serializer] Normalizers can serialize collections and scalars (dunglas)
* feature #13463 [WebProfilerBundle] Replaced raster PNG icons with vector SVG icons (sgrodzicki)
* feature #13234 [Asset] added the component (fabpot)
* feature #11379 Added new Forwarded header support for Request::getClientIps (tony-co)
* feature #9782 [Security] added string representation for core Users (tobiassjosten)
* feature #12174 [TwigBundle] Add loader priority (wizhippo)
* feature #13074 [Translation] Refresh catalogues when resources change (iamluc)
* feature #13294 [PropertyAccess] Show property path in all exception messages (mpajunen)
* feature #13548 [TwigBridge] Added support for passing more files to twig:lint command (sustmi)
* feature #13120 [Serializer] Name converter support (dunglas)
* feature #13428 Added a Twig profiler (fabpot)
* feature #11129 Added i18n support to ConfirmationQuestion (WouterJ)
* feature #13034 [HttpKernel] [WebProfilerBundle] added HTTP status to profiler search result (xelaris)
* feature #13475 [SecurityBundle] decouple the logout PHP helper and Twig extension (fabpot)
* feature #12891 [Form] Deprecated setDefaultOptions() in favor of configureOptions() (peterrehm)
* feature #13342 [security] Fetching current stored context when not explicitly specified (jaytaph)
* feature #12960 [FrameworkBundle] Container parameters in Route#condition (nikita2206)
* feature #13418 [DX] Attempt to improve logging messages with parameters (iltar)
* feature #13320 [HttpKernel] Add request uri to Logger context (Rvanlaak)
* feature #13401 [TwigBundle] use the new Twig autoescaping strategy (fabpot)
* feature #13361 [Routing] apply deprecation triggers and fix tests (Tobion)
* feature #13378 lazy-load fragment renderers (fabpot)
* feature #13354 Twig decoupling from Templating (fabpot)
* feature #13264 URL manipulations as a Twig extension (fabpot)
* feature #13289 [DependencyInjection] deprecated synchronized services (fabpot)
* feature #13323 [Security] removed usage of the deprecated SecurityContextInterface (fabpot)
* feature #13241 [Form] add back model_timezone and view_timezone options (xabbuh)
* feature #13252 [Serializer] Refactoring and object_to_populate support. (dunglas)
* feature #13255 [Serializer] Add circular reference handling to the PropertyNormalizer (dunglas)
* feature #13259 Deprecate the translator implementation in the Validator component (stof)
* feature #12956 [Validator] Added checkDNS option on URL validator (saro0h)
* feature #13230 [TwigBundle] removed the Container dependency on ActionsExtension (fabpot)
* feature #12602 Add type aliases for allowed types in OptionsResolver (henrikbjorn)
* feature #12594 [DX] [HttpKernel] Use "context" argument when logging route in RouterListener (iltar)
* feature #12653 [Filesystem] Keep executable permission when a file is copied (joelwurtz)
* feature #13164 [Debug] track and report deprecated classes and interfaces (nicolas-grekas)
* feature #13157 [Security] Updated ACL generateSql.php (jaytaph)
* feature #13105 [FrameworkBundle] added a test router for the built-in web server (fabpot)
* feature #12092 [Serializer] Serialization groups support (dunglas)
* feature #13031 [Serializer] Add xml_format_output context option. Close #12517. (dunglas)
* feature #12862 [Console] Allowing the user answering key or value of the autocompleterValues (saro0h)
* feature #12469 [Security] Added the triggering of the security.interactive_login event in SimplePreAuthenticationListener (saro0h)
* feature #12896 [DX][Profiler] Show the inherited roles in the web profiler (peterrehm)
* feature #12295 [FrameworkBundle] make GetSetMethodNormalizer available by default (dunglas)
* feature #12666 [Hackday][Stopwatch] added __toString on StopwatchEvent (damienalexandre)

17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,10 @@ to high traffic ones like Dailymotion or Yahoo! Answers.
Requirements
------------

Symfony is only supported on PHP 5.3.3 and up.
Symfony is only supported on PHP 5.3.9 and up.

Be warned that PHP versions before 5.3.8 are known to be buggy and might not
work for you:

* before PHP 5.3.4, if you get "Notice: Trying to get property of
non-object", you've hit a known PHP bug (see
https://bugs.php.net/bug.php?id=52083 and
https://bugs.php.net/bug.php?id=50027);

* before PHP 5.3.8, if you get an error involving annotations, you've hit a
known PHP bug (see https://bugs.php.net/bug.php?id=55156).

* PHP 5.3.16 has a major bug in the Reflection subsystem and is not suitable to
run Symfony (https://bugs.php.net/bug.php?id=62715)
Be warned that PHP 5.3.16 has a major bug in the Reflection subsystem and is
not suitable to run Symfony (https://bugs.php.net/bug.php?id=62715)

Installation
------------
Expand Down
Loading
0