Skip to content
Snippets Groups Projects
  1. Apr 13, 2015
    • louyihua's avatar
      Better i18n · 9a0da7d6
      louyihua authored
      Combine sentences in several pages for better translation.
      9a0da7d6
  2. Apr 11, 2015
    • Carlos de la Guardia's avatar
      MIT: CCX. Code Quality Fixes · f9351ef8
      Carlos de la Guardia authored
      Remove duplicated course listings template code on the student dashboard.
      f9351ef8
    • 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
    • cewing's avatar
      MIT: CCX. Implement display of CCXs in user-facing templates such as dashboard · 0b184881
      cewing authored
      Show the display name for the POC in the menu for switching.
      
      Remove the MOOC: prefix from the MOOC title to avoid truncation issues.
      
      Incorporate the display name of the POC into the display of course org/number/name at the top of the page in the default theme.
      
      Provide warning on the grading policy page in system warning style.
      
      Provide a PocMembership model api that returns PocMemberships for a user.  Default to active memberships.
      
      Build generator that yields triplets of poc, membership and course for each poc membership a user has.
      
      This is an analog of the `get_course_enrollment_pairs` in common/djangoapps/students/views.py and is used in the student dashboard to provide pocs as options for a student to view.
      
      refactor to use model api instead of inline code.
      
      provide pocs as possible targets for a student to visit from their dashboard.
      
      Unset the current active poc when visiting the dashboard so as to avoid needing to switch active pocs when viewing a plain course.  This ensures we can leave template code for the display of courses unchanged.
      
      Update templates to show pocs in a course-like view on a student's dashboard.
      
      Revert a portion of the template change so that the poc title will still render properly when a poc is being viewed.
      0b184881
  3. Apr 03, 2015
  4. Mar 31, 2015
  5. Mar 26, 2015
  6. Mar 25, 2015
    • Marco Morales's avatar
      Dashboard styling cleanup/changes, including: · dfcb3f2b
      Marco Morales authored
      - reversing the positions of the sidebar and course listing
      - html for new social icons (not currently wired up)
      - new actions dropdown for unenrollment and email settings
      - partial reorganization of dashboard.scss styles
      - text fix for unenrollment
      - added missing endif, p/hgroup closures
      - reverted la.course-item
      - removed extra operator
      - fixed broken bok choy test
      dfcb3f2b
  7. Mar 20, 2015
  8. Mar 19, 2015
  9. Mar 18, 2015
  10. Mar 02, 2015
  11. Feb 11, 2015
  12. Jan 29, 2015
  13. Jan 15, 2015
  14. Jan 06, 2015
  15. Dec 31, 2014
  16. Dec 29, 2014
  17. Dec 17, 2014
  18. Dec 02, 2014
  19. Oct 22, 2014
    • Will Daly's avatar
      Integrate third party auth into the combined login/registration page. · 9e9dec1d
      Will Daly authored
      Change third party auth login failure code to a 401, to detect authentication
      success with no linked account.
      
      If already authenticated, redirect immediately to the dashboard.
      
      Use "Location" header correctly for 302 redirects from student views.
      
      Add utility functions for simulating a running third-party auth pipeline.
      
      Add a utility function for checking whether third party auth is enabled.
      
      Respect default values sent by the server
      9e9dec1d
  20. Oct 20, 2014
  21. Oct 10, 2014
  22. Oct 08, 2014
  23. Oct 07, 2014
    • Will Daly's avatar
      Add donation end-point · f8365a2d
      Will Daly authored
      Make donations configurable
      
      Added donation button to dashboard
      
      Generalize merchant defined data for payment processor
      f8365a2d
    • stephensanchez's avatar
      Adding new styles for dashboard notifications. · afaaca96
      stephensanchez authored
      Change the reverification failure message styling.
      
      Changing templates so new styles do not appear in courseware.
      
      Removing unused aria tag.
      
      PR comments on cleaning up SASS
      
      Fix signup LMS test.
      
      Copy changes per review on PR
      
      Updating based on PR comments
      
      Style and HTML changes for notifications
      afaaca96
  24. Oct 06, 2014
  25. Oct 02, 2014
    • Stephen Sanchez's avatar
      Add new enrollment message to the dashboard · bf112f7e
      Stephen Sanchez authored
      The body of the enrollment message template
      
      Tokenize platform name in message.
      
      Changing to a datetime enrollment approach
      
      Adding sorting. A little refactoring.
      
      Adding confguration model for time delta
      
      Adding admin registration and basic form for new config model.
      
      Fixing docstring typo
      
      Updating default time delta to 0, adding test to show it disabled functionality.
      
      Removing the form from configuration and tweaking the enrollment message html
      bf112f7e
  26. Oct 01, 2014
  27. Sep 23, 2014
  28. Sep 17, 2014
  29. Sep 12, 2014
  30. Sep 10, 2014
  31. Sep 02, 2014
  32. Aug 26, 2014
  33. Aug 05, 2014
  34. Jul 17, 2014
Loading