1. 02 Feb, 2015 1 commit
  2. 29 Jan, 2015 1 commit
  3. 15 Jan, 2015 1 commit
  4. 06 Jan, 2015 1 commit
  5. 05 Nov, 2014 1 commit
  6. 20 Oct, 2014 1 commit
  7. 14 Oct, 2014 1 commit
  8. 01 Oct, 2014 1 commit
  9. 16 Sep, 2014 1 commit
  10. 27 Aug, 2014 1 commit
  11. 22 Aug, 2014 1 commit
  12. 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
  13. 19 Aug, 2014 3 commits
  14. 07 Aug, 2014 7 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
    • Backbone version of the course outline page · f061bbc0
      STUD-1726
      Andy Armstrong committed