Skip to content
Snippets Groups Projects
  1. Oct 21, 2015
  2. Oct 20, 2015
  3. Oct 19, 2015
  4. Oct 06, 2015
  5. Oct 05, 2015
    • Brian Beggs's avatar
      0ca679e2
    • Clinton Blackburn's avatar
      Multiple credit fixes · 0dba8436
      Clinton Blackburn authored
      - Added support for Unicode characters when creating the signature
      - Using <textarea> for form data to support newline characters
      - Generating form with jQuery instead of relying on existing DOM element
      - Removed duplicated credit request code
      - Corrected spaing on dashboard
      - Enabled functionality by default
      
      Dashboard cleanup
      -- Cleaned styles
      -- Added wrapper class to use for hiding the actions
      -- Cleaned JS toggling of error container
      -- Corrected dashboard and receipt text
      
      ECOM-2172
      0dba8436
  6. Oct 02, 2015
  7. Oct 01, 2015
  8. Sep 30, 2015
    • David Baumgold's avatar
      Remove the edx.org comprehensive theme · aa8ecca5
      David Baumgold authored
      There's a lot of useful things in PR #8271 that provide a framework
      for the comprehensive theming system. If we need to remove the edx.org
      theme from the codebase, we can leave most of PR #8271 in, to make it
      easier to build on top of and get this feature back in.
      aa8ecca5
    • David Baumgold's avatar
      Remove the edx.org comprehensive theme · 116ca291
      David Baumgold authored
      There's a lot of useful things in PR #8271 that provide a framework
      for the comprehensive theming system. If we need to remove the edx.org
      theme from the codebase, we can leave most of PR #8271 in, to make it
      easier to build on top of and get this feature back in.
      116ca291
  9. Sep 29, 2015
  10. Sep 28, 2015
    • Ben Patterson's avatar
      Revert "Merge DRF 3.1 in to master" · 2fd6add5
      Ben Patterson authored
      2fd6add5
    • Will Daly's avatar
      Upgrade djangorestframework to v3.1 · d11ccad0
      Will Daly authored
      * Upgrade edx-submissions
      * Upgrade edx-ora2
      * Upgrade edx-val
      * Upgrade edx-proctoring
      * Update all edx-platform code that depends on DRF, including:
        - auth_exchange
        - cors_csrf
        - embargo
        - enrollment
        - util
        - commerce
        - course_structure
        - discussion_api
        - mobile_api
        - notifier_api
        - teams
        - credit
        - profile_images
        - user_api
        - lib/api (OAuth2 and pagination)
      d11ccad0
  11. Sep 25, 2015
    • Will Daly's avatar
      Upgrade djangorestframework to v3.1 · 8555630d
      Will Daly authored
      * Upgrade edx-submissions
      * Upgrade edx-ora2
      * Upgrade edx-val
      * Upgrade edx-proctoring
      * Update all edx-platform code that depends on DRF, including:
        - auth_exchange
        - cors_csrf
        - embargo
        - enrollment
        - util
        - commerce
        - course_structure
        - discussion_api
        - mobile_api
        - notifier_api
        - teams
        - credit
        - profile_images
        - user_api
        - lib/api (OAuth2 and pagination)
      8555630d
  12. Sep 24, 2015
  13. Sep 23, 2015
  14. Sep 22, 2015
  15. Sep 21, 2015
  16. Sep 17, 2015
  17. Sep 16, 2015
  18. Sep 08, 2015
  19. Sep 07, 2015
  20. Sep 04, 2015
  21. Sep 03, 2015
  22. Sep 02, 2015
  23. Aug 27, 2015
    • Phil McGachey's avatar
      [LTI Provider] Grade passback for non-leaf blocks. · 9e6c4491
      Phil McGachey authored
      This change allows graded assignments to be added to a campus LMS
      regardless of the granularity at which the problem sits. Previously
      a grade could only be returned if the usage ID for the problem itself
      was specified in the LTI launch.
      
      The code assumes that courses taking advantage of this functionality
      are arranged in a hiearchy (with sections being parents to verticals,
      and verticals being parents to problems). When a grading event occurs
      it traverses the parent hiearchy to identify any previous graded LTI
      launches for which the new scoring event should generate a grade
      update. It then calculates and sends scores to each of those outcome
      services.
      
      Since grade calculation is an expensive operation, the code optimizes
      the case where a problem has been added only once as a leaf unit. In
      that case it is able to behave as before, just taking the grade from
      the signal without having to calculate grades for the whole course.
      9e6c4491
    • Ned Batchelder's avatar
      Change imports from path to use the stablest name. · 2a025909
      Ned Batchelder authored
      The old line:
      
          from path import path
      
      produced pylint errors because of the baroque way that path.py defined
      "path".  We tried to get them to change how they defined it, but they
      deleted the name instead: https://github.com/jaraco/path.py/issues/102
      
      (Jason then changed his mind, but this is a better way to use path.py,
      it avoids the pylint error at least.)
      2a025909
  24. Aug 24, 2015
    • Bill DeRusha's avatar
      Add basic elasticsearch search for teams · 973314de
      Bill DeRusha authored
      TNL-3014
      
      Add tests for search
      
      Add text_search to TeamsListView
      
      Add reindex command line tool for course teams
      
      Add Search Pagination and update comments
      
      Move paginate_search_results to common library
      973314de
  25. Aug 13, 2015
Loading