Skip to content
Snippets Groups Projects
  1. Oct 19, 2018
  2. Jul 20, 2018
  3. Jul 18, 2018
  4. Jun 25, 2018
  5. Apr 25, 2018
  6. Mar 13, 2018
    • ayub-khan's avatar
      Remove module level translations files · 413f840b
      ayub-khan authored
      We needed those files for the push translation
      jenkins job as job has been updated to run
      without commiting any changes to reo. we no
      longer need those files in repo.
      413f840b
  7. Dec 29, 2017
  8. Nov 02, 2017
  9. Sep 25, 2017
  10. Sep 22, 2017
  11. Sep 21, 2017
  12. Sep 01, 2017
  13. Jul 24, 2017
  14. May 01, 2017
  15. Feb 22, 2017
  16. Nov 10, 2016
  17. Aug 16, 2016
  18. Jul 16, 2016
  19. Jul 11, 2016
  20. May 16, 2016
  21. Apr 11, 2016
  22. Mar 25, 2016
    • Andy Armstrong's avatar
      Fix issues with Underscore in the asset pipeline · 6dd09a89
      Andy Armstrong authored
      FEDX-121
      
      The previous approach for handling NPM assets was
      to symlink them into the static directory. This appeared
      to cause trouble with the asset pipeline where the files
      in question were not installed and then old versions were
      picked up instead.
      
      This change instead copies NPM libraries to a new
      static directory so that the pipeline can consume them
      as with any other file. This new directory is added to
      .gitignore so that the files don't get accidentally
      checked in.
      6dd09a89
  23. Feb 08, 2016
  24. Sep 17, 2015
  25. Jul 02, 2015
  26. Jun 26, 2015
  27. Jun 10, 2015
  28. Jun 02, 2015
  29. Jun 01, 2015
    • Matt Drayer's avatar
      New Feature: Certificates Web View · af7277cd
      Matt Drayer authored
      - 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
      af7277cd
  30. May 28, 2015
    • Will Daly's avatar
      ECOM-1339 Branding API footer · 6af5fc14
      Will Daly authored
      Serve branded footer JSON/HTML/CSS/JS from an API endpoint
      in the branding app.  Refactor OpenEdX and EdX.org footer templates
      to use the Python version of the API, ensuring that the API
      values are consistent with the footer included in main.html.
      
      Detailed changes:
      
      * Added footer API end-point to the branding app.
      * Footer API allows the language to be set with querystring parameters.
      * Footer API allows showing/hiding of the OpenEdX logo using querystring parameters.
      * Deprecate ENABLE_FOOTER_V3 in favor of the branding API configuration flag.
      * Move no referrer script into main.html from the edx footer template.
      * Rename rwd_header_footer.js to rwd_header.js
      * Cache API responses.
      
      Authors:
      Awais Qureshi, Aamir Khan, Will Daly
      6af5fc14
  31. May 18, 2015
    • AlasdairSwan's avatar
      ECOM-1547 created new template and Sass file for new footer. Wrapped it in a... · f81d88e3
      AlasdairSwan authored
      ECOM-1547 created new template and Sass file for new footer. Wrapped it in a feature flag and updated previously named footer-edx-new.html to footer-edx-v2.html to better track/name updates to the footer going forward.
      ECOM-1547 removed data-updated attributes from body
      ECOM-1548 added JS file that inits analytics event listener and makes ajax call to API to get footer and HTML and add it to the DOM
      ECOM-1547 code review cleanup
      ECOM-1547 rebase and Sass appraoch update after @talbs the IE9 killer slayed the mighty beast.
      ECOM-1547 updated file names and added comments in light of @talbs review of PR
      ECOM-1547 update to social media link styles and nav link order
      ECOM-1547 updated SOCIAL_MEDIA_FOOTER_NAMES if ENABLE_FOOTER_V3 is true
      ECOM-1547 added translations to screenreader text
      ECOM-1547 fixed test and renamed files in line with @talbs's pending PR
      ECOM-1547 cleaned up file naming
      f81d88e3
  32. May 14, 2015
  33. May 12, 2015
  34. Jan 16, 2015
  35. Jan 12, 2015
  36. Dec 08, 2014
  37. Nov 20, 2014
  38. Oct 22, 2014
  39. Oct 17, 2014