1. 10 Mar, 2015 1 commit
  2. 06 Mar, 2015 1 commit
  3. 05 Mar, 2015 1 commit
  4. 27 Feb, 2015 1 commit
  5. 25 Feb, 2015 1 commit
  6. 24 Feb, 2015 2 commits
  7. 02 Feb, 2015 1 commit
  8. 30 Jan, 2015 1 commit
  9. 28 Jan, 2015 1 commit
  10. 26 Jan, 2015 1 commit
  11. 16 Jan, 2015 1 commit
  12. 15 Jan, 2015 1 commit
  13. 14 Jan, 2015 1 commit
  14. 12 Jan, 2015 4 commits
  15. 08 Jan, 2015 2 commits
  16. 06 Jan, 2015 1 commit
  17. 31 Dec, 2014 1 commit
  18. 23 Dec, 2014 1 commit
  19. 19 Dec, 2014 3 commits
  20. 15 Dec, 2014 1 commit
  21. 05 Dec, 2014 1 commit
  22. 12 Nov, 2014 1 commit
  23. 06 Nov, 2014 1 commit
  24. 28 Oct, 2014 1 commit
  25. 01 Oct, 2014 1 commit
  26. 22 Aug, 2014 2 commits
  27. 07 Aug, 2014 3 commits
  28. 03 Jul, 2014 1 commit
  29. 02 Jul, 2014 1 commit
  30. 27 Jun, 2014 1 commit
    • Fix saving error of video editor in non-english translation · 7555c6ec
      Currently the code in ```tabs-aggregator.coffee``` uses the display name of a tab as the key to index the current tab. When a non-english translation is applied, the javascript code will get localized names instead of the original english names, which causes the following ```getValue``` function fails as it cannot reference the correct tab.
      Use the 'data' attribute to store the original tab name.
      louyihua committed