Bernhard Schussek
|
1b2ca259f1
[Validator] Fixed string-based constraint validators to accept empty values
|
14 gadi atpakaļ |
Gustavo Falco
|
af291bb0f1
[Validator] Fixed UrlValidator to accept empty strings (closes #9297)
|
14 gadi atpakaļ |
GordonsLondon
|
f73b6b4e1c
[PropertyPath] Fixed usage of __get() and __set() when accessing properties that exist in the object but are not public
|
14 gadi atpakaļ |
Bernhard Schussek
|
b4c359357f
[FrameworkBundle] Fixed choice_field.php template to use isChoiceGroup()
|
14 gadi atpakaļ |
Bernhard Schussek
|
e80aa9a5ab
[Form] Fixed: The data in a CollectionField is resized down if fields are removed
|
14 gadi atpakaļ |
Bernhard Schussek
|
131b3fe373
[Form] Refactored Field and FieldGroup to facilitate modifications in subclasses
|
14 gadi atpakaļ |
pablodip
|
984a857a96
[Validator] fixed the static method loader to not repeat the loading when the static method is in the parent classes
|
14 gadi atpakaļ |
Jeremy Mikola
|
c8c9fba7d9
[Routing] Add optional "type" param for loader hinting when resource strings are ambiguous
|
14 gadi atpakaļ |
Fabien Potencier
|
0c0853c636
fixed unit tests
|
14 gadi atpakaļ |
Fabien Potencier
|
b3149a235b
[HttpKernel] fixed request management in HttpKernel
|
14 gadi atpakaļ |
Fabien Potencier
|
bff58d14d7
[HttpKernel] fixed request management in HttpKernel
|
14 gadi atpakaļ |
Fabien Potencier
|
da26584735
[HttpKernel] fixed request management in HttpKernel
|
14 gadi atpakaļ |
Fabien Potencier
|
55bed307f1
removed HttpException base class, refactored FlattenException class
|
14 gadi atpakaļ |
Fabien Potencier
|
23fbd87164
[HttpKernel] removed UnauthorizedHttpException as this should be handled by the Security component
|
14 gadi atpakaļ |
Fabien Potencier
|
131776001f
removed ForbiddenHttpException
|
14 gadi atpakaļ |
Fabien Potencier
|
d036448542
[HttpKernel] simplified code
|
14 gadi atpakaļ |
Ryan Weaver
|
be94daba66
[HttpKernel] Reworking the HttpException class constructor to be more consistent with normal OO classes. Additionally, the base HttpException constructor was changed to require a code argument as it doesn't make sense to create an exception that will translate into a status code of 0 (in fact it'll cause a strange error).
|
14 gadi atpakaļ |
Jonathan H. Wage
|
ab7ad4808b
[DependencyInjection] Allow parameter replacement within extension configurations.
|
14 gadi atpakaļ |
Kris Wallsmith
|
5da423be20
[HttpKernel] Added getRequest() to HttpKernelInterface.
|
14 gadi atpakaļ |
Fabien Potencier
|
973a8f1f24
fixed typo
|
14 gadi atpakaļ |
Fabien Potencier
|
626af39800
fixed tabs
|
14 gadi atpakaļ |
Fabien Potencier
|
3dfd59b6bc
updated comment for the request service
|
14 gadi atpakaļ |
Fabien Potencier
|
04f8bc7317
fixed default httpkernel configuration
|
14 gadi atpakaļ |
Jeremy Mikola
|
7eea4882db
[HttpKernel] Move request-stashing behavior to the Kernel class
|
14 gadi atpakaļ |
Jeremy Mikola
|
2ff474fc3a
[HttpKernel][FrameworkBundle] Rename BaseHttpKernel to HttpKernel
|
14 gadi atpakaļ |
Fabien Potencier
|
7c653305a3
[DependencyInjection] fixed typo
|
14 gadi atpakaļ |
Fabien Potencier
|
39721f25bd
fixed indentation
|
14 gadi atpakaļ |
Johannes M. Schmitt
|
d94420f3a5
logout refactoring
|
14 gadi atpakaļ |
Kévin Dunglas
|
915973f458
[DoctrineMongoDbLogger] fixed the "Call to a member function getDebugLogger() on a non-object" error
|
14 gadi atpakaļ |
mwsaz
|
99bda3d8c4
[Form] removed extra blank line in textarea
|
14 gadi atpakaļ |