Skip to content
Snippets Groups Projects
  1. Jun 02, 2015
  2. 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
  3. 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
  4. 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
  5. May 14, 2015
  6. May 12, 2015
  7. Jan 16, 2015
  8. Jan 12, 2015
  9. Dec 08, 2014
  10. Nov 20, 2014
  11. Oct 22, 2014
  12. Oct 17, 2014
  13. Jun 12, 2014
  14. Feb 25, 2014
  15. Feb 08, 2014
  16. Feb 07, 2014
  17. Feb 04, 2014
  18. Feb 03, 2014
  19. Jan 29, 2014
  20. Jan 27, 2014
  21. Jan 24, 2014
  22. Jan 23, 2014
  23. Jan 14, 2014
    • Chris Rossi's avatar
      Add individual due dates feature. · 831f907c
      Chris Rossi authored
      Adds a feature to the edX platform which allows instructors to set
      individual due dates for students on particular coursework. This code is
      meant primarily for on-campus use--it is not intended that this feature
      would be used for MOOCs. It adds a new tab, "Extensions", to the beta
      instructor dashboard which allows changing due dates per student. This
      feature is enabled by setting FEATURES['INDIVIDUAL_DUE_DATES'] = True.
      831f907c
  24. Nov 24, 2013
  25. Nov 19, 2013
  26. Oct 18, 2013
  27. Oct 16, 2013
  28. Sep 30, 2013
  29. Aug 27, 2013
  30. Jul 15, 2013
  31. Jul 10, 2013
    • Xavier Antoviaque's avatar
      Vagrant: Add support for Vagrant install (`vagrant up`) · 14040767
      Xavier Antoviaque authored
      Cf README, this adds support to install and setup a dev instance through
      Vagrant. The Vagrantfile at the root handles the vagrant commands like
      `vagrant up`.
      
      Provisioning is done by the shell script `vagrant-provisionning.sh`,
      which is a light wrapper around the `create-dev-setup.sh` which does
      most of the job using the standard process, but limiting possible
      side-effect by ensuring the environment on which the install is
      performed is clean.
      
      Based on an Ubuntu precise 12.04 LTS.
      14040767
  32. Jun 05, 2013
    • Ned Batchelder's avatar
      Developer-private settings files · 7e8c06ca
      Ned Batchelder authored
      Developers can have private settings files by creating
      lms/envs/private.py or cms/envs/private.py.  They are imported
      at the end of dev.py.  Note that they won't be imported if you
      are using one of the other dev*.py variants.
      7e8c06ca
    • Nate Hardison's avatar
      Rewrite the main course.scss file as well · e0590c35
      Nate Hardison authored
      Just as is done with the main LMS application.scss file, rewrite the
      course.scss file with Mako to conditionally import a theme's
      variables overrides. Add the course.scss file to the list of ignored
      Git files so that it doesn't keep getting committed over and over
      again.
      
      This also requires us to add a hardcoded line in the assets Rakefile
      for the moment, so that the course.scss.mako file gets properly
      preprocessed. Once the preprocessing is done by a Django management
      command, we won't have to do this anymore.
      e0590c35
  33. May 22, 2013
    • Nate Hardison's avatar
      Add general theming capabilities · ea3506d2
      Nate Hardison authored
      This commit adds the requisite settings and startup features to
      enable integration of themes into the edX platform. It does not
      yet provide hooks in any of the templates, but it does cause the
      main `lms/static/sass/application.scss` file to `@import` a theme's
      base Sass. Template hooks will come down the road.
      
      CHANGELOG
      ---------
      Define a new `MITX_FEATURE`, `USE_CUSTOM_THEME`, that when enabled,
      can be used in templates to determine whether or not custom theme
      templates should be used instead of the defaults.
      
      Also define a new setting, `THEME_NAME`, which will be used to
      locate theme-specific files. Establish the convention that themes
      will be stored outside of the `REPO_ROOT`, inside the `ENV_ROOT`,
      in a directory named `themes/`. `themes/<THEME_NAME>` will store
      the files for a particular theme.
      
      Provide a function, `enable_theme`, that modifies the template and
      static asset load paths appropriately to include the theme's files.
      
      Move the main LMS Sass file to a Mako template that conditionally
      `@import`s the theme's base Sass file when a theme is enabled.
      
      Add logic to the assets Rakefile to properly preprocess any Sass/
      Mako templates before compiling them.
      ea3506d2
  34. May 16, 2013
  35. May 15, 2013
Loading