1. 11 Apr, 2015 4 commits
    • MIT: CCX. Implement coach interactions with student grades · 630d1ce0
      Story #4: Coaches sees grades.
      
      Story #9: Coach downloads grades.
      Chris Rossi committed
    • MIT: CCX. Code Quality fixes · cabb1962
      cewing committed
    • MIT: CCX. Increase test coverage · 12625a92
      Implelement test coverage for utility code supporting enrollments in CCXs
      
      bugfix: prevent UnboundNameError if user does not exist in database.
      cewing committed
    • MIT: CCX. Implement Custom Courses for Edx. · a2cb7fd2
      This feature provides the ability to designate a "coach" who can create customized runs of an existing course, invite students to participate, and manage students through the run of the course.
      
      In this squashed commit we implement the initial scifi, add the 'POC Coach' course role, refine the scifi, add migrations for models, create POCs, enforce POC Coach role, provide panels for Coach Dashboard, set up rudimentary display of course outline, add and remove units, show/hide all units, and save schedule changes, set dates when adding units, edit dates on units already added and provide some tests.
      
      We also provide mechanisms for invitation and enrollment in a POC (to become CCX) and control the display of blocks to students in a POC.
      Chris Rossi committed
  2. 06 Apr, 2015 11 commits
  3. 05 Apr, 2015 2 commits
    • Fix i18n breaking in some js and underscore files · 2d47f803
      1. Spliting strings inside the call to `gettext()` in javascript breaks the string extraction process, so the string should kept in one line.
      2. Using escape string inside a string in `gettext()` may cause the extractor to misunderstand the escape string, so that it will escape this escape string.
      louyihua committed
    • Add i18n_fastgenerate · faafda08
      So the time-consuming i18n_extract step can be skipped for situations that only the translated strings are modified while the source strings are still the same.
      louyihua committed
  4. 03 Apr, 2015 23 commits