1. 23 Oct, 2017 1 commit
  2. 19 Jul, 2017 1 commit
  3. 13 Jun, 2017 1 commit
    • Added lang attribute in LMS and Studio; added language col to course_overviews · eafb79de
      Added course level lang attribute for LMS
      
      added lang attribute to Studio
      
      fixed error when trying to get language attribute on course that does not exist
      
      simplified code
      
      added lang attribure to more places in LMS, added migration for language attribute in course_overview
      
      fixing contraints in the database for language attribute
      
      added lang attribute to several more places in LMS and Studio
      
      added lang attribute to discussion and custom pages; cleaned up code
      
      fixed issue that was causing test failures
      
      moved lang attribute higher in tree in two places
      Sarah Fischmann committed
  4. 13 Apr, 2017 1 commit
  5. 02 Mar, 2017 1 commit
  6. 20 Jul, 2016 1 commit
    • New CMS visibility settings (#12940) · 35ae67b5
      TNL-4906 Subsections now use radio buttons, to allow for "hide after due" as a
      visibility option. Also, all tabs have been consolidated to "Basic" and
      "Advanced", and visibility options have moved there.
      
      Documentation links are updated to assist course authors with the new
      visibility options. Tests have also been updated, and the changes suggested
      in TNL-4951 are included.
      Eric Fischer committed
  7. 07 Jun, 2016 1 commit
  8. 23 May, 2016 1 commit
  9. 10 May, 2016 1 commit
  10. 29 Mar, 2016 1 commit
  11. 03 Feb, 2016 1 commit
    • Refactor and improve js_utils helpers · f555ffd5
      - Rename escape_json_dumps to dump_js_escaped_json
      - Rename escape_js_string to js_escaped_string
      - Update js_escaped_string to output empty string for None
      - Introduce dump_html_escaped_json
      - Move dump_js_escaped_json after the pipe as new best practice
      - Introduce additional uses of helpers
      - Introduce new djangolib directory and move js_utils
      Robert Raposa committed
  12. 28 Jan, 2016 1 commit
  13. 22 Jan, 2016 1 commit
  14. 15 Dec, 2015 1 commit
    • PHX-161 · 788cece4
      - added the new field review_rules for software secure
      - added a new tab name "Additional Settings" for the proctored/timed exams
      Muhammad Shoaib committed
  15. 04 Nov, 2015 2 commits
  16. 20 Aug, 2015 1 commit
    • In-course reverification access control · ec28a75f
      * Automatically create user partitions on course publish for each ICRV checkpoint.
      * Disable partitions for ICRV checkpoints that have been deleted.
      * Skip partitions that have been disabled when checking access.
      * Add verification access control UI to visibility settings.
      * Add verification access control UI to sequential and vertical settings.
      * Add partition scheme for verification partition groups.
      * Cache information used by verification partition scheme and invalidate the cache on update.
      * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint.
      * Refactor GroupConfiguration to allow multiple user partitions.
      * Add special messaging to ICRV for students in the honor track.
      
      Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
      zubair-arbi committed
  17. 04 Aug, 2015 1 commit
  18. 28 Jul, 2015 1 commit
  19. 23 Jul, 2015 1 commit
  20. 30 Jun, 2015 1 commit
  21. 18 May, 2015 2 commits
    • Courseware license (Creative Commons): FED · a3887e95
      Use native checkboxes for courseware license options
      In Studio settings editor for video module, don't show license if feature-flagged off
      Don't let Scope.contents fields leak to Studio editor
      JS gettext() must all be on the same line for i18n
      Add docstrings for bok-choy tests
      Remove LicenseMixin from HTMLDescriptor
      Responding to UX review feedback
      Add aria-pressed attribute
      Use https links instead of protocol-relative links for links to creativecommons.org
      Remove license from course outline page in Studio
      David Baumgold committed
    • Added a simple XBlockMixin for courseware licenses · 2159d341
      This allows course authors to choose between two difference licenses for their
      course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks
      that wish to allow custom licenses need only inherit from LicenseMixin, which
      adds a `license` field as a string.
      
      License information is displayed in the Studio editor view, and just below the
      rendered XBlock in the LMS. In addition, if the course block itself has a custom
      license set, this license will display just below the main body of the page
      on courseware pages.
      
      This entire feature is gated behind the LICENSING feature flag.
      David Baumgold committed
  22. 25 Feb, 2015 1 commit
  23. 10 Feb, 2015 1 commit
  24. 02 Feb, 2015 1 commit
  25. 29 Jan, 2015 1 commit
  26. 15 Jan, 2015 1 commit
  27. 06 Jan, 2015 1 commit
  28. 05 Nov, 2014 1 commit
  29. 20 Oct, 2014 1 commit
  30. 14 Oct, 2014 1 commit
  31. 01 Oct, 2014 1 commit
  32. 16 Sep, 2014 1 commit
  33. 27 Aug, 2014 1 commit
  34. 22 Aug, 2014 1 commit
  35. 21 Aug, 2014 4 commits
    • Reword rerun notification · d38bd2ea
      Ben McMorran committed
    • Course Reruns UI · 9f8f64cf
      Studio: adding course re-run-centric static template rendering
      
      * initial HTML for dashboard states
      * initial HTML for new course re-run view/form
      * initial HTML placeholder for outline alert UI
      
      Conflicts:
      	cms/templates/index.html
      
      Studio: adding styling for course re-run-centric views
      
      * adding new view/page mast-wizard type
      * refactoring create course/element form styling
      * adding course re-run view specific styling
      * adding courses processing styling (w/ alerts and status)
      
      Course rerun server-side updates: support display_name and DuplicateCourseError.
      
      Studio: further design revisions and tweaks from feedback
      
      * removing new window attribute from re-run control
      * removing links from processing courses
      * revising look/feel of dismiss action on dashboard + alert
      * correcting font-weight of dashboard processing title
      * adding extra space to course rerun action on dashboard
      * re-wording secondary cancel action on rerun view
      
      Conflicts:
      	cms/templates/index.html
      
      Added interation on unsucceeded courses in dashboard
      
      Studio: removing 'rel=external' property from course re-run actions
      
      Studio: removing hover styles for processing courses
      
      Fixed value bug in split and set course listing to display run
      
      moved task.py for rerun
      Mathew Peterson committed