Skip to content
Snippets Groups Projects
  1. May 12, 2015
  2. May 07, 2015
  3. May 06, 2015
  4. Apr 30, 2015
  5. Apr 28, 2015
  6. Apr 24, 2015
  7. Apr 23, 2015
  8. Apr 22, 2015
  9. Apr 17, 2015
  10. Apr 16, 2015
  11. Apr 15, 2015
  12. Apr 14, 2015
  13. Apr 13, 2015
  14. Apr 11, 2015
    • cewing's avatar
      MIT: CCX. Rename POC to CCX · 7f691e4a
      cewing authored
      Final official name is Custom Courses for EdX (CCX), rename all code to remove previous name.
      
      Rename the FEATURE constant used to identify this feature
      
      Rename the middleware for the CCX change
      
      rename the constant used for storing the current poc id on the session.
      
      rename the _PocContext threading local
      
      rename the override provider in all places where it is referenced
      
      `PersonalOnlineCoursesOverrideProvider` -> `CustomCoursesForEdxOverrideProvider`
      
      generally rename symbols from overrides.py to replace `poc` with `ccx` where possible without changing model names or attributes
      
      rename more symbols from poc to ccx
      rename util functions from app utils module
      
      general symbol renaming poc -> ccx in views.py and related url changes
      
      Rename the coach role wherever it is used.
      
      reword poc_coach to ccx_coach
      
      UI rename
      
      replace POC with CCX globally
      
      template context variable renamed
      
      rename poc_ to ccx_ in urls and all related locations (views, js, scss etc)
      
      remove pocs migrations
      
      Final massive renaming, including models.  Re-built migration.
      
      cleaning up a few tailing references
      
      Fix reference typo in schedule template JS
      
      undo modifications made on the fly in test setup to ensure that our tests are properly isolated from the rest of the system tests.
      
      Fixes jazkarta/edx-platform#38
      
      Clean up some leftover strings and comments
      
      fixing more strings and comments in python files
      
      fix a naming error in the schedule tab that was causing problems in deleting courseware items.
      
      Fixes jazkarta/edx-platform#36
      
      updating tests and utility code to match changes in infrastructure from latest rebase
      7f691e4a
    • Carlos de la Guardia's avatar
      bb7eed58
    • Chris Rossi's avatar
      MIT: CCX. Implement Custom Courses for Edx. · a2cb7fd2
      Chris Rossi authored
      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.
      a2cb7fd2
  15. Apr 08, 2015
  16. Apr 06, 2015
    • Chris Rossi's avatar
      Architecture for arbitrary field overrides, field overrides for · 3256eb1f
      Chris Rossi authored
      individual students, and a reimplementation of the individual due date
      feature.
      
      This work introduces an architecture, used with the 'authored_data'
      portion of LmsFieldData, which allows arbitrary field overrides to be
      made for fields that are part of the course content or settings (Mongo
      data).  The basic architecture is extensible by means of writing and
      configuring arbitrary field override providers.
      
      One concrete implementation of a field override provider is provided
      which allows for overrides to be for individual students.  This provider
      is then used as a basis for reimplementing the individual due date
      extensions feature as a proof of concept for the design.
      
      One can imagine writing override providers that provide overrides based
      on a student's membership in a cohort or other similar idea.  This work
      is being done, in fact, to pave the way for the Personal Online Courses
      feature being developed by MIT, which will use an override provider very
      much long those lines.
      3256eb1f
    • Adam Palay's avatar
      c2e5bd3d
  17. Apr 03, 2015
  18. Apr 02, 2015
  19. Apr 01, 2015
    • Will Daly's avatar
      Add proxy to allow IE9 to make xdomain requests · fcc5b1e3
      Will Daly authored
      Adds an /xdomain_proxy.html endpoint that serves
      the proxy file from the xdomain library.  This
      allows IE9 users to iframe in the proxy page
      to simulate a cross-domain request with cookies.
      fcc5b1e3
  20. Mar 27, 2015
  21. Mar 23, 2015
  22. Mar 19, 2015
  23. Mar 17, 2015
    • Will Daly's avatar
      Update social media links in EdX footer. · 1529c1e9
      Will Daly authored
      Replaces some PLATFORM_* settings with a more
      general setting for specifying social media
      URLs in the footer.
      
      Adds icons and titles for new social media
      sites (Tumblr, Reddit, Youtube) to match
      EdX.org.
      1529c1e9
  24. Mar 16, 2015
Loading