Commit Graph

19278 Commits

Author SHA1 Message Date
Lenard Palko
deeb652bf9 Added deprecation log for validate and validateValue on ExecutionContext... 2014-11-30 12:24:19 +01:00
Fabien Potencier
590b4f358d minor #12734 [Console] [Hackday] [2.7] Add a deprecation note about ProgressHelper (mrcmorales)
This PR was squashed before being merged into the 2.7 branch (closes #12734).

Discussion
----------

[Console] [Hackday] [2.7]  Add a deprecation note about ProgressHelper

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12706
| License       | MIT
| Doc PR        |

Commits
-------

69fa99a [Console] [Hackday] [2.7]  Add a deprecation note about ProgressHelper
2014-11-30 12:21:08 +01:00
Marc Morales Valldepérez
69fa99a6a6 [Console] [Hackday] [2.7] Add a deprecation note about ProgressHelper 2014-11-30 12:21:07 +01:00
Fabien Potencier
c65864e0a8 minor #12738 [Hackday][2.7] Add a deprecation note about MetadataInterface's accept() method (snoek09)
This PR was squashed before being merged into the 2.7 branch (closes #12738).

Discussion
----------

[Hackday][2.7] Add a deprecation note about MetadataInterface's accept() method

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12676
| License       | MIT

Commits
-------

171377d [Hackday][2.7] Add a deprecation note about MetadataInterface's accept() method
2014-11-30 12:19:53 +01:00
Henry Snoek
171377df7a [Hackday][2.7] Add a deprecation note about MetadataInterface's accept() method 2014-11-30 12:19:51 +01:00
Fabien Potencier
f7bb10a6e0 minor #12745 [Validator] Added a deprecation note about setPropertyAccessor #12698 (MICKtheBIG)
This PR was squashed before being merged into the 2.7 branch (closes #12745).

Discussion
----------

[Validator] Added a deprecation note about setPropertyAccessor #12698

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12698
| License       | MIT
| Doc PR        |

Commits
-------

c82dc5e [Validator] Added a deprecation note about setPropertyAccessor #12698
2014-11-30 12:18:55 +01:00
Michael Pohlers
c82dc5e21f [Validator] Added a deprecation note about setPropertyAccessor #12698 2014-11-30 12:18:54 +01:00
Fabien Potencier
910a30c0e9 minor #12746 [Locale] Adding a deprecation note about the Locale component (rodrigobb)
This PR was squashed before being merged into the 2.7 branch (closes #12746).

Discussion
----------

[Locale] Adding a deprecation note about the Locale component

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12635
| License       | MIT
| Doc PR        | -

Commits
-------

5580a4f [Locale] Adding a deprecation note about the Locale component
2014-11-30 12:17:45 +01:00
Rodrigo Borrego Bernabé
5580a4f349 [Locale] Adding a deprecation note about the Locale component 2014-11-30 12:17:44 +01:00
Fabien Potencier
b32395bd88 minor #12753 [Validator] added a deprecation note about MetadataFactoryInterface (Ismail Faizi)
This PR was merged into the 2.7 branch.

Discussion
----------

[Validator] added a deprecation note about MetadataFactoryInterface

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12690
| License       | MIT
| Doc PR        |

Commits
-------

33fa8ff [Validator] added a deprecation note about MetadataFactoryInterface addressing #12690
2014-11-30 12:15:54 +01:00
Fabien Potencier
62a61c34e9 minor #12755 [Validator][Hackday] [2.7] Add a deprecation note about ValidationVisito... (neoshadybeat)
This PR was merged into the 2.7 branch.

Discussion
----------

[Validator][Hackday] [2.7] Add a deprecation note about ValidationVisito...

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12755
| License       | MIT
| Doc PR        | none

Commits
-------

786e509 [Validator][Hackday] [2.7] Add a deprecation note about ValidationVisitorInterface and ValidationVisitor #12675
2014-11-30 12:14:16 +01:00
Nicolas Grekas
ceecb502f8 [Filesystem] fix lock file permissions 2014-11-30 11:30:45 +01:00
Fabien Potencier
a0703cff9a minor #12767 [Console] Remove dialog helper usage (blanchonvincent)
This PR was merged into the 2.5 branch.

Discussion
----------

[Console] Remove dialog helper usage

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Because the dialog helper is deprecated, we should use question helper instead.

Commits
-------

844aa54 Remove dialog usage
2014-11-30 11:12:31 +01:00
Fabien Potencier
60ea9a15f6 minor #12762 [ClassLoader] Add a deprecation note about UniversalClassLoader class (davidromani)
This PR was squashed before being merged into the 2.7 branch (closes #12762).

Discussion
----------

[ClassLoader] Add a deprecation note about UniversalClassLoader class

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12600
| License       | MIT
| Doc PR        |

Commits
-------

f216c81 [ClassLoader] Add a deprecation note about UniversalClassLoader class
2014-11-30 09:19:13 +01:00
David Romaní
f216c819ed [ClassLoader] Add a deprecation note about UniversalClassLoader class 2014-11-30 09:19:10 +01:00
blanchonvincent
844aa54aa2 Remove dialog usage 2014-11-30 09:03:32 +01:00
David Romaní
21c32b5923 add trigger message 2014-11-29 20:05:15 +01:00
Ismail Faizi
33fa8ff25d [Validator] added a deprecation note about MetadataFactoryInterface addressing #12690 2014-11-29 19:16:10 +01:00
Fabien Potencier
6619af8e42 minor #12627 Added a deprecation warning for the command dumper (Nyholm)
This PR was merged into the 2.7 branch.

Discussion
----------

Added a deprecation warning for the command dumper

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12620
| License       | MIT

This fixes #12620

Commits
-------

07436d7 Added a deprecation warning for the command dumper
2014-11-29 16:42:01 +01:00
Tobias Nyholm
07436d7e15 Added a deprecation warning for the command dumper 2014-11-29 16:40:17 +01:00
Fabien Potencier
c6cc3ebfbe minor #12724 Resolves #12623 [Hackday] [2.7] Add a deprecation note about Debug compo... (davidfuhr)
This PR was merged into the 2.7 branch.

Discussion
----------

Resolves #12623 [Hackday] [2.7] Add a deprecation note about Debug compo...

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12623
| License       | MIT
| Doc PR        |

Commits
-------

5876f52 [Hackday] [2.7] Add a deprecation note about Debug component classes
2014-11-29 16:35:18 +01:00
David Fuhr
5876f520d4 [Hackday] [2.7] Add a deprecation note about Debug component classes
Resolves #12623
2014-11-29 16:32:40 +01:00
Fabien Potencier
fc41d22043 minor #12732 Ticket 12710 (ioannah)
This PR was squashed before being merged into the 2.7 branch (closes #12732).

Discussion
----------

Ticket 12710

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12710
| License       | MIT
| Doc PR        |

Commits
-------

ba524b8 Ticket 12710
2014-11-29 16:32:11 +01:00
Ioana Hazsda
ba524b8779 Ticket 12710 2014-11-29 16:32:10 +01:00
neoshadybeat
786e50957f [Validator][Hackday] [2.7] Add a deprecation note about ValidationVisitorInterface and ValidationVisitor #12675 2014-11-29 16:25:47 +01:00
Fabien Potencier
ab16213267 minor #12756 [PHPUnit] ignore E_USER_DEPRECATED notices (xabbuh)
This PR was merged into the 2.7 branch.

Discussion
----------

[PHPUnit] ignore E_USER_DEPRECATED notices

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

This updates the PHPUnit configuration files that have not been
updated in #12705.

Commits
-------

dcc1103 [PHPUnit] ignore E_USER_DEPRECATED notices
2014-11-29 16:18:56 +01:00
Christian Flothmann
dcc1103a16 [PHPUnit] ignore E_USER_DEPRECATED notices
This updates the PHPUnit configuration files that have not been
updated in #12705.
2014-11-29 16:15:10 +01:00
Fabien Potencier
6e20596c6a minor #12737 [Console] Adding a deprecation note about DialogHelper (rodrigobb)
This PR was squashed before being merged into the 2.7 branch (closes #12737).

Discussion
----------

[Console] Adding a deprecation note about DialogHelper

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12704
| License       | MIT
| Doc PR        | -

Commits
-------

673c253 [Console] Adding a deprecation note about DialogHelper
2014-11-29 16:11:49 +01:00
Rodrigo Borrego Bernabé
673c25372b [Console] Adding a deprecation note about DialogHelper 2014-11-29 16:11:48 +01:00
Fabien Potencier
3467bf0e98 minor #12736 [Valid] [Validator] [Constraints] [DEPRECATION] Added deprication note on Valid constraint validator for deep option. (Balazs Csaba)
This PR was merged into the 2.7 branch.

Discussion
----------

[Valid] [Validator] [Constraints] [DEPRECATION] Added deprication note on Valid constraint validator for deep option.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12695
| License       | MIT
| Doc PR        | -

Commits
-------

46f1eb0 Added deprication note on Valid constraint validator for deep option.
2014-11-29 16:05:59 +01:00
Fabien Potencier
ebcf5dc166 minor #12726 Deprecate interface Symfony\Component\Validator\ExecutionContextInterface (lbrunet)
This PR was merged into the 2.7 branch.

Discussion
----------

Deprecate interface Symfony\Component\Validator\ExecutionContextInterface

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | [#12683]
| License       | MIT

Deprecate interface Symfony\Component\Validator\ExecutionContextInterface

Commits
-------

7ed6d11 Deprecate interface Symfony\Component\Validator\ExecutionContextInterface
2014-11-29 16:00:32 +01:00
Fabien Potencier
db61656aa7 minor #12752 Fix tests after changes from #12598 (snoek09)
This PR was merged into the 2.7 branch.

Discussion
----------

Fix tests after changes from #12598

The messages in the UndefinedMethodFatalErrorHandlerTest have been updated to match the new format.

Commits
-------

9258547 Fix tests after changes from #12598
2014-11-29 15:58:02 +01:00
Fabien Potencier
4f0ce41a0b minor #12656 [Controller] [FrameworkBundle] [DEPRECATION] Added a deprecation error trigger for getRequest method of the base controller (Balazs Csaba)
This PR was merged into the 2.7 branch.

Discussion
----------

[Controller] [FrameworkBundle] [DEPRECATION] Added a deprecation error trigger for getRequest method of the base controller

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12614
| License       | MIT
| Doc PR        | -

Commits
-------

64a9701 Added deprecation warning on the base controller getRequest method.
2014-11-29 15:56:48 +01:00
Laurent Brunet
7ed6d11a23 Deprecate interface Symfony\Component\Validator\ExecutionContextInterface 2014-11-29 15:56:10 +01:00
Balazs Csaba
64a9701b1b Added deprecation warning on the base controller getRequest method. 2014-11-29 16:50:48 +02:00
Balazs Csaba
46f1eb06ff Added deprication note on Valid constraint validator for deep option. 2014-11-29 16:46:48 +02:00
Fabien Potencier
538c537862 minor #12730 add deprecation log (#12674) (phramz)
This PR was merged into the 2.7 branch.

Discussion
----------

add deprecation log (#12674)

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12674
| License       | MIT
| Doc PR        |

Commits
-------

2e47b62 [Validator] add deprecation log (#12674)
2014-11-29 15:46:10 +01:00
Henry Snoek
9258547d9e Fix tests after changes from #12598 2014-11-29 15:43:05 +01:00
Fabien Potencier
9e2b666534 minor #12748 [Validator] [Hackday] [2.7] Add a deprecation note about PropertyMetadataContainerInterface (mrcmorales)
This PR was squashed before being merged into the 2.7 branch (closes #12748).

Discussion
----------

[Validator] [Hackday] [2.7]  Add a deprecation note about PropertyMetadataContainerInterface

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12679
| License       | MIT
| Doc PR        |

Commits
-------

a93ab3e [Validator] [Hackday] [2.7]  Add a deprecation note about PropertyMetadataContainerInterface
2014-11-29 15:42:44 +01:00
Marc Morales Valldepérez
a93ab3e33e [Validator] [Hackday] [2.7] Add a deprecation note about PropertyMetadataContainerInterface 2014-11-29 15:42:42 +01:00
Fabien Potencier
95b117c235 minor #12661 Added deprecation log for PropertyAccess::getPropertyAccessor. Issue #12... (Lenard Palko)
This PR was squashed before being merged into the 2.7 branch (closes #12661).

Discussion
----------

Added deprecation log for PropertyAccess::getPropertyAccessor. Issue #12...

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12636
| License       | MIT
| Doc PR        |

Added deprecation log for PropertyAccess::getPropertyAccessor.

Commits
-------

705eb96 Added deprecation log for PropertyAccess::getPropertyAccessor. Issue #12...
2014-11-29 15:31:23 +01:00
Lenard Palko
705eb961d5 Added deprecation log for PropertyAccess::getPropertyAccessor. Issue #12... 2014-11-29 15:31:20 +01:00
Maximilian Reichel
2e47b62017 [Validator] add deprecation log (#12674) 2014-11-29 14:28:50 +00:00
Fabien Potencier
ccb04adc49 minor #12654 [Hackday] [Form] Added deprecation notice on Form::getErrorsAsString (stefanosala)
This PR was merged into the 2.7 branch.

Discussion
----------

[Hackday] [Form] Added deprecation notice on Form::getErrorsAsString

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12611
| License       | MIT
| Doc PR        | -

Commits
-------

1d45650 [Form] Added deprecation notice on Form::getErrorsAsString
2014-11-29 15:28:19 +01:00
Fabien Potencier
4e6b74bb00 minor #12645 [Hackday] [2.7] Add a deprecation note about RegisterListenersPass (jzawadzki)
This PR was squashed before being merged into the 2.7 branch (closes #12645).

Discussion
----------

[Hackday] [2.7] Add a deprecation note about RegisterListenersPass

| Q             | A
| ------------- | ---
| Fixed tickets | #12633
| License       | MIT

Commits
-------

9938179 [Hackday] [2.7] Add a deprecation note about RegisterListenersPass
2014-11-29 15:25:36 +01:00
Jerzy Zawadzki
9938179e44 [Hackday] [2.7] Add a deprecation note about RegisterListenersPass 2014-11-29 15:25:32 +01:00
Fabien Potencier
177425992e minor #12749 Deprecate interface Symfony\Component\OptionsResolver\OptionsResolverInterface (lbrunet)
This PR was merged into the 2.7 branch.

Discussion
----------

Deprecate interface  Symfony\Component\OptionsResolver\OptionsResolverInterface

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | [ #12743]
| License       | MIT

Deprecate interface  Symfony\Component\OptionsResolver\OptionsResolverInterface

Commits
-------

1b42e32 Deprecate interface  Symfony\Component\OptionsResolver\ OptionsResolverInterface
2014-11-29 15:23:00 +01:00
Fabien Potencier
58f452d767 minor #12629 Added deprecation note about 'virtual' form option. Issue #12603. (Lenard Palko)
This PR was squashed before being merged into the 2.7 branch (closes #12629).

Discussion
----------

Added deprecation note about 'virtual' form option. Issue #12603.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #12603
| License       | MIT
| Doc PR        |

Uncommented the trigger_error method calls for 'virtual' form option.

Commits
-------

1308310 Added deprecation note about 'virtual' form option. Issue #12603.
2014-11-29 15:20:26 +01:00
Lenard Palko
13083106c2 Added deprecation note about 'virtual' form option. Issue #12603. 2014-11-29 15:20:23 +01:00
Laurent Brunet
1b42e32f09 Deprecate interface Symfony\Component\OptionsResolver\ OptionsResolverInterface 2014-11-29 15:16:38 +01:00