- Mar 13, 2018
-
-
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.
-
- Dec 29, 2017
-
-
Stuart Young authored
-
- Nov 02, 2017
-
-
ayub-khan authored
translations to transifex. This will help edx-platform automated jenkins translation job understand when to push translations to transifex.
-
- Sep 25, 2017
-
-
John Eskew authored
-
- Sep 22, 2017
-
-
Jeremy Bowman authored
-
- Sep 21, 2017
-
-
Eric Fischer authored
-
- Sep 01, 2017
-
-
Andy Armstrong authored
LEARNER-1860
-
- Jul 24, 2017
-
-
Michael Frey authored
-
- May 01, 2017
-
-
Brian Jacobel authored
-
- Feb 22, 2017
-
-
Jeremy Bowman authored
-
- Nov 10, 2016
-
-
Ned Batchelder authored
-
- Aug 16, 2016
-
-
Saleem Latif authored
-
- Jul 16, 2016
-
-
alisan617 authored
-
- Jul 11, 2016
-
-
Fred Smith authored
-
- May 16, 2016
-
-
Ned Batchelder authored
-
- Apr 11, 2016
-
-
Christine Lytwynec authored
-
- Mar 25, 2016
-
-
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.
-
- Feb 08, 2016
-
-
Ben Patterson authored
Sass compilation is no longer dependent on Ruby, so we are removing its dependencies.
-
- Sep 17, 2015
-
-
David Baumgold authored
This is a squash of 38 commits ending with 5b080f979d692804452400ac5bed9b17c50b001e
-
- Jul 02, 2015
-
-
Ned Batchelder authored
-
- Jun 26, 2015
-
-
Sarina Canelake authored
-
Braden MacDonald authored
-
- Jun 10, 2015
-
-
Brian Talbot authored
* adding in missing web certs Sass/CSS asset settings * updating .gitignore
-
- Jun 02, 2015
-
-
Jonathan Piacenti authored
-
- Jun 01, 2015
-
-
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
-
- May 28, 2015
-
-
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
-
- May 18, 2015
-
-
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
-
- May 14, 2015
-
-
Brian Talbot authored
-
- May 12, 2015
-
-
Brian Talbot authored
-
- Jan 16, 2015
-
-
Matt Drayer authored
-
- Jan 12, 2015
-
-
Clinton Blackburn authored
This file should not have been committed by #6447. It is causing issues for Mac OS X users, preventing checkouts and rebases.
-
- Dec 08, 2014
-
-
Sarina Canelake authored
-
- Nov 20, 2014
-
-
Sarina Canelake authored
-
- Oct 22, 2014
-
-
Jesse Zoldak authored
-
- Oct 17, 2014
-
-
Omar Al-Ithawi authored
-
- Jun 12, 2014
-
-
Sarina Canelake authored
-
- Feb 25, 2014
-
-
Sarina Canelake authored
-
- Feb 08, 2014
-
-
Ned Batchelder authored
-
- Feb 07, 2014
-
-
Jay Zoldak authored
-
- Feb 04, 2014
-
-
Will Daly authored
Fix bug in url method of register page object Add dist directories to gitignore
-