1. 18 Aug, 2014 1 commit
  2. 12 Aug, 2014 2 commits
  3. 11 Aug, 2014 1 commit
    • Fixes #4371: Active form client validation wasn't working in case of two models… · b7cad9df
      abrahamy authored
      Fixes #4371: Active form client validation wasn't working in case of two models having same named fields
      
      When rendering multiple models in the same ActiveForm if any of the field names in the two models is the same then the corresponding attribute in the yiiActiveForm object in yiiActiveForm.js (ie $('form').data('yiiActiveForm').attributes) of the first rendered model is overwritten by the attribute of the last model causing the client-side validation for the overwritten field not to run at all. Example: given two models Car and Owner with attributes {make, age} and {name, age} then if the Car is rendered first its age attribute will not have any client validation.
  4. 07 Aug, 2014 1 commit
  5. 04 Aug, 2014 1 commit
  6. 31 Jul, 2014 1 commit
  7. 29 Jul, 2014 1 commit
  8. 28 Jul, 2014 1 commit
  9. 25 Jul, 2014 2 commits
  10. 10 Jul, 2014 2 commits
  11. 09 Jul, 2014 1 commit
  12. 05 Jul, 2014 1 commit
  13. 27 Jun, 2014 1 commit
  14. 25 Jun, 2014 2 commits
  15. 23 Jun, 2014 2 commits
  16. 20 Jun, 2014 1 commit
  17. 17 Jun, 2014 4 commits
  18. 13 Jun, 2014 2 commits
  19. 12 Jun, 2014 1 commit
  20. 06 Jun, 2014 1 commit
  21. 05 Jun, 2014 1 commit
  22. 04 Jun, 2014 1 commit
  23. 03 Jun, 2014 2 commits
  24. 29 May, 2014 1 commit
  25. 22 May, 2014 3 commits
  26. 21 May, 2014 1 commit
  27. 20 May, 2014 1 commit
  28. 17 May, 2014 1 commit