Jordi Boggiano
|
ded30a2937
[Serializer] Split supports in supportsNormalization and supportsDenormalization
|
14 年之前 |
Jordi Boggiano
|
919f16a7d6
[Serializer] Add support for Traversable objects
|
14 年之前 |
Jordi Boggiano
|
7a06421cb1
Fixed docs typo
|
14 年之前 |
Jordi Boggiano
|
d6afe63d2a
Merge branch 'serializerLight' of http://github.com/schmittjoh/symfony into serializer
|
14 年之前 |
Johannes Schmitt
|
ec1199eda7
[Serializer] updated SerializerInterface
|
14 年之前 |
Fabien Potencier
|
3e21e07570
Merge remote branch 'schmittjoh/config'
|
14 年之前 |
Fabien Potencier
|
62c0b10b88
[FrameworkBundle] prevented search engine indexing on exception pages
|
14 年之前 |
Fabien Potencier
|
f23044f63b
Merge remote branch 'ptheg/master'
|
14 年之前 |
Fabien Potencier
|
dfd5b653cb
[DoctrineBundle] changed mapping file suffix from .orm.dcm.yml to .orm.yml
|
14 年之前 |
Fabien Potencier
|
0cdd6ca4e2
[DoctrineBundle] added --path option to doctrine:generate:entities
|
14 年之前 |
Geyer Pierre
|
daeedb5705
Search engines should not indexing Profiler
|
14 年之前 |
Johannes Schmitt
|
486ecdc6a6
[Config] some exception improvements
|
14 年之前 |
Fabien Potencier
|
4fd5585e03
Merge remote branch 'danielholmes/validator_test_namespaces'
|
14 年之前 |
Daniel Holmes
|
8d96f6c009
[Validator] fixed namespaces for validator tests
|
14 年之前 |
Fabien Potencier
|
d9299e930b
[DoctrineBundle] changed mapping directory
|
14 年之前 |
Fabien Potencier
|
3f69333acb
[HttpKernel] refactored the ErrorHandler class
|
14 年之前 |
Fabien Potencier
|
ca3c5e652e
moved ErrorHandler management to the distributions
|
14 年之前 |
Fabien Potencier
|
0f0e5817b1
[HttpKernel] added a Kernel::init() method
|
14 年之前 |
Fabien Potencier
|
aba8f1e180
[ClassLoader] added a debug class loader
|
14 年之前 |
Fabien Potencier
|
fe9ef5c68b
[Routing] fixed deep nested route collections (closes #770)
|
14 年之前 |
Fabien Potencier
|
36bcfcc5ee
Merge remote branch 'bschussek/form'
|
14 年之前 |
Fabien Potencier
|
b7c8442068
[DoctrineBundle] made Doctrine metadata configuration easier
|
14 年之前 |
Fabien Potencier
|
ec226cd4bc
[DoctrineBundle] fixed doctrine:generate:entities
|
14 年之前 |
Fabien Potencier
|
c200b42e89
Merge remote branch 'kriswallsmith/http/forwarded-secure'
|
14 年之前 |
Kris Wallsmith
|
ae46150bc8
[HttpFoundation] added support for X-Forwarded-Port request header
|
14 年之前 |
Fabien Potencier
|
e150ffd699
Merge remote branch 'Bart00/patch-1'
|
14 年之前 |
Bernhard Schussek
|
74cca63938
[Form] CSRF fields are not included in the children of a FormView anymore if the view is not the root
|
14 年之前 |
Bernhard Schussek
|
173beeba74
[Form] FormView::offsetUnset() is now supported. It was possible anyway using getChildren() and setChildren().
|
14 年之前 |
Bernhard Schussek
|
3cc5d9f4cd
[Form] Split the option "modifiable" of the "collection" type into "allow_add" and "allow_delete"
|
14 年之前 |
Bernhard Schussek
|
bf1dfbbe99
[Form] Added test for last commit by kriswallsmith and improved dealing with original names
|
14 年之前 |