Commit History

Author SHA1 Message Date
  Lukas Kahwe Smith 2b4a25a0a7 fix tests 14 years ago
  Fabien Potencier 25c3fee1f2 [FrameworkBundle] removed obsolete code 14 years ago
  Fabien Potencier 8cd29cabd5 Merge remote branch 'shishi/update_update.ja.md' 14 years ago
  Lee McDermott 7e89a6ad41 Added an optimisation for PHP-FPM (FastCGI Process Manager). 14 years ago
  Shigenibu Nishikawa df59e42041 update UPDATE.ja.md 14 years ago
  Eriksen Costa c9acf2e60c [Form] minor code simplification 14 years ago
  Fabien Potencier ea93e4cafa [Form] added a circular reference safeguard for form type 14 years ago
  Fabien Potencier d044498cde [Form] changed the way default type names are created to avoid collisions 14 years ago
  Albert Jessurum ca52a04f5e [Validator] Allow DateTime objects as valid Times 14 years ago
  Lukas Kahwe Smith 8ef83d548b marked public api 14 years ago
  Lukas Kahwe Smith f67b3f508e more encoder lazy loading tweaks 14 years ago
  Lukas Kahwe Smith 4b3f6215b7 always use getEncoder() to enable lazy loading 14 years ago
  Lukas Kahwe Smith 64c8a1ab8c cosmetic tweak 14 years ago
  Lukas Kahwe Smith c54ab34363 removed setEncoder/removeEncoder/addNormalizer/removeNormalizer 14 years ago
  Lukas Kahwe Smith 8473e3e56a SerializerAwareInterface and DecoderInterface do not implement EncoderInterface anymore 14 years ago
  Lukas Kahwe Smith b9bc5f9b20 handle non objects 14 years ago
  Lukas Kahwe Smith c470d8b273 moved the methods that can later be moved to a Builder to the bottom 14 years ago
  Lukas Kahwe Smith 5b3ccba2a1 use getEncoder inside encode/decode 14 years ago
  Lukas Kahwe Smith 7ecd5e7590 made serialize/deserialize/encode/decode final 14 years ago
  Lukas Kahwe Smith 52b8cb622d added Constructor 14 years ago
  Lukas Kahwe Smith 46da5ff069 added Exception's from SerializerBundle 14 years ago
  Lukas Kahwe Smith 1eecf1a5d1 made (de)normalizeObject() private 14 years ago
  Lukas Kahwe Smith 054e41573e renamed hasEncoder/hasDecoder to supportsSerialization/supportsDeserialization 14 years ago
  Lukas Kahwe Smith 900dda8239 notice fixes 14 years ago
  Lukas Kahwe Smith 9fdfac81ec typo fixes 14 years ago
  Lukas Kahwe Smith c3acd5df54 all encoders implement EncoderInterface 14 years ago
  Lukas Kahwe Smith e694397f16 removed redundant management of encoders and decoders, aka assume all decoders are also encoders 14 years ago
  Lukas Kahwe Smith 34b5a67987 expand interface 14 years ago
  Fabien Potencier f3cafcb355 merged symfony/form-simplification 14 years ago
  Fabien Potencier 852a4c9c6a [Form] removed the file upload temporary storage feature 14 years ago