1. 26 Nov, 2014 1 commit
  2. 14 Nov, 2014 1 commit
  3. 12 Nov, 2014 1 commit
  4. 23 Oct, 2014 1 commit
  5. 19 Sep, 2014 1 commit
  6. 18 Sep, 2014 1 commit
  7. 16 Sep, 2014 1 commit
  8. 06 Sep, 2014 1 commit
  9. 05 Sep, 2014 1 commit
  10. 03 Sep, 2014 1 commit
  11. 12 Aug, 2014 2 commits
  12. 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.
  13. 31 Jul, 2014 1 commit
  14. 28 Jul, 2014 1 commit
  15. 05 Jul, 2014 1 commit
  16. 25 Jun, 2014 1 commit
  17. 20 Jun, 2014 1 commit
  18. 12 Apr, 2014 1 commit
  19. 10 Apr, 2014 1 commit
  20. 29 Mar, 2014 1 commit
  21. 24 Mar, 2014 1 commit
  22. 23 Mar, 2014 2 commits
  23. 16 Mar, 2014 1 commit
  24. 15 Mar, 2014 1 commit
  25. 11 Mar, 2014 2 commits
  26. 20 Feb, 2014 1 commit
  27. 31 Jan, 2014 1 commit
  28. 30 Jan, 2014 1 commit
  29. 29 Jan, 2014 1 commit
  30. 11 Jan, 2014 1 commit
  31. 09 Jan, 2014 1 commit
  32. 01 Jan, 2014 2 commits
  33. 29 Dec, 2013 2 commits
  34. 22 Dec, 2013 1 commit
  35. 18 Dec, 2013 1 commit