- 06 Jan, 2017 1 commit
-
-
ECOM-5936
Anthony Mangano committed
-
- 31 Oct, 2016 1 commit
-
-
TNL-5084
Andy Armstrong committed
-
- 11 Oct, 2016 1 commit
-
-
* Add openedx.core.lib.xblock_builtin.get_css_dependencies and get_js_dependencies, which respect PIPELINE_ENABLED setting when determining dependencies. * Move new discussion-related Sass files into discussion subdirectory. * Use "load_unicode" instead of "render_template" to load JS to add to fragment for DiscussionXBlock. * Remove unused "course" parameter from context for DiscussionXBlock.student_view. * Add RTL stylesheet for DiscussionXBlock, and enable the block to load correct stylesheet. * Load MathJax only once, and include code for configuring MathJax in discussion bundle. * Make sure username renders correctly in DiscussionXBlock response header. * Move WYSIWYIG Markdown editor styles to _build-discussion.scss. * Remove unnecessary import of discussion/utilities/v1-compatibility from _build-discussion.scss. * Keep courseware-chromeless.html in sync with courseware.html. * Load CSS for discussions on Teams tab. This makes it possible to remove CSS for discussions from Sass files for "Course" tab. * Load js/src/tooltip_manager.js, jquery.autocomplete.js and jquery.autocomplete.css on "Course" tab.
Tim Krones committed
-
- 06 Oct, 2016 1 commit
-
-
TNL-4877
muhammad-ammar committed
-
- 05 Oct, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 03 Oct, 2016 1 commit
-
-
* Add openedx.core.lib.xblock_builtin.get_css_dependencies and get_js_dependencies, which respect PIPELINE_ENABLED setting when determining dependencies. * Move new discussion-related Sass files into discussion subdirectory. * Use "load_unicode" instead of "render_template" to load JS to add to fragment for DiscussionXBlock. * Remove unused "course" parameter from context for DiscussionXBlock.student_view. * Add RTL stylesheet for DiscussionXBlock, and enable the block to load correct stylesheet. * Load MathJax only once, and include code for configuring MathJax in discussion bundle. * Make sure username renders correctly in DiscussionXBlock response header. * Move WYSIWYIG Markdown editor styles to _build-discussion.scss. * Remove unnecessary import of discussion/utilities/v1-compatibility from _build-discussion.scss. * Keep courseware-chromeless.html in sync with courseware.html. * Load CSS for discussions on Teams tab. This makes it possible to remove CSS for discussions from Sass files for "Course" tab. * Load js/src/tooltip_manager.js, jquery.autocomplete.js and jquery.autocomplete.css on "Course" tab.
Tim Krones committed
-
- 29 Aug, 2016 1 commit
-
-
TNL-5163
Andy Armstrong committed
-
- 11 Aug, 2016 1 commit
-
-
Removes most remaining hardcoded references to XSeries from the LMS. Part of ECOM-4638.
Renzo Lucioni committed
-
- 01 Aug, 2016 1 commit
-
-
This work removes most references to XSeries from the LMS in an attempt to be more general. ECOM-5018.
Renzo Lucioni committed
-
- 02 Jun, 2016 1 commit
-
-
TNL-4622
Andy Armstrong committed
-
- 09 May, 2016 1 commit
-
-
AlasdairSwan committed
-
- 20 Apr, 2016 1 commit
-
-
Adam committed
-
- 19 Apr, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 18 Apr, 2016 1 commit
-
-
ECOM-3199
Awais committed
-
- 15 Apr, 2016 1 commit
-
-
Resolves conflicts between reverts of pattern library test pages and multi-site comprehensive theming, and the re-introduction of pattern library test pages. Fixes a pipeline rendering test which relied on other tests updating assets. The test now ensures that static assets are available before running.
Andy Armstrong committed
-
- 11 Apr, 2016 1 commit
-
-
FEDX-93 These are developer only pages, so can not be seen in production environment. On devstack, you can access these pages in LMS and Studio at: /template/ux/reference/pattern-library-test.html This is the second attempt to enable the Pattern Library. The first attempt broke Django Templates and didn't work correctly with right-to-left styling.
Andy Armstrong committed
-
- 08 Apr, 2016 2 commits
-
-
This reverts commit 845e3708.
Brian Jacobel committed -
This reverts commit 845e3708.
Brian Jacobel committed
-
- 05 Apr, 2016 2 commits
-
-
FEDX-93 These are developer only pages, so can not be seen in production environment. On devstack, you can access these pages in LMS and Studio at: /template/ux/reference/pattern-library-test.html
Andy Armstrong committed -
ECOM-3940
Peter Fogg committed
-
- 01 Apr, 2016 1 commit
-
-
Jonathan Piacenti committed
-
- 31 Mar, 2016 1 commit
-
-
Simon Chen committed
-
- 17 Feb, 2016 1 commit
-
-
This will allow users to delegate permissions to a 3rd party service.
Justin Abrahms committed
-
- 17 Dec, 2015 1 commit
-
-
TNL-1958
muhammad-ammar committed
-
- 16 Dec, 2015 1 commit
-
-
Frances Botsford committed
-
- 10 Dec, 2015 1 commit
-
-
David Baumgold committed
-
- 04 Dec, 2015 1 commit
-
-
Page skeleton and endpoint to submit FA requests to Zendesk. ECOM-2824 ECOM-3038
Peter Fogg committed
-
- 21 Sep, 2015 1 commit
-
-
Discussion forum styling cleanup to correct current visual styling issues in addition to cleaning up styles in preparation for adding post images
Marco Morales committed
-
- 26 Aug, 2015 2 commits
-
-
muhammad-ammar committed
-
muhammad-ammar committed
-
- 12 Aug, 2015 1 commit
-
-
* Add new role for support staff. * Move dashboard/support functionality into a new Django app called "support". * Add support view for searching and regenerating certificates. * Refactor certificates views into separate files.
Will Daly committed
-
- 01 Jul, 2015 1 commit
-
-
Marco Morales committed
-
- 09 Jun, 2015 2 commits
-
-
David Baumgold committed
-
Also reconfigured paver to compile Sass into CSS directories
David Baumgold committed
-
- 28 May, 2015 1 commit
-
-
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
Will Daly committed
-
- 18 May, 2015 1 commit
-
-
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
AlasdairSwan committed
-
- 14 May, 2015 3 commits
-
-
Brian Talbot committed
-
Chris Rodriguez committed
-
Brian Talbot committed
-
- 13 May, 2015 1 commit
-
-
Brian Talbot committed
-