Skip to content
Snippets Groups Projects
  1. Jun 19, 2020
  2. Jun 05, 2020
  3. Dec 30, 2019
  4. Sep 19, 2019
  5. Jul 09, 2019
  6. Feb 07, 2019
  7. Feb 04, 2019
  8. Dec 21, 2018
  9. Dec 07, 2018
    • Paulo Viadanna's avatar
      Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses. · c4fc4b5d
      Paulo Viadanna authored
      The course_visiblity field can have one of three values:
      1. private (default): This keeps the standard access rules.
      2. public_outline: Allows unenrolled and anonymous users access to the outline.
      3. public: Allows unenrolled and anonymous users access to both outline and
         course content.
      
      When an unenrolled user accesses course content, instead of student_view(),
      public_view() is used. A default implementation is provided for XBlocks
      which do not implement this view. The public_view() must not have any
      functionality which assumes the presence of a valid User and should show
      a readonly only interface for the XBlock content.
      c4fc4b5d
  10. Nov 09, 2018
  11. Nov 07, 2018
    • Paulo Viadanna's avatar
      Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses. · e6e0a02e
      Paulo Viadanna authored
      The course_visiblity field can have one of three values:
      1. private (default): This keeps the standard access rules.
      2. public_outline: Allows unenrolled and anonymous users access to the outline.
      3. public: Allows unenrolled and anonymous users access to both outline and
         course content.
      
      When an unenrolled user accesses course content, instead of student_view(),
      public_view() is used. A default implementation is provided for XBlocks
      which do not implement this view. The public_view() must not have any
      functionality which assumes the presence of a valid User and should show
      a readonly only interface for the XBlock content.
      e6e0a02e
  12. Aug 16, 2018
  13. Aug 03, 2018
  14. Jan 31, 2018
  15. Dec 27, 2017
  16. Nov 22, 2017
  17. Nov 17, 2017
  18. Aug 19, 2017
  19. Jul 04, 2017
  20. Jun 26, 2017
  21. May 30, 2017
  22. Apr 13, 2017
  23. Sep 02, 2016
  24. Aug 03, 2016
    • Nimisha Asthagiri's avatar
      Robust Grades refactor · be5940e6
      Nimisha Asthagiri authored
      Adds ENABLE_SUBSECTION_GRADES_SAVED feature flag to both lms and cms. Also
      installs the wiring that will allow robust grades to be used for courses
      that enable it. This functionality is still gated by the feature flag
      and should not be used until the remaining robust grades work is finished.
      be5940e6
  25. Jul 21, 2016
  26. May 02, 2016
    • Eric Fischer's avatar
      Hide After Due setting for Timed Exams · d48e88ba
      Eric Fischer authored
      TNL-4366
      Changes in studio to allow the hide_after_due setting to be utilized.
      
      Includes:
          -python changes to contentstore, where the data is stored.
          -refactoring of timed-examination-preference-editor.underscore, to add this
              setting and make the editor more accessible.
          -javascript changes to link the new setting to the correct data model.
          -sass updates to fix a11y issues on the editor modal.
          -addition of post-due visibility information to course outline in studio.
          -new tests: python, js, acceptance, and a11y
      d48e88ba
  27. Apr 28, 2016
    • Eric Fischer's avatar
      Hide After Due setting for Timed Exams · ea77c3ec
      Eric Fischer authored
      TNL-4366
      Changes in studio to allow the hide_after_due setting to be utilized.
      
      Includes:
          -python changes to contentstore, where the data is stored.
          -refactoring of timed-examination-preference-editor.underscore, to add this
              setting and make the editor more accessible.
          -javascript changes to link the new setting to the correct data model.
          -sass updates to fix a11y issues on the editor modal.
          -addition of post-due visibility information to course outline in studio.
          -new tests: python, js, acceptance, and a11y
      ea77c3ec
  28. Apr 05, 2016
  29. Mar 28, 2016
  30. Feb 18, 2016
  31. Jan 20, 2016
  32. Dec 15, 2015
    • Muhammad Shoaib's avatar
      PHX-161 · 788cece4
      Muhammad Shoaib authored
      - added the new field review_rules for software secure
      - added a new tab name "Additional Settings" for the proctored/timed exams
      788cece4
  33. Dec 11, 2015
  34. Oct 28, 2015
  35. Sep 17, 2015
  36. Jul 28, 2015
  37. Jul 23, 2015
  38. Jul 02, 2015
    • asadiqbal's avatar
      asadiqbal08/SOL-766: Add Facebook sharing to certificate view · 57d5de5d
      asadiqbal authored
      * updated the flags for social media sharing
      * added facebook feed ui to share public url
      * update the condition logic
      * update the code as per suggestion and added pick new style for share buttons
      * update the css class reference
      * update the bok-choy test
      * updated description and some text touch-ups
      * moved the JS related to facebook into separate location
      * js formatting
      * Add trailing comma per chrisndodge
      * Add wait to fix flaky test...maybe
      57d5de5d
  39. Jun 12, 2015
Loading