1. 04 Aug, 2015 1 commit
  2. 29 Jul, 2015 1 commit
  3. 17 Jul, 2015 1 commit
  4. 16 Jul, 2015 1 commit
  5. 08 Jul, 2015 1 commit
  6. 07 Jul, 2015 1 commit
  7. 02 Jul, 2015 1 commit
  8. 07 Jun, 2015 1 commit
  9. 02 Jun, 2015 1 commit
  10. 01 Jun, 2015 1 commit
    • New Feature: Certificates Web View · af7277cd
      - SOL-465: Initial implementation of certificates web view and signatories (names/titles)
      
      - SOL-718 Close button is working properly
      
      - SOL-801 Backbone Signatories Modeling
      
      - SOL-803 Underscore template: Editor (Add)
      
      - SOL-802 Signatories: Underscore template - Details
      
      - SOL-804 Signatories: Underscore template: Editor (Edit)
      
      - Add signatory delete Django view
      
      - SOL-805 Signatory editor (Delete)
      
      - Add Coffeescript router
      
      - SOL-716 Jasmine Tests
      
      - Added missing minified JS library
      
      - client side validation of signatory fields
      
      - SOL-390 signatories names
      
      - Remove obsolete extends Sass files
      
      - input maxlength limiting for signatory information
      
      - SOL-389: Course title override
      
      - SOL-466: Add capability to upload digitized signatures in Studio
      
      - ziafazal: fixed css for upload signature image
      
      - ziafazal: completed deletion of signature images
      
      - UX-1741: Add initial static rendering/styling for Open edX web certs
        * creating new global static dir
        * adding static version of edX UX pattern library assets
        * adding web certificates static assets
        * adding static (+abstracted) web certificates rendering
        * creating two tiers of rendering (base + distinguished)
        * providing sample assets for certificate rendering
        * supporting RTL layouts
        * adding certifcates assests to edX static asset pipeline
        * temporarily hiding the mozilla open badges share action
        * wiring print button to print view/page
        * fixup! addressing conflict artifact in valid cert template
        * fixup! adding missing %hd-subsection sass extend + components comment clean up
        * fixup! correcting pattern library .hd-4 font-weight value
      
      - SOL-468 Linked Student View for Web View Credential
      
      - SOL-467: Add capability to upload organization logos for certificates
      
      - SOL-391 / SOL-387: Signatory related info (assets) in certificates web view
      
      - kelketek: Fixes for static asset collection in certificate HTML view.
      
      - SOL-398 Web View: Public Access
      
      - mattdrayer: Post-merge branch stabilization
      
      - catong: Initial changes to Studio template and Help config file
      
      - ziafazal: Branch stabilizations
      
      - SOL-387: Display organization logo on LMS web view
      
      - talbs/mattdrayer: Branch Stabilizations
      
      - talbs: converting backpack action to use a button HTML element
      
      - talbs: revising placeholder assets + their rendering in cert view
      
      - mattdrayer: Username web view wireup
      
      - SOL-386 Certificate Mode Previews
      
      - SOL-905: Make organization logo and signatory signature uneditable
      
      - SOL-922: Improve test coverage
      
      - SOL-765: Add LinkedIn sharing
      
      - [marco] temporary styling adjustment to account for smaller linkedin share image / fake button
      
      - SOL-921: Address hardcoded template items
      
      - SOL-927: Deleting certificate should delete org logo image also
        * updated invalid template
        * removed hr
        * fix invalid certificate error
      
      - clrux: Add i18n to certificate templates and partials
      
      - mattdrayer: Pylint violations
      
      - SOL-920 Certificate Activation/Deactivation
      
      - mattdrayer: Added LMS support
      
      - SOL-932: Fix preview mode support in certificate view
      
      - SOL-934: Fixed bug reported and broken tests
      
      - SOL-935 removed the 'valid' word from web view title
      
      - talbs: RTL support updates/fixes
        * revising certificate type icon/name vertical alignment
        * removing unused older certificate template
        * revising styling for message/banner actions
        * abstracting accomplishment type to use course mode + adding in honor/verified-specific placeholders
      
      - mattdrayer: JSHint violations
      Matt Drayer committed
  11. 24 Mar, 2015 1 commit
  12. 10 Mar, 2015 1 commit
  13. 02 Mar, 2015 1 commit
  14. 27 Feb, 2015 1 commit
  15. 24 Feb, 2015 1 commit
  16. 23 Feb, 2015 1 commit
  17. 20 Feb, 2015 1 commit
  18. 29 Jan, 2015 1 commit
  19. 16 Jan, 2015 1 commit
  20. 15 Jan, 2015 1 commit
  21. 12 Jan, 2015 5 commits
  22. 10 Jan, 2015 1 commit
  23. 15 Dec, 2014 2 commits
  24. 05 Dec, 2014 1 commit
  25. 01 Dec, 2014 1 commit
  26. 25 Nov, 2014 1 commit
  27. 23 Sep, 2014 1 commit
    • Basic Mobile API (v0.5) and Video Abstraction Layer integration. · 4f5d8b30
      Note that the features in this release are opt-in, and course and video
      behavior will remain the same unless a course explicitly opts in.
      
      Major pieces of functionality with this commit:
      
      Allows the listing of a user's enrollments, course videos, and updates. In
      order to make a course available for mobile use, course staff must explicitly
      set the Course Advanced Setting "Mobile Course Available" to true. Course staff
      will always see their own courses through the Mobile API regardless of this
      setting, but students will only be allowed to see a course through the Mobile
      API if this setting is set to "true". By default, a Course will *not* be
      available for mobile use.
      
      This is a Django app for video resource management. It is completely optional,
      and is intended to allow video and operations teams to create new encodings of
      videos (e.g. low res for mobile) and change CDNs without having to edit course
      data directly. Course teams can now use a "EdX Video ID" setting for Videos,
      which will leverage VAL. Video units that do not fill in an "EdX Video ID" will
      behave exactly as they always have.
      
      * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag.
      * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag.
      * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER).
      * The Mobile API is a read-only API, but VAL requires database migrations.
      * Applications that make use of either the Mobile API or VAL must be registered
        with the OAuth2 provider app in Django Admin.
      David Ormsbee committed
  28. 22 Aug, 2014 1 commit
  29. 21 Aug, 2014 1 commit
    • 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
  30. 07 Aug, 2014 3 commits
  31. 01 Aug, 2014 1 commit
  32. 15 Jul, 2014 1 commit
  33. 14 Jul, 2014 1 commit