ihqs / ContactBundle

This is a Contact Bundle built on the Observer Pattern. Plug any listener you want to your contact form in a really simple way and flexible way
http://ihqs.net
25 stars 15 forks source link

Symfony 2.0.13+ support added #12

Closed mik356ua closed 12 years ago

mik356ua commented 12 years ago

Here is what's done:

  1. mente commit included
  2. Resources/config/form.xml fixed to make it possible using custom form classes
  3. useless in 2.0.13+ check for "POST" removed from Form/Handler/ContactFormHandler.php
  4. method string argument added to controller to have possibility passing master request method
  5. validation constraints moved to validation.xml to allow easy translation with validators.xx.yml
  6. readme updated