1. 18 Dec, 2014 1 commit
  2. 09 Dec, 2014 1 commit
  3. 30 Nov, 2014 1 commit
  4. 28 Nov, 2014 1 commit
  5. 26 Nov, 2014 1 commit
  6. 21 Nov, 2014 1 commit
  7. 16 Nov, 2014 1 commit
  8. 14 Nov, 2014 1 commit
  9. 12 Nov, 2014 1 commit
  10. 31 Oct, 2014 2 commits
  11. 25 Oct, 2014 1 commit
  12. 23 Oct, 2014 1 commit
  13. 22 Oct, 2014 1 commit
  14. 19 Oct, 2014 1 commit
  15. 09 Oct, 2014 1 commit
    • typo fix · 36685264
      Sergey authored
      close #5455
  16. 19 Sep, 2014 1 commit
  17. 18 Sep, 2014 2 commits
  18. 17 Sep, 2014 1 commit
  19. 16 Sep, 2014 1 commit
  20. 10 Sep, 2014 3 commits
  21. 06 Sep, 2014 2 commits
  22. 05 Sep, 2014 3 commits
  23. 03 Sep, 2014 1 commit
  24. 02 Sep, 2014 1 commit
  25. 28 Aug, 2014 1 commit
  26. 18 Aug, 2014 1 commit
  27. 12 Aug, 2014 2 commits
  28. 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.
  29. 07 Aug, 2014 1 commit
  30. 04 Aug, 2014 1 commit
  31. 31 Jul, 2014 1 commit
  32. 29 Jul, 2014 1 commit