Commit Graph

15 Commits

Author SHA1 Message Date
Evan Owens 3073541eb2 Fix grammar 2014-12-30 09:24:50 +01:00
Jeremy Livingston 3bd1616db9 Add LegacyPdoSessionHandler class
The changes made to the PdoSessionHandler in 2.6 introduced a
backwards-compatability break for users upgrading from 2.5. This update
introduces a LegacyPdoSessionHandler class that uses the old service's
functionality.

Users who cannot make schema updates or do not want to lose sessions can
use LegacyPdoSessionHandler until 3.0.
2014-12-23 18:34:42 +01:00
Ryan Weaver adfdad9c38 Adding note about known BC issues 2014-12-07 19:23:51 -05:00
Ryan Weaver 42950e9e71 Adding note about the PdoSessionHandler BC break 2014-12-07 19:21:36 -05:00
Alexander M. Turek cd55a81df7 Upgrade information for the Translation component regarding the new LoggingTranslator class. 2014-11-26 14:42:19 +01:00
Pera Jovic 450e34193f Update UPGRADE-2.6.md 2014-11-12 13:06:32 +01:00
Nicolas Grekas b592e90177 [VarDumper] inline dump() function loading 2014-11-06 21:49:33 +01:00
Bernhard Schussek 0b0bfc03d5 [OptionsResolver] Documented BC break 2014-11-03 10:04:37 +01:00
Bernhard Schussek 642c119e0c [OptionsResolver] Merged Options class into OptionsResolver 2014-10-22 11:07:34 +02:00
Tobias Schultze 1bc6680928 [HttpFoundation] implement different locking strategies for sessions 2014-10-02 20:16:41 +02:00
Tobias Schultze 5978fcfb08 added upgrade and changelog notes for PdoSessionHandler 2014-09-29 17:13:11 +02:00
Iltar van der Berg b967787185 Split of the SecurityContext to AuthorizationChecker and TokenStorage 2014-09-24 09:31:49 +02:00
Bernhard Schussek 2b440f3847 [Form] Renamed the option "empty_value" to "placeholder" 2014-09-23 16:46:44 +02:00
Tom Corrigan 580e1a7b46 [Validator] fixed: Expressions always valid for null values
The ExpressionValidator was incorrectly skipping validation of null or
empty string values.
2014-08-21 16:49:24 +10:00
Bernhard Schussek ce1d2093bd [Validator] Added ConstraintViolation::getConstraint() 2014-08-19 11:39:05 +02:00