1. 26 Nov, 2013 2 commits
  2. 21 Nov, 2013 2 commits
  3. 20 Nov, 2013 1 commit
  4. 12 Nov, 2013 2 commits
  5. 11 Nov, 2013 2 commits
  6. 01 Nov, 2013 1 commit
  7. 30 Oct, 2013 2 commits
  8. 29 Oct, 2013 1 commit
  9. 28 Oct, 2013 1 commit
  10. 25 Oct, 2013 1 commit
  11. 24 Oct, 2013 1 commit
  12. 23 Oct, 2013 2 commits
  13. 18 Oct, 2013 4 commits
  14. 16 Oct, 2013 1 commit
  15. 13 Oct, 2013 1 commit
  16. 10 Oct, 2013 1 commit
  17. 02 Oct, 2013 1 commit
  18. 30 Sep, 2013 1 commit
  19. 28 Sep, 2013 1 commit
  20. 24 Sep, 2013 1 commit
  21. 10 Sep, 2013 1 commit
  22. 09 Sep, 2013 2 commits
  23. 08 Sep, 2013 2 commits
  24. 28 Aug, 2013 2 commits
  25. 23 Aug, 2013 1 commit
  26. 22 Aug, 2013 1 commit
  27. 16 Aug, 2013 1 commit
    • Fix function argument · 23dfd13e
      yiidevelop authored
      ```php
      normalizeItems($items, &$active)
      ```
      Qiang use 
      ```php
      $items[$i]['items'] = $this->normalizeItems($item['items'], $route, $hasActiveChild);
      ```
      So $hasActiveChild not assign value and parent item not set activated
      
      Plz, review and approval
      
      Thanks
  28. 15 Aug, 2013 1 commit