This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Propel1
Fabien Potencier 13fae153b0 minor #12968 Deprecations (jzawadzki, dkvk, nicolas-grekas, picur, mrcmorales)
This PR was merged into the 2.7 branch.

Discussion
----------

Deprecations

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12625, #12605, #12628, #12622, #12642, #12609, #12651, #12604,  #12607, #12667, #12648
| License       | MIT
| Doc PR        | -

Cherry-picking some pending PRs to make them move forward

Commits
-------

badf8fc [Form] Log deprecation of constants, fixes #12607 #12667
1d58df4 Fix deprecation notice on VirtualFormAwareIterator
e2a19ee Add a deprecation note about VirtualFormAwareIterator
ab4d9b8 Add a deprecation note about CsrfProviderInterface
cb70632 [HttpKernel] fix deprecation notice for Kernel::init()
b5a315d [HttpKernel] Added deprecated error to init()
70012c1 [Hackday] [2.7] Add a deprecation note about TypeTestCase
2014-12-20 16:44:40 +01:00
..
DataCollector Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
DependencyInjection/Security/UserProvider [Propel1] Fixed typo 2012-04-20 16:15:59 +02:00
Form Merge branch '2.3' into 2.5 2014-12-08 09:43:12 +01:00
Logger Merge branch '2.3' into 2.5 2014-10-26 08:41:27 +01:00
Security/User Docblock fixes 2014-11-30 13:33:44 +00:00
Tests [Hackday] [2.7] Add a deprecation note about TypeTestCase 2014-12-13 10:52:23 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
composer.json Merge branch '2.6' into 2.7 2014-12-16 21:28:45 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist [PHPUnit] ignore E_USER_DEPRECATED notices 2014-11-29 16:15:10 +01:00
README.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00

Propel Bridge

Provides integration for Propel with various Symfony components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/Propel1/
$ composer.phar install
$ phpunit