8000 fixxed order of usage by OskarStark · Pull Request #13538 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

fixxed order of usage #13538

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 133 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
133 commits
Select commit Hold shift + click to select a range
d8f839d
updated version to 3.0
fabpot Nov 11, 2014
0ab13b9
Publics methods are protected, class become abstract
mickaelandrieu Nov 11, 2014
37b49e1
[HttpKernel] Removed deprecated Kernel::init() method
saro0h Nov 12, 2014
7690af1
Merge branch '2.7'
fabpot Nov 16, 2014
7adb842
feature #12461 [HttpKernel] Removed deprecated Kernel::init() method …
fabpot Nov 16, 2014
1277c49
Merge branch '2.7'
fabpot Nov 20, 2014
b2e7ca3
Merge branch '2.7'
fabpot Nov 28, 2014
5e9aa16
[FrameworkBundle] remove deprecated method 'createEsi'
Nov 29, 2014
e2334d9
[Process] Remove deprecated methods
romainneutron Nov 29, 2014
b62ecd7
Merge branch '2.7'
fabpot Dec 2, 2014
62e4ee1
Merge branch '2.7'
fabpot Dec 2, 2014
cc3b2de
Merge branch '2.7'
fabpot Dec 3, 2014
9ecfc84
[Monolog Bridge] Remove deprecated log methods + add unit tests
Nov 29, 2014
73d3770
feature #12731 [Monolog Bridge] Remove deprecated log methods + add …
fabpot Dec 4, 2014
e0205ba
8000 feature #12697 [3.0][Process] Remove deprecated methods (romainneutron)
fabpot Dec 4, 2014
91dcca4
[HttpKernel] Remove unused method Kernel::isClassInActiveBundle
hacfi Dec 4, 2014
f4e7fd7
Merge branch '2.7'
fabpot Dec 8, 2014
d4057bc
Merge branch '2.7'
nicolas-grekas Dec 12, 2014
dc7237f
Merge branch '2.7'
fabpot Dec 13, 2014
3805557
Merge branch '2.7'
fabpot Dec 13, 2014
cb9f834
Merge branch '2.7'
nicolas-grekas Dec 16, 2014
c70a616
[Bridge] [Swiftmailer] removes Swiftmailer bridge namespace.
Dec 20, 2014
5417675
feature #12854 [3.0][HttpKernel] Remove unused method Kernel::isClass…
fabpot Dec 20, 2014
fb34a6f
Merge branch '2.7'
fabpot Dec 20, 2014
70f6fcd
Merge branch '2.7'
fabpot Dec 21, 2014
4c1ab52
feature #13046 [3.0] [Bridge] [Swiftmailer] removed Swiftmailer bridg…
fabpot Dec 21, 2014
7b33d1a
Removed all $that variables
saro0h Dec 3, 2014
ad8289b
minor #12841 [3.0] Removed all $that variables (saro0h)
fabpot Dec 21, 2014
20cb713
Add LegacyPdoSessionHandler class
jeremylivingston Dec 15, 2014
d8ebcd2
feature #12994 Add LegacyPdoSessionHandler class (jeremylivingston)
fabpot Dec 21, 2014
22b183c
Add LegacyPdoSessionHandler class
jeremylivingston Dec 15, 2014
e840ec7
bug #12994 Add LegacyPdoSessionHandler class (jeremylivingston)
fabpot Dec 21, 2014
37909a4
Merge branch '2.7'
fabpot Dec 22, 2014
e09e027
Merge branch '2.7'
fabpot Dec 23, 2014
877390f
Merge branch '2.7'
fabpot Dec 24, 2014
602ba22
Merge branch '2.7'
nicolas-grekas Dec 24, 2014
f333cb2
Merge branch '2.7'
nicolas-grekas Dec 25, 2014
d6af4d6
Merge branch '2.7'
nicolas-grekas Dec 26, 2014
dfb9706
[Console] Removed DialogHelper, ProgressHelper and TableHelper
saro0h Dec 26, 2014
c6b049f
[Form] Removed deprecated form_enctype()
saro0h Dec 26, 2014
e93b571
[HttpKernel] Removed deprecated ErrorHandler and ExceptionHandler cla…
saro0h Dec 26, 2014
b552b1b
[FrameworkBundle] Removed the deprecated RouterApacheDumperCommand
saro0h Dec 26, 2014
e1c19f8
[Yaml] Removed the ability to parse a file in Yaml::parse()
saro0h Dec 26, 2014
7dee89b
feature #13129 [Yaml] Removed the ability to parse a file in Yaml::pa…
fabpot Dec 29, 2014
86354c7
Merge branch '2.7'
fabpot Dec 30, 2014
f4b498c
Merge branch '2.7'
fabpot Dec 30, 2014
fddcb86
[3.0] Update required PHP to 5.5.9
nicolas-grekas Nov 19, 2014
35e0845
[3.0] Removed some old hacks
GrahamCampbell Nov 30, 2014
479a938
minor #12522 [3.0] Update required PHP to 5.5.9 (nicolas-grekas, Grah…
fabpot Dec 30, 2014
303df69
Merge branch '2.7'
fabpot Dec 30, 2014
e3872b9
feature #13130 [HttpKernel] Removed deprecated ErrorHandler and Excep…
fabpot Dec 30, 2014
b9f4425
feature #13128 [Form] Removed deprecated form_enctype() (saro0h)
fabpot Dec 30, 2014
a15df69
feature #13127 [FrameworkBundle] Removed the deprecated RouterApacheD…
fabpot Dec 30, 2014
649061b
feature #13121 [Console] Removed DialogHelper, ProgressHelper and Tab…
fabpot Dec 30, 2014
2221a15
[3.0] [Twig Bridge] Fixed Tests
saro0h Dec 30, 2014
7170421
minor #13175 [3.0] [Twig Bridge] Fixed Tests (saro0h)
fabpot Dec 30, 2014
2120554
Removed request service occurrences.
Nov 11, 2014
a179b90
feature #12460 [3.0] [FrameworkBundle] removed request service occurr…
fabpot Jan 2, 2015
929f1d9
Merge branch '2.7'
fabpot Jan 3, 2015
92a7416
feature #12457 [FrameworkBundle] REFS #11294 Controller class become …
fabpot Jan 3, 2015
4391219
Fixed tests
saro0h Jan 3, 2015
5099d43
minor #13217 [3.0] [FrameworkBundle] Fixed tests (saro0h)
fabpot Jan 3, 2015
afcf52f
Merge branch '2.7'
nicolas-grekas Jan 3, 2015
a333811
[Config] removed deprecated ReferenceDumper class.
Jan 3, 2015
1cdb655
[Form] Removed depracted events PRE_BIND, BIND and POST_BIND
saro0h Dec 26, 2014
900f78a
feature #13216 [3.0] [Config] removed deprecated ReferenceDumper clas…
fabpot Jan 3, 2015
9c6d315
feature #13122 [3.0][Form] Removed depracted events PRE_BIND, BIND an…
fabpot Jan 3, 2015
5e017e5
Merge branch '2.7'
fabpot Jan 4, 2015
eb5f3b4
feature #12663 [FrameworkBundle] remove deprecated method 'createEsi'…
fabpot Jan 4, 2015
7f3b57d
Merge branch '2.7'
fabpot Jan 5, 2015
9270639
Merge branch '2.7'
nicolas-grekas Jan 5, 2015
1b25018
[FrameworkBundle] Fixed TextDescriptor::describeEventDispatcherListen…
saro0h Jan 6, 2015
b11429a
minor #13276 [3.0][FrameworkBundle] Fixed TextDescriptor::describeEve…
fabpot Jan 6, 2015
481a014
Merge branch '2.7'
fabpot Jan 6, 2015
de6f11d
Merge branch '2.7'
fabpot Jan 6, 2015
d0672a8
removed CHANGELOGs and UPGRADEs for 2.x versions
fabpot Jan 7, 2015
e60a007
minor #13302 removed CHANGELOGs and UPGRADEs for 2.x versions (fabpot)
fabpot Jan 7, 2015
b33b1dc
Merge branch '2.7'
fabpot Jan 7, 2015
0bb20cb
fixed wrong merge
fabpot Jan 7, 2015
e1f30c4
Merge branch '2.7'
fabpot Jan 8, 2015
3636484
Merge branch '2.7'
fabpot Jan 9, 2015
5ddddc9
fixed wrong merge
fabpot Jan 9, 2015
2e59c3f
fixed wrong merge
fabpot Jan 9, 2015
3176b09
Merge branch '2.7'
fabpot Jan 10, 2015
7bfd1b3
Merge branch '2.7'
fabpot Jan 10, 2015
f4d874c
Merge branch '2.7'
fabpot Jan 12, 2015
b529830
[TwigBundle] fall back to security instead of tokenStorage when not a…
fabpot Jan 13, 2015
91ede2f
minor #13384 [TwigBundle] fall back to security instead of tokenStora…
fabpot Jan 13, 2015
0bd63dd
Merge branch '2.6' into 2.7
fabpot Jan 13, 2015
5cc6cfa
Merge branch '2.7'
fabpot Jan 13, 2015
7cd74d5
[Debug] fix composer.json
nicolas-grekas Jan 13, 2015
2877d41
minor #13387 [Debug] fix composer.json (nicolas-grekas)
fabpot Jan 13, 2015
0a12631
Merge branch '2.6' into 2.7
fabpot Jan 13, 2015
15a3b18
Merge branch '2.7'
fabpot Jan 13, 2015
a7e038b
Merge branch '2.7'
Tobion Jan 13, 2015
70cd6c9
[TwigBundle] removed deprecated ActionsExtension
fabpot Jan 4, 2015
f5a2fa7
Merge branch '2.7'
fabpot Jan 14, 2015
6a6d9c3
feature #13233 [TwigBundle] removed deprecated ActionsExtension (fabpot)
fabpot Jan 14, 2015
88d88de
8000 Merge branch '2.7'
fabpot Jan 15, 2015
238bbab
fixed wrong merge
fabpot Jan 16, 2015
ceefea8
minor #13427 fixed wrong merge (fabpot)
fabpot Jan 16, 2015
2afd614
removed deprecated Twig features
fabpot Jan 14, 2015
7b6f6d7
feature #13409 removed deprecated Twig features (fabpot)
fabpot Jan 16, 2015
ba70a48
[3.0] [EventDispatcher][Event] removed deprecated setDispatcher and g…
aitboudad Jan 5, 2015
4ab3e8b
[3.0] [EventDispatcher][Event] removed deprecated name methods.
aitboudad Jan 5, 2015
1d7cbdd
[ClassLoader] removed deprecated UniversalClassLoader and DebugClassL…
Jan 2, 2015
cca5e41
feature #13203 [3.0] [ClassLoader] removed deprecated UniversalClassL…
fabpot Jan 16, 2015
9f195cd
feature #13260 [3.0][EventDispatcher][Event] removed deprecated metho…
fabpot Jan 16, 2015
d5df960
Merge branch '2.7'
fabpot Jan 16, 2015
1a2636d
fixed wrong merge
fabpot Jan 16, 2015
0fa072c
[3.0][Monolog] Remove deprecated interface and deprecated methods
rosier Jan 9, 2015
270818d
feature #13348 [3.0][Monolog] Remove deprecated interface and depreca…
fabpot Jan 16, 2015
1ac95b1
[Console] Define isVerbose(), etc. methods in OutputInterface
Dec 23, 2014
9ff47b8
feature #13086 [Console] Define isVerbose(), etc. methods in OutputIn…
fabpot Jan 16, 2015
96c992c
[EventDispatcher] update changelog entry wording
xabbuh Jan 16, 2015
d169e84
minor #13432 [EventDispatcher] update changelog entry wording (xabbuh)
fabpot Jan 16, 2015
69a556d
[HttpFoundation] remove deprecated : FlashBag don't implement anymore…
Jan 4, 2015
2e496e1
feature #13258 [HttpFoundation] remove deprecated : FlashBag don't im…
fabpot Jan 16, 2015
56ad3e6
Merge branch '2.7'
fabpot Jan 16, 2015
269aca6
[Serializer] Remove deprecated JSON error methods
dunglas Jan 18, 2015
f7395c7
feature #13444 [Serializer] Remove deprecated JSON error methods (dun…
fabpot Jan 19, 2015
30935c7
Merge branch '2.7'
fabpot Jan 20, 2015
620744f
fixed merge issue
fabpot Jan 20, 2015
db80498
Merge branch '2.7'
fabpot Jan 20, 2015
c217adb
Travis fix
GrahamCampbell Jan 24, 2015
d735b28
minor #13510 [3.0] Travis Fix (GrahamCampbell)
fabpot Jan 25, 2015
f712a33
Merge branch '2.7'
fabpot Jan 25, 2015
312dbed
Merge branch '2.7'
fabpot Jan 25, 2015
b88586a
Merge branch '2.7'
fabpot Jan 25, 2015
a91cbbd
Merge branch '2.7'
fabpot Jan 25, 2015
5739a01
[Validator] simplified some code
fabpot Jan 26, 2015
cc1acb3
[SecurityBundle] removed usage of deprecated service
fabpot Jan 27, 2015
9c38c64
fixxed order of usage
OskarStark Jan 27, 2015
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'
* 2.7: (36 commits)
  [Debug] fix error message on double exception
  [Validator] make DateTime objects represented as strings in the violation message.
  [RFC] [DebugBundle] [HttpKernel] Avoid using container as dependency for DumpListener
  Upgrade information for the Translation component regarding the new LoggingTranslator class.
  [WebProfilerBundle] Remove usage of app.request in search bar template
  Fix initialized() with aliased services
  fix data type in docblock
  Rename Symfony2 to Symfony
  bumped Symfony version to 2.6.0
  updated VERSION for 2.6.0-BETA2
  updated CHANGELOG for 2.6.0-BETA2
  [Debug] fix ENT_SUBSTITUTE usage
  compare version using PHP_VERSION_ID
  backport #12489
  remove an unneeded check
  Remove block submit_widget
  reformat code as suggested by @fabpot
  Fix typo
  Make `\Request::get` more performant.
  properly set request attributes in controller test
  ...
  • Loading branch information
fabpot committed Nov 28, 2014
commit b2e7ca3ca440101ba106b0916c8e17dc73746ff7

This merge commit was added into this branch cleanly.

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

0