提交历史

作者 SHA1 备注 提交日期
  Bernhard Schussek acaa9c9058 [Form] Fixed signature of Form::addError() 14 年之前
  Bernhard Schussek 6c9ff0a2a3 [Form] Improved naming of data conversion methods in Form and made them private 14 年之前
  Bernhard Schussek 119866e06d [Form] Renamed FormBuilder::getInstance() to getForm() 14 年之前
  Bernhard Schussek 2dbb41714a [Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them 14 年之前
  Bernhard Schussek fc7281bcab [Form] Extracted validation logic of form. Fields can now contain multiple validators 14 年之前
  Bernhard Schussek cb599f417e [Form] Renamed field option 'disabled' to 'read_only'. How to render read-only fields is now the responsibility of the renderer 14 年之前
  Bernhard Schussek b5656f1290 [Form] Renamed ObjectMapper to PropertyPathMapper 14 年之前
  Bernhard Schussek 295d01745b [Form] Renamed StripTagsFilter to StripTagsListener until we have better conventions 14 年之前
  Bernhard Schussek 2c6c89d898 Merge remote branch 'beberlei/forms' into beberlei-merge 14 年之前
  Benjamin Eberlei b43318ee3e [Form] Add tests for untested classes. 14 年之前
  Benjamin Eberlei d62213662e Merge branch 'experimental' of git://github.com/bschussek/symfony into forms 14 年之前
  Benjamin Eberlei 864a3ec45f [Form] Add StripTagsFilter EventListener 14 年之前
  Bernhard Schussek a1c3d21d0e [Form] Added comment 14 年之前
  Bernhard Schussek e9cb19721a [Form] Optimized code in Form to remove one event listener 14 年之前
  Bernhard Schussek fb2db58801 [Form] Added fluid interface for inline adding of sub-builders to a builder 14 年之前
  Bernhard Schussek 6793bcd698 [Form] Removed magic from method signature of add() 14 年之前
  Bernhard Schussek c4b7a77ece Merge remote branch 'beberlei/forms' into beberlei-merge 14 年之前
  Bernhard Schussek 3586268bc2 [Form] Renamed field types. They are now always the name of the type with a 'Type' suffix 14 年之前
  Bernhard Schussek 65353bd81e [Form] Fixed failing choice field tests 14 年之前
  Benjamin Eberlei c05b3c440d [Form] Add DefaultFormFactory for convenience usage outside of a DIC context. 14 年之前
  Benjamin Eberlei 39c2d3f166 [Form] Add PhpTheme that relies on no Template Engine, generalize tests to use for PhpTheme and PhpEngineTheme. Fixed some bugs 14 年之前
  Bernhard Schussek 43a24fa931 [Form] Renamed events to match terminology in Field 14 年之前
  Bernhard Schussek 0259d4da1e [Form] Moved namespace DataValidator to Validator 14 年之前
  Bernhard Schussek 7f9284105d [Form] Moved namespace FieldGuesser to Type\Guesser 14 年之前
  Benjamin Eberlei af60ddf8ad Moved PhpTheme to FrameworkBundle and renamed to PhpEngineTheme 14 年之前
  Benjamin Eberlei 32e1a7c8f9 Merge bschussek/experimental into branch forms. 14 年之前
  Benjamin Eberlei 44e85ae2f2 Finished first version of PhpTheme, added huge functional test. 14 年之前
  Bernhard Schussek d2210a2e79 [Form] Removed unused Form::isCsrfTokenValid() 14 年之前
  Bernhard Schussek 3e17b26105 [Form] Moved CSRF protection into separate field 14 年之前
  Benjamin Eberlei 3e2b8e5f12 Fix some missing use statements and small bugs. 14 年之前