8000 [Intl] [ResourceBundle] refactor LanguageBundle by beebop1032 · Pull Request #22798 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Intl] [ResourceBundle] refactor LanguageBundle #22798

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 6,328 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
6328 commits
Select commit Hold shift + click to select a range
ba65078
[SecurityBundle] Enhance FirewallContext::getListeners()
ro0NL Apr 19, 2017
e407b3d
[DI] Allow service subscribers to leverage autowiring to know where t…
nicolas-grekas Apr 17, 2017
9af7354
Merge branch '2.7' into 2.8
nicolas-grekas Apr 19, 2017
fc195dc
Merge branch '2.8' into 3.2
nicolas-grekas Apr 19, 2017
04ae502
Merge branch '3.2'
nicolas-grekas Apr 19, 2017
8fcc9e6
fix merge
nicolas-grekas Apr 19, 2017
a84f59e
Merge branch '3.2'
nicolas-grekas Apr 19, 2017
9c0067b
bug #22322 [Console] Fix fatal error when logging console.error witho…
fabpot Apr 19, 2017
1dd3285
[DI] Reduce memory overhead of id normalization
nicolas-grekas Apr 20, 2017
c97b08e
[FrameworkBundle] Restore 3.2-like behavior for FormPass, to help BC …
nicolas-grekas Apr 20, 2017
a90e461
sync upgrade files
xabbuh Apr 20, 2017
35fe02f
clarify constraint for the Asset component
xabbuh Apr 20, 2017
f80631e
minor #22486 [FrameworkBundle] clarify constraint for the Asset compo…
nicolas-grekas Apr 20, 2017
589d9aa
minor #22436 Fixed formatting in Security section (in UPGRADE-3.0.md)…
fabpot Apr 20, 2017
eedcece
[Process] Fix BC break: "exec" should remain an internal "detail"
nicolas-grekas Apr 20, 2017
f9bb4dc
minor #22480 [DI] Reduce memory overhead of id normalization (nicolas…
fabpot Apr 20, 2017
ad86e2d
feature #21502 Persist app bootstrapping logs for logger datacollecto…
fabpot Apr 20, 2017
18627bf
[DI] Introducing autoconfigure: automatic _instanceof configuration
weaverryan Mar 31, 2017
f730ffa
feature #22234 [DI] Introducing autoconfigure: automatic _instanceof …
fabpot Apr 20, 2017
26bc96e
fixed CS
fabpot Apr 20, 2017
59f3f34
minor #22485 [HttpKernel] sync upgrade files (xabbuh)
fabpot Apr 20, 2017
73d81de
Fixed the rendering of exceptions inside the profiler
javiereguiluz Apr 20, 2017
883723e
Show private aliases in debug:container
chalasr Apr 10, 2017
9749618
Fix json_login default success/failure handling
chalasr Apr 20, 2017
4d3dce1
[DI] Fix inlining conflict by restricting IteratorArgument to Referen…
nicolas-grekas Apr 21, 2017
dc92436
bug #22491 Fixed the rendering of exceptions inside the profiler (jav…
fabpot Apr 22, 2017
3d4b212
bug #22494 [Security] Fix json_login default success/failure handling…
fabpot Apr 23, 2017
3471b58
bug #22496 [DI] Fix inlining conflict by restricting IteratorArgument…
fabpot Apr 23, 2017
045a36b
add Request type json check in json_login
lsmith77 Apr 19, 2017
3bf7e49
[DotEnv] Don't override existing $_SERVER vars
Pierstoval Apr 21, 2017
0a95d89
Minor changes to make tests more readable
javiereguiluz Apr 24, 2017
e575831
Update a test value for consistency
Pierstoval Apr 24, 2017
11ac234
bug #22500 [DotEnv] Don't override existing $_SERVER vars (Pierstoval…
fabpot Apr 25, 2017
ae94d01
Fix Framework UPGRADE notice about trusted proxies
sstok Apr 24, 2017
60c51d9
minor #22507 Fix Framework UPGRADE notice about trusted proxies (sstok)
nicolas-grekas Apr 25, 2017
63dca04
bug #22487 [Process] Fix BC break: "exec" should remain an internal "…
fabpot Apr 25, 2017
b9ee33f
bug #22457 [DI] Allow service subscribers to leverage autowiring to k…
fabpot Apr 25, 2017
3d58ab5
[Console] Fix bar width with multilines ProgressBar's format
maidmaid Mar 10, 2017
2145f56
bug #21958 [Console] Fix bar width with multilines ProgressBar's form…
fabpot Apr 25, 2017
a7c67c9
[Console] Review console.ERROR related behavior
nicolas-grekas Apr 13, 2017
e9132b3
Fixed the flickering when loading complex profiler panels
javiereguiluz Apr 25, 2017
d696b39
bug #22465 [Cache] Keep only hit/miss (not values) in TraceableAdapte…
nicolas-grekas Apr 25, 2017
76dd7b0
bug #22523 [WebProfilerBundle] Fixed the flickering when loading comp…
fabpot Apr 25, 2017
00a33dd
feature #22441 [Console] Review console.ERROR related behavior (nicol…
fabpot Apr 26, 2017
3adff11
Merge branch '2.7' into 2.8
nicolas-grekas Apr 26, 2017
8a8d92d
Merge branch '2.8' into 3.2
nicolas-grekas Apr 26, 2017
8701cae
Merge branch '3.2'
nicolas-grekas Apr 26, 2017
de1b20a
[Asset] Fix invalid assets.xml
nicolas-grekas Apr 26, 2017
cf61102
Do not extend @final SessionListener internally
chalasr Apr 26, 2017
345b8c2
minor #22529 [Asset] Fix invalid assets.xml (nicolas-grekas)
fabpot Apr 26, 2017
10a76aa
[Serializer] Allow to pass csv encoder options in context
ogizanagi Apr 26, 2017
13e97da
bug #22535 [FrameworkBundle] Do not extend @final SessionListener int…
fabpot Apr 26, 2017
1bee0ad
Merge branch '2.7' into 2.8
nicolas-grekas Apr 26, 2017
eb1e277
Merge branch '2.8' into 3.2
nicolas-grekas Apr 26, 2017
0085a07
Merge branch '3.2'
nicolas-grekas Apr 26, 2017
d8c5869
[EventDispatcher] fix: unwrap listeners for correct info
dmaicher Apr 26, 2017
e9e4c79
bug #22541 [EventDispatcher] fix: unwrap listeners for correct info (…
fabpot Apr 26, 2017
0257013
minor #22475 [SecurityBundle] Enhance FirewallContext::getListeners()…
fabpot Apr 26, 2017
b118226
bug #22481 [FrameworkBundle] Restore 3.2-like behavior for FormPass, …
fabpot Apr 26, 2017
2fa1628
Fix misprint.
Aliance Apr 27, 2017
af4703f
minor #22544 Fix misprint. (Aliance)
stof Apr 27, 2017
dc37579
[FrameworkBundle] Remove deprecated session listener from class compi…
ro0NL Apr 27, 2017
8974b52
bug #22546 [FrameworkBundle] Remove deprecated session listener from …
fabpot Apr 27, 2017
b2b4faa
Allow Upper Case property names in ObjectNormalizer
insekticid Apr 27, 2017
e85bcc9
Throwing an exception if the class is not found
weaverryan Apr 26, 2017
9d9f628
minor #22531 Throwing an exception if the class is not found (weaverr…
nicolas-grekas Apr 27, 2017
b0c414f
[Serializer] Add missing normalizer options constants
ogizanagi Apr 27, 2017
13f1707
Add iconv extension to suggested dependencies
julienfalque Apr 27, 2017
79b71c0
[EventDispatcher] fix getting priorities of listeners during dispatch
dmaicher Apr 28, 2017
93a8cb9
[Security] Handle bad request format in json auth listener
ogizanagi Apr 28, 2017
c590e85
bug #22568 [EventDispatcher] fix getting priorities of listeners duri…
nicolas-grekas Apr 28, 2017
3cb2e5b
Fixes twig bundle project root dir discovery
pounard Apr 28, 2017
143b5ff
bug #22570 Fixes twig bundle project root dir discovery (Pierre Rineau)
fabpot Apr 28, 2017
ab0fd6e
If a (non-global) instanceof does not exist, throw an exception
weaverryan Apr 28, 2017
f8133cb
bug #22565 If an instanceof does not exist, throw an exception (weave…
fabpot Apr 28, 2017
a943b96
Not allowing autoconfigure, instanceofConditionals or defaults for Ch…
weaverryan Apr 27, 2017
6c1b384
Avoid reflection-based registration for command public services
chalasr Apr 29, 2017
4b7e148
Fixing problem where _defaults set to null was seen as a service
weaverryan Apr 28, 2017
ceabf11
bug #22564 Fixing problem where _defaults set to null was seen as a s…
stof Apr 29, 2017
8806628
bug #22579 [Console][HttpKernel] Avoid reflection-based registration …
fabpot Apr 29, 2017
89979ca
feature #22563 Not allowing autoconfigure, instanceofConditionals or …
fabpot Apr 29, 2017
0d07312
[Process] Ecaping of CLI arguments containing slashes on Windows
maryo Apr 27, 2017
288d55f
bug #22551 [Process] Ecaping of CLI arguments containing slashes on W…
fabpot Apr 29, 2017
460fcbf
bug #22569 [Security] Handle bad request format in json auth listener…
fabpot Apr 29, 2017
04e48bd
minor #22557 [VarDumper] Add iconv dependency (julienfalque)
fabpot Apr 29, 2017
07fc060
bug #22550 Allow Upper Case property names in ObjectNormalizer (insek…
fabpot Apr 29, 2017
1cef186
feature #22537 [Serializer] Allow to pass csv encoder options in cont…
fabpot Apr 29, 2017
5863e4b
minor #22555 [Serializer] Add missing normalizer options constants (o…
fabpot Apr 29, 2017
35608f5
minor #22477 [Security] add Request type json check in json_login (ls…
fabpot Apr 29, 2017
91828ec
[DI] Throw useful exception on bad XML argument tags
nicolas-grekas Apr 26, 2017
8872833
feature #22527 [DI] Throw useful exception on bad XML argument tags (…
fabpot Apr 29, 2017
b6948dd
Fix tests
chalasr Apr 29, 2017
b9e19f6
minor #22582 Fix tests (chalasr)
nicolas-grekas Apr 29, 2017
8783602
[DI] Fix invalid callables dumped for ArgumentInterface objects
nicolas-grekas Apr 29, 2017
f81c577
[DI] Test references inside ServiceLocator are not inlined
Apr 29, 2017
4427cf9
[Security] json login listener: ensure a json response is sent on bad…
ogizanagi Apr 29, 2017
5edbc13
bug #22581 [DI] Fix invalid callables dumped for ArgumentInterface ob…
nicolas-grekas Apr 30, 2017
82a6a35
bug #22585 [Security] json login listener: ensure a json response is …
stof Apr 30, 2017
37ec869
[Lock] remove the component from 3.3
fabpot Apr 30, 2017
96743 8000 e6
[Profiler] DataCollector: Remove unused static property
ogizanagi Apr 30, 2017
7010a7a
feature #22590 [Lock] remove the component from 3.3 (fabpot)
fabpot Apr 30, 2017
037a782
Making tags under _defaults always apply and removing inherit_tags en…
weaverryan Apr 26, 2017
2d88787
feature #22530 Making tags under _defaults always apply (weaverryan)
fabpot May 1, 2017
3c9a7e4
minor #22591 [Profiler] DataCollector: Remove unused static property …
fabpot May 1, 2017
6000faf
Merge branch '2.7' into 2.8
fabpot May 1, 2017
824dc8b
Merge branch '2.8' into 3.2
fabpot May 1, 2017
9c610ee
fixed merge
fabpot May 1, 2017
c7a7170
fixed tests
fabpot May 1, 2017
33d4bce
Merge branch '3.2'
fabpot May 1, 2017
f98aeb2
updated CHANGELOG for 2.8.20
fabpot May 1, 2017
db017eb
updated VERSION for 2.8.20
fabpot May 1, 2017
bbe1eae
Merge pull request #22599 from fabpot/release-2.8.20
fabpot May 1, 2017
1f1b5d4
bumped Symfony version to 2.8.21
fabpot May 1, 2017
4bb25dc
updated CHANGELOG for 3.2.8
fabpot May 1, 2017
e313348
updated VERSION for 3.2.8
fabpot May 1, 2017
85959c2
Merge pull request #22601 from fabpot/release-3.2.8
fabpot May 1, 2017
da26b3f
bumped Symfony version to 3.2.9
fabpot May 1, 2017
20b19b0
updated CHANGELOG for 3.3.0-BETA1
fabpot May 1, 2017
b393761
updated VERSION for 3.3.0-BETA1
fabpot May 1, 2017
0fa3940
Merge pull request #22603 from fabpot/release-3.3.0-BETA1
fabpot May 1, 2017
f67eba8
[EventDispatcher] fix merge of #22541 from 2.8
dmaicher May 1, 2017
85e2d2f
bumped Symfony version to 3.3.0
fabpot May 1, 2017
51b82f5
[appveyor][3.x] Run the test suite on PHP 7.1
nicolas-grekas Apr 27, 2017
8342cd7
minor #22562 [appveyor][3.x] Run the test suite on PHP 7.1 (nicolas-g…
nicolas-grekas May 2, 2017
0c704cf
minor #22602 [EventDispatcher] fix merge of #22541 from 2.8 (dmaicher)
nicolas-grekas May 2, 2017
0269f9d
[FrameworkBundle] Fix "Locale class not found" in AboutCommand
rubenrua May 2, 2017
49ea93a
[Validator] Update Galician (gl) translations
rubenrua May 2, 2017
9c08109
Fix incorrectly calling PHP process on Windows when path contains space
maryo May 2, 2017
f2f9aa6
minor #22612 [Validator] Update Galician (gl) translations (rubenrua)
fabpot May 3, 2017
9190e10
[Config] Fix resource tracking with new GlobResource
nicolas-grekas May 3, 2017
0656284
[DI] Defaults to public=false in all service config files
nicolas-grekas May 2, 2017
c89d2f9
bug #22615 [DI] Defaults to public=false in all service config files …
fabpot May 3, 2017
09f22f4
feature #22385 [DX][FrameworkBundle] Show private aliases in debug:co…
fabpot May 3, 2017
987a681
added some missing docs for the web server bundle
fabpot May 2, 2017
deda9ea
minor #22607 Add some missing docs for the web server bundle (fabpot)
fabpot May 3, 2017
f583291
bug #22621 [Config] Fix resource tracking with new GlobResource (nico…
fabpot May 3, 2017
73c5198
Flag webserver commands as private
chalasr May 3, 2017
0f526c9
minor #22625 [WebServerBundle] Flag commands as private (chalasr)
fabpot May 3, 2017
7916ea9
Fix missing parenthesis
yceruto May 3, 2017
243e416
bug #22626 Fix missing parenthesis (yceruto)
fabpot May 3, 2017
dfae2ab
Merge branch '2.7' into 2.8
nicolas-grekas May 4, 2017
b8714d3
Merge branch '2.8' into 3.2
nicolas-grekas May 4, 2017
eeafabb
Merge branch '3.2'
nicolas-grekas May 4, 2017
388ee46
[DependencyInjection] Don't store default deprecation template in eve…
fortis May 4, 2017
0602fb5
minor #22628 [DependencyInjection] Don't store default deprecation te…
fabpot May 4, 2017
25a39c2
debug:container --types (classes/interfaces)
weaverryan May 3, 2017
f6043bb
feature #22624 debug:container --types (classes/interfaces) (weaverryan)
fabpot May 4, 2017
044cbaf
[TwigBundle] Remove unecessary use to make fabbot happy
ogizanagi May 4, 2017
3d8a564
[WebLink][TwigBundle] Fix registration of the twig extension
ogizanagi May 4, 2017
51ad8cb
minor #22640 [TwigBundle] Remove unecessary use to make fabbot happy …
fabpot May 5, 2017
7f416ed
[FrameworkBundle] Add type hint for ContainerInterface to ControllerT…
maff May 5, 2017
fb02140
minor #22646 [FrameworkBundle] Add type hint for ContainerInterface o…
fabpot May 5, 2017
5a3c156
Improving autowire exception when you type-hint a class and there is …
weaverryan May 5, 2017
e5bb8fa
minor #22648 Improving autowire exception when you type-hint a class …
fabpot May 5, 2017
3fc80d1
[Workflow] Move twig extension registration to twig bundle
ogizanagi May 6, 2017
08f4ad2
[Workflow] fix use directives
ogizanagi May 6, 2017
f50afad
fixed missing autoconfigure in container debug
chr-hertel May 6, 2017
530849e
[DI] Fix Cannot declare class ...\DefinitionDecorator, because the na…
ogizanagi May 7, 2017
98353b0
Make the exception pages work when the WebProfilerBundle is not insta…
javiereguiluz May 7, 2017
5b6928d
bug #22657 [DI] Fix Cannot declare class ...\DefinitionDecorator, bec…
fabpot May 7, 2017
b0236ce
minor #22656 [DI][DX] Fix missing autoconfigure in container debug (C…
fabpot May 7, 2017
56feeec
bug #22658 Make the exception pages work when the WebProfilerBundle i…
fabpot May 7, 2017
66c4c35
bug #22639 [WebLink][TwigBundle] Fix registration of the twig extensi…
fabpot May 7, 2017
9457558
Improved the stack traces that don't contain a function
javiereguiluz May 7, 2017
f562455
minor #22659 Improved the stack traces that don't contain a function …
fabpot May 7, 2017
57129de
Merge branch '2.7' into 2.8
fabpot May 7, 2017
c21782d
Tweaked the tabs of the logger profiler panel
javiereguiluz May 7, 2017
5b123b9
[Security] Fix TraceableAccessDecisionManager / DebugAccessDecisionMa…
ogizanagi May 7, 2017
ae3d88c
Merge branch '2.7' into 2.8
fabpot May 8, 2017
a23330b
fixed CS
fabpot May 7, 2017
e7da63a
minor #22662 Tweaked the tabs of the logger profiler panel (javieregu…
fabpot May 8, 2017
5e8412b
minor #22660 fixed CS (fabpot)
fabpot May 8, 2017
b81a662
Merge branch '2.8' into 3.2
fabpot May 8, 2017
33d6f5c
fixed CS
fabpot May 8, 2017
f832a4c
minor #22666 CS fixes (fabpot)
fabpot May 8, 2017
ec92b68
minor #22653 [Workflow] fix use directives (ogizanagi)
fabpot May 8, 2017
4f68912
[FrameworkBundle] KernelTestCase: allow to provide the kernel class w…
ogizanagi May 8, 2017
3646d08
feature #22668 [FrameworkBundle] KernelTestCase: allow to provide the…
fabpot May 8, 2017
f389fa3
bug #22652 [Workflow] Move twig extension registration to twig bundle…
fabpot May 8, 2017
7cc7c85
Fixing bug where indexed args were set wrong in pass in some situations
weaverryan May 9, 2017
ca509ea
bug #22677 [DI] Fixed index args bug with ResolveNamedArgumentsPass (…
fabpot May 9, 2017
ae9bda1
bug #22611 [FrameworkBundle] Fix "Locale class not found" in AboutCom…
fabpot May 9, 2017
f4913fe 8000
Fixing a bug where services that were eventually removed could cause …
weaverryan May 8, 2017
22b9052
Making the RegisterControllerArgumentLocatorsPass throw an exception …
weaverryan May 5, 2017
5326bab
Fixing a bug where abstract classes were wired
weaverryan May 9, 2017
433dfd4
Merge branch '2.7' into 2.8
fabpot May 11, 2017
329e96c
Merge branch '2.8' into 3.2
fabpot May 11, 2017
428b9bf
Merge branch '3.2'
fabpot May 11, 2017
a3f7860
feature #22665 [DI] Do not throw autowiring exceptions for a service …
fabpot May 11, 2017
b33f1df
bug #22681 Fixing a bug where abstract classes were wired with the pr…
fabpot May 11, 2017
83114ad
bug #22664 [Security] Fix TraceableAccessDecisionManager / DebugAcces…
fabpot May 11, 2017
1503f3d
bug #22642 [DX] Making the RegisterControllerArgumentLocatorsPass thr…
fabpot May 11, 2017
1ccc3de
removed duplicate use statement
fabpot May 11, 2017
8f4eb92
bug #22409 [Yaml] respect inline level when dumping objects as maps (…
fabpot May 11, 2017
85f6710
[TwigBundle] Remove ClassExistenceResource usage
ogizanagi May 11, 2017
8d27128
minor #22694 [TwigBundle] Remove ClassExistenceResource usage (ogizan…
fabpot May 11, 2017
84bb34f
[WebServerBundle] fix dependencies
xabbuh May 12, 2017
50729d5
bug #22695 [WebServerBundle] fix dependencies (xabbuh)
fabpot May 12, 2017
5d07c6a
[TwigBundle] service workflow.twig_extension should stay public
ogizanagi May 12, 2017
fe40cb2
Adding autowire alias for AuthenticationUtils
weaverryan May 12, 2017
489fd07
feature #22708 Adding autowire alias for AuthenticationUtils (weaverr…
fabpot May 13, 2017
fb140aa
Remove polyfill-util dependancy from security-core
BPScott May 13, 2017
d975419
bug #22699 [TwigBundle] service workflow.twig_extension should stay p…
fabpot May 13, 2017
76190ab
minor #22709 [Security] Remove polyfill-util dependancy from security…
fabpot May 13, 2017
7d07f19
Allowing prototype/PSR4 service loading ability to exclude, because g…
weaverryan May 9, 2017
fb532bf
feature #22680 [DI] Fixing missing "exclude" functionality from PSR4 …
fabpot May 14, 2017
03914e9
bug #22613 [Process] Fix incorrectly calling PHP process when path co…
nicolas-grekas May 15, 2017
6ef78ec
Merge branch '2.7' into 2.8
nicolas-grekas May 15, 2017
5857e7c
Merge branch '2.8' into 3.2
nicolas-grekas May 15, 2017
af4ec23
Merge branch '3.2'
nicolas-grekas May 15, 2017
c690256
remove Security deps from the require section
xabbuh May 15, 2017
401c550
bug #22715 [FrameworkBundle] remove Security deps from the require se…
fabpot May 15, 2017
b8c9597
Merge branch '2.7' into 2.8
fabpot May 15, 2017
9fd95ca
Merge branch '2.8' into 3.2
fabpot May 15, 2017
94871fa
removed unneeded annotation in tests
fabpot May 15, 2017
1bbc35a
Merge branch '3.2'
fabpot May 15, 2017
7b59412
updated version to 3.4
fabpot May 17, 2017
d8594de
updated version to 4.0
fabpot May 17, 2017
2fd5530
updated CHANGELOG for 3.3.0-RC1
fabpot May 17, 2017
297a65d
updated VERSION for 3.3.0-RC1
fabpot May 17, 2017
a66d56b
Merge pull request #22731 from fabpot/release-3.3.0-RC1
fabpot May 17, 2017
98021ae
bumped Symfony version to 3.3.0
fabpot May 17, 2017
aa223f5
Fix the kernel version of 4.0
Th3Mouk May 18, 2017
3d6d80d
Improved how profiler errors are dispalyed on small screens
javiereguiluz May 18, 2017
3eb2fc1
minor #22751 [HttpKernel] Fix the kernel version of 4.0 (Th3Mouk)
nicolas-grekas May 18, 2017
bcc408c
Allow individual bridges, bundles and components to be used with 4.0
dunglas May 18, 2017
27852a0
minor #22742 Allow individual bridges, bundles and components to be u…
nicolas-grekas May 18, 2017
cd69fc1
Merge branch '3.4'
nicolas-grekas May 18, 2017
c850733
bumped minimum version to PHP 7.1
fabpot May 17, 2017
6633c8b
Allow individual bridges, bundles and components to be used with 4.0
dunglas May 18, 2017
4758c2c
Tweak travis and appveyor for Symfony 4
nicolas-grekas May 18, 2017
15b7cdb
feature #22733 Bump minimum version to PHP 7.1 for Symfony 4 (fabpot,…
nicolas-grekas May 18, 2017
be951b7
[Serializer] Remove deprecated DoctrineCache support
dunglas May 18, 2017
80e2e1f
bug #22752 Improved how profiler errors are displayed on small screen…
fabpot May 18, 2017
8514e22
feature #22741 [Serializer] Remove deprecated DoctrineCache support (…
fabpot May 18, 2017
f7b3252
Merge branch '2.7' into 2.8
nicolas-grekas May 19, 2017
f154e67
Merge branch '2.8' into 3.2
nicolas-grekas May 19, 2017
fd7b084
Merge branch '2.7' into 2.8
nicolas-grekas May 19, 2017
3aaec6f
Merge branch '2.8' into 3.2
nicolas-grekas May 19, 2017
7938fde
Merge branch '3.2' into 3.3
nicolas-grekas May 19, 2017
e9e19e7
Merge branch '3.3' into 3.4
nicolas-grekas May 19, 2017
31f74ca
Merge branch '3.4'
nicolas-grekas May 19, 2017
1ccbe0b
[Workflow] Removed class name support in `WorkflowRegistry::add()` as…
lyrixx May 19, 2017
fd25777
[Workflow] Removed FrameworkBundle/DependencyInjection/Compiler/Vali…
lyrixx May 19, 2017
3bed8f6
[Workflow] The `type` option of the `framework.workflows.*` configura…
lyrixx May 19, 2017
f9c51a6
[Debug][VarDumper] Remove the symfony_debug C extension
nicolas-grekas May 19, 2017
a91a7de
feature #22771 [Workflow] Removed deprecated features (lyrixx)
fabpot May 19, 2017
79bc327
feature #22782 [Debug][VarDumper] Remove the symfony_debug C extensio…
fabpot May 19, 2017
7e3462f
refactor LanguageBundle
May 20, 2017
f8ef648
Applying common typo
May 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch '2.7' into 2.8
* 2.7:
  typo
  • Loading branch information
nicolas-grekas committed May 19, 2017
commit fd7b084eceab574b97a54ce333a99fb6523f8c49

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0