1. 28 Jul, 2015 1 commit
  2. 23 Jul, 2015 1 commit
  3. 02 Jul, 2015 1 commit
    • asadiqbal08/SOL-766: Add Facebook sharing to certificate view · 57d5de5d
      * 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
      asadiqbal committed
  4. 29 Jun, 2015 1 commit
  5. 12 Jun, 2015 1 commit
  6. 02 Jun, 2015 3 commits
  7. 01 Jun, 2015 2 commits
    • 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
    • Course Discovery - Language Filtering · 176b1c89
      Filter by Language:
      Designation for course language(s) in Studio
      allows for filtering of courses based on their language in the sidebar
      Reuses active filter view UI/IA from find courses page on edx.org
      view for clearing individual or all filters, as with edx.org filtering
      Davorin Sego committed
  8. 31 May, 2015 1 commit
    • Add Video Bumper. · 4c7bfb44
      Fix n-click behaviour on poster.
      Fix unit tests.
      Fix handler for non_en lang for bumper.
      Add more tests.
      Fix docstrings.
      Fix pep8.
      Fix static redirection with bumper.
      Fix button in IE11.
      Add video_bumper field in bok_choy.
      
      Fix pylink violations.
      
      Update docstrings and some clean up.
      
      Rename edx_video_id in bumper tests.
      
      Fix too long lines in help text.
      
      Address ui comments.
      
      Fix bumper events.
      
      Refactor bumper-transcripts code, fix bugs, address comments.
      Squashed commits:
      Fix download transcript button.
      [74e0c8c] Fix quality
      [a759f33] Fix error, when sub contains extension.
      [b30755c] Revert "Add video files to host for transcripts."
      
      This reverts commit cf8a96bf84346e17b6ad57ad4cc6a27d7a9118cd.
      [36f038a] Add video files to host for transcripts.
      [23f1655] Fix pep8 and pyling issues.
      [0f1f9d2] Update acceptance test.
      [765a27d] Wait for ajax in captions.
      [8ae72a3] Fix logic.
      [063450f] Fix unit tests.
      [d1075fc] Fix handlers tests.
      [25d31ad] Update bumper_utils.
      [cb5f9df] Remove maxDiff.
      [8738b1a] Code cleanup.
      [87dbcb7] Fix issues with transcripts.
      [ec899de] Fix transcripts in serializers.
      [444b1fc] Fix transcripts typo.
      [d524cb5] Fix bumper.
      [f62cf22] Fix video mongo tests.
      [8f1b55a] Fix dispatches.
      [53bc308] Add more fixes.
      [d5e3723] Fix test_video_handlers and rename the method.
      [93efc23] Fix mobile tests.
      [740e2ae] Fix pep8 and pylint.
      [47cfb66] Address comments, add fixes.
      [4e499d9] Add fixes.
      [8353553] Add improvements.
      
      Updated dispatch values)
      .
      
      Use ddt in bumper handler tests.
      
      Move common metadata to single place.
      
      Fix style.
      
      Update docstring.
      
      Fix poster button.
      
      Improve bumper events.
      
      Fix test after rebase.
      
      Address comments.
      
      Download transcript: use def video lang, not bump.
      
      Renamed date_last_view_bumper to bumper_last_view_date.
      
      Rename do_not_show_again_bumper to bumper_...
      
      Address comments.
      
      Fix tests for download for en lang.
      
      Fix bumper logic.
      
      Update strings.
      
      Update resizer.
      
      Remove resizer.
      
      Fix unit tests.
      
      Add tests.
      
      Fix bumper events.
      
      Clean up tests.
      
      Fix pylint violations.
      
      Fix pep8 and pylint violations.
      
      Update docs and method names.
      
      Update events.
      
      Make /static/ prefix a must.
      
      Fix wrong code.
      Alexander Kryklia committed
  9. 18 May, 2015 2 commits
    • Default course license to All Rights Reserved · ca64c665
      Clicking on conflicting option box unchecks all conflicts
      LMS: Clicking license text should bring to new window
      updated styles to reflect html reuse inside of xblock edit modal area.
      
      Add ARIA attributes to license for a11y
      
      Gracefully handle re-selecting of selected license
      Sarina Canelake 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
  10. 15 May, 2015 1 commit
  11. 13 Apr, 2015 1 commit
  12. 03 Apr, 2015 1 commit
  13. 01 Apr, 2015 1 commit
  14. 23 Mar, 2015 1 commit
  15. 13 Mar, 2015 1 commit
  16. 11 Mar, 2015 1 commit
  17. 03 Feb, 2015 1 commit
  18. 28 Jan, 2015 1 commit
  19. 16 Jan, 2015 1 commit
  20. 15 Jan, 2015 3 commits
  21. 14 Jan, 2015 1 commit
  22. 11 Dec, 2014 1 commit
  23. 05 Dec, 2014 3 commits
  24. 25 Nov, 2014 1 commit
  25. 10 Nov, 2014 1 commit
  26. 21 Oct, 2014 1 commit
  27. 07 Oct, 2014 1 commit
  28. 02 Oct, 2014 1 commit
  29. 26 Aug, 2014 1 commit
    • Implemented Validation for Course Advanced Setting · 11d26091
      This commit adds validation for course advanced settings. Currently when course
      administrators make invalid changes in the Settings/Advanced Settings tab,
      they're not notified through a new modal window of the list of invalid settings
      changes.
      
      * Extending CourseMetadata
          - Previously, we only had update_from_json method in CourseMetadata.py,
            and it was only validating one field every POST request.
          - Now we have validate_and_update_from_json method that encapsulates the
            functionality of update_from_json into a validation call
          - To avoid discrepancy of validation standards between modules, validation
            uses the from_json method implemented to each field in xblock.
      
      * Different Response in advanced settings ajax requests
          - After receiving a POST ajax request, course.py calls
            validate_and_update_from_json, and sends a json object of either:
              1) valid course metadata model
              2) error objects
      
      * Error Messages shown in validation-error-modal
          - error objects passed through ajax are shown in a separate modal.
      Se Won Jang committed
  30. 22 Aug, 2014 2 commits
  31. 11 Aug, 2014 1 commit