1. 10 May, 2016 1 commit
  2. 29 Mar, 2016 1 commit
  3. 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
  4. 28 Jan, 2016 1 commit
  5. 22 Jan, 2016 1 commit
  6. 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
  7. 04 Nov, 2015 2 commits
  8. 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
  9. 04 Aug, 2015 1 commit
  10. 28 Jul, 2015 1 commit
  11. 23 Jul, 2015 1 commit
  12. 30 Jun, 2015 1 commit
  13. 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
  14. 25 Feb, 2015 1 commit
  15. 10 Feb, 2015 1 commit
  16. 02 Feb, 2015 1 commit
  17. 29 Jan, 2015 1 commit
  18. 15 Jan, 2015 1 commit
  19. 06 Jan, 2015 1 commit
  20. 05 Nov, 2014 1 commit
  21. 20 Oct, 2014 1 commit
  22. 14 Oct, 2014 1 commit
  23. 01 Oct, 2014 1 commit
  24. 16 Sep, 2014 1 commit
  25. 27 Aug, 2014 1 commit
  26. 22 Aug, 2014 1 commit
  27. 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
  28. 19 Aug, 2014 3 commits
  29. 07 Aug, 2014 5 commits
    • Integrate UI text strings from doc · d514f363
      STUD-1856
      
      Display "IS VISIBLE TO" when released and published
      
      Reword staff lock prompt and notifications
      
      Change "View Published Version" to "View Live Version"
      
      Change "Unit Tree Location" to "Unit Location in Course"
      
      Switch live content warning based on unpublished changes
      
      Reword discard changes confirmation prompt
      
      Reword unit location tip
      
      Add "Edit the name" popup text for sections and subsections
      
      Fix popup text for section and subsection titles
      
      Add popup text for new section, subsection, and unit buttons
      
      Reword popup for View Live button and add tests
      
      Reword notification when removing staff lock
      
      Update MessageView when has_changes changed
      
      Change "Published" to "Published (not yet released)"
      
      Change "Unpublished (Staff only)" to "Visible to Staff Only"
      Ben McMorran committed
    • Edit section/subsection release dates and grading types. · a63cc0b3
      Fix bok_choy test by changing course separator.
      Change format of the modal title to '[Subsection/Section Name] Settings'.
      Improve bok_choy test stability.
      Studio: correcting modal window size name for outline settings editor
      Specify full date in bok_choy tests.
      Refactor bok_choy tests.
      Remove .modal-editor from basic-modal.underscore
      Set classes in modal window dynamically.
      Studio: revising outline edit modal tip content and overall size
      Rename isEditable to isEditableOnCourseOutline.
      Interpolate display name.
      Use graded instead of format as flag.
      Studio: revising outline settings edit modal size
      Fix selectors in bok_choy tests.
      Alexander Kryklia committed
    • Studio: outline UI revisions: · c433d2b4
      * syncing up unit publishing state UI with stateful names/styles
      * revising outline item status message display logic to show release status
      * fixing publishState value typo in outline UI template
      * refining and syncing incontext editor styling
      * maintaining visual alignment of collapsed/expanded sections in outline UI
      * simplifying page-level action styles on outline UI
      Brian Talbot committed