1. 22 Apr, 2016 1 commit
  2. 31 Dec, 2015 1 commit
  3. 15 Jun, 2015 1 commit
  4. 01 Jun, 2015 1 commit
    • Course Discovery - Language Filtering · 176b1c89
      Filter by Language:
      Designation for course language(s) in Studio
      allows for filtering of courses based on their language in the sidebar
      Reuses active filter view UI/IA from find courses page on edx.org
      view for clearing individual or all filters, as with edx.org filtering
      Davorin Sego committed
  5. 06 May, 2015 1 commit
  6. 13 Apr, 2015 1 commit
    • i18n fix in studio · 7a45d6e4
      1. Fix the broken `gettext()` call in `courde_detail.js`
      2. Change the string to avoid Transifex misunderstand the pattern '% o' in `checklist.underscore`.
      3. Embed the `{filename}` part inside the string in `transcripts-choose.underscore` to provide better i18n flexibililty.
      4. Remove all the call of `gettext()` and `${_()}` inside the `mock` directory to aovid mis-extraction by pybabel. (It seems that the `mock` directory is soly used in test? So the strings in this directory need not to be extracted and translated?)
      5. The unicode char `\u2014` will trigger a bug inside pybabel which makes the extracted string untranslatable, so remove this char.
      louyihua committed
  7. 24 Mar, 2015 1 commit
  8. 18 Mar, 2015 1 commit
  9. 29 Jan, 2015 1 commit
  10. 16 Jan, 2015 1 commit
  11. 15 Jan, 2015 5 commits
  12. 14 Jan, 2015 1 commit
  13. 13 Jan, 2015 1 commit
  14. 12 Jan, 2015 7 commits
  15. 09 Jan, 2015 1 commit
  16. 06 Jan, 2015 2 commits
  17. 20 Nov, 2014 1 commit
  18. 06 Nov, 2014 1 commit
  19. 05 Nov, 2014 1 commit
  20. 14 Oct, 2014 1 commit
  21. 27 Aug, 2014 1 commit
  22. 22 Aug, 2014 1 commit
  23. 21 Aug, 2014 4 commits
  24. 20 Aug, 2014 1 commit
  25. 07 Aug, 2014 2 commits
    • Integrate UI text strings from doc · d514f363
      STUD-1856
      
      Display "IS VISIBLE TO" when released and published
      
      Reword staff lock prompt and notifications
      
      Change "View Published Version" to "View Live Version"
      
      Change "Unit Tree Location" to "Unit Location in Course"
      
      Switch live content warning based on unpublished changes
      
      Reword discard changes confirmation prompt
      
      Reword unit location tip
      
      Add "Edit the name" popup text for sections and subsections
      
      Fix popup text for section and subsection titles
      
      Add popup text for new section, subsection, and unit buttons
      
      Reword popup for View Live button and add tests
      
      Reword notification when removing staff lock
      
      Update MessageView when has_changes changed
      
      Change "Published" to "Published (not yet released)"
      
      Change "Unpublished (Staff only)" to "Visible to Staff Only"
      Ben McMorran committed