Skip to content
Snippets Groups Projects
  1. Feb 11, 2015
  2. Feb 09, 2015
  3. Jan 30, 2015
  4. Jan 29, 2015
  5. Jan 28, 2015
  6. Jan 27, 2015
  7. Jan 21, 2015
  8. Jan 20, 2015
    • Will Daly's avatar
      Add RequireJS and RequireJS Optimizer configuration to the LMS · 1d6fceda
      Will Daly authored
      Respond to review comments:
      
      - Rename build and config files for consistency between lms/studio.
      - Fix merge conflicts with lms require config.
      - Devstack uses optimized pipeline to skip require JS optimizer step
      - Add tests for render_require_js_path_overrides
      1d6fceda
  9. Jan 16, 2015
  10. Jan 15, 2015
  11. Jan 14, 2015
  12. Jan 12, 2015
  13. Jan 08, 2015
  14. Jan 07, 2015
    • Ned Batchelder's avatar
    • stephensanchez's avatar
      Initial framework for the Course About API. · 1e7d567b
      stephensanchez authored
      ECOM-248 Course Info API. Basic functionality implemented.
      
      ECOM-248 adding factory for about descriptor and test cases for course info api
      
      ECOM-248 adding test cases for couse info api.
      
      ECOM-248 re-factoring code. updating test cases.
      
      Tests for course_about data module
      
      ECOM-248 Adding test cases for the exceptions.
      
      ECOM-248 re-factoring code. fixing quality issues.
      
      ECOM-248 fixing test cases and moved parse video method into utils.
      
      added github username in authors
      
      ECOM-248 removed merging issue of test_data
      
      ECOM-248 removed unused files
      1e7d567b
  15. Jan 06, 2015
  16. Dec 24, 2014
  17. Dec 23, 2014
  18. Dec 19, 2014
  19. Dec 18, 2014
  20. Dec 16, 2014
  21. Dec 15, 2014
  22. Dec 13, 2014
  23. Dec 09, 2014
    • Jim's avatar
      Limit Upload File Sizes to GridFS. · fb9320af
      Jim authored
      This commit puts a limit on the size of files that
      course staff can upload to MongoDB. The limit is
      enforced on the frontend in javascript as well
      as backend via the /upload endpoint.
      
      The limit is hard-coded in cms/envs/common.py and
      may be changed according to the user's custom
      needs.
      
      If the user tries to upload a file that's too
      large, an error message will pop up, with a
      customizable url that pointing the user to an
      external page with an alternate upload procedure.
      This url is specified im cms/envs/common.py.
      If not set, this url will not be displayed.
      fb9320af
  24. Dec 08, 2014
  25. Dec 05, 2014
    • jsa's avatar
      Add support for user partitioning based on cohort. · f24f01d2
      jsa authored
      JIRA: TNL-710
      
      IMPORTANT: this commit converts the course_groups
      package to using migrations.  When deploying to an
      existing openedx instance, migration 0001 may fail
      with an error indicating that the CourseUserGroup
      table already exists.  If this happens, running
      the 0001 migration first, with the --fake option,
      is recommended.  After performing this step,
      remaining migrations should work as expected.
      f24f01d2
    • Andy Armstrong's avatar
      Add base support for cohorted group configurations · 356b2335
      Andy Armstrong authored
      TNL-649
      356b2335
  26. Dec 04, 2014
  27. Dec 01, 2014
  28. Nov 26, 2014
Loading