- Mar 16, 2016
-
-
cahrens authored
FEDX-24
-
Andy Armstrong authored
Upgrade RequireJS
-
Jesse Zoldak authored
Revert "ziafazal/WL-328: Multi-Site Comprehensive Theming"
-
Peter Fogg authored
Accessibility fixes for the course home page.
-
Andy Armstrong authored
FEDX-105
-
Diana Huang authored
Use is-hidden instead of hidden for video errors.
-
Jesse Zoldak authored
This reverts commit 954dae58.
-
- Mar 15, 2016
-
-
Diana Huang authored
-
Nimisha Asthagiri authored
Added visible_to_staff_only field to course blocks API
-
George Schneeloch authored
-
attiyaIshaque authored
Email address with '+' is accepted by Student Support.
-
Sven Marnach authored
Bump the version of the Drag&Drop XBlock to 2.0.4.
-
- Mar 14, 2016
-
-
Matt Drayer authored
Ziafazal/wl-328 multi-tenancy support in Comprehensive Theming
-
Zia Fazal authored
ziafazal: improvements need for multi-tenancy ziafazal: fixed broken tests ziafazal: no need to add setting in test.py ziafazal: added hostname validation ziafazal: changes after feedback from mattdrayer ziafazal: fixed branding and microsite broken tests ziafazal: make STATICFILES_DIRS to list ziafazal: added theme directory to mako lookup for tests ziafazal: added more protection in test_util saleem-latif: Enable SCSS Overrides for Comprehensive Theming saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates saleem-latif: Correct errors in python tests mattdrayer: Fix invalid release reference mattdrayer: Update django-wiki reference to latest release
-
Diana Huang authored
Flaky Matlab Tests
-
Eric Fischer authored
Flaky Discussion Tests
-
Eric Fischer authored
-
Sven Marnach authored
-
Eric Fischer authored
Ajax callbacks are used in a lot of places in discussions; our tests need to wait for those callbacks to finish in several places.
-
Ben Patterson authored
Flagging other library import bok-choy test as flaky.
-
Attiya Ishaque authored
-
- Mar 12, 2016
-
-
Ben Patterson authored
-
- Mar 11, 2016
-
-
Nimisha Asthagiri authored
New optional parameters for course blocks API: lti_url, block_types_filter
-
Ben Patterson authored
Flag two tests as flaky. See inline comments for JIRA tickets.
-
Ben Patterson authored
-
Toby Lawrence authored
Move any uncached JS to be cached
-
Matt Drayer authored
mattdrayer/xblock-translations: I18N/L10N for XBlocks
-
Matt Drayer authored
* mattdrayer: Latest proto code * mattdrayer: Add translation.py * asadiqbal08: Xblock translation ugettext update, remove translation.py * mattdrayer: Additional I18N work -- starting to see some translations! * asadiqbal08: Trying to make xBlock message catalog files path dynamic * mattdrayer: Remove unnecessary modifications * mattdrayer: Cleaned up implementation * mattdrayer: Moved import statement * asadiqbal08: update as suggested * asadiqbal08: xblock its own domain * asadiqbal08: translation: secure none object * asadiqbal08: pylint * asadiqbal08: get locale from xblock * asadiqbal08: update * mattdrayer: Determine XBlock locale path within runtime service * mattdrayer: Determine module location via the runtime * mattdrayer: Remove ModuleI18nService reference * asadiqbal08: override the service in studio * asadiqbal08: remove import * asadiqbal08: update the Modulei18nService * asadiqbal08: update the Modulei18nService * mattdrayer: Remove redundant __class__ reference * asadiqbal08: update the docstring * asadiqbal08: tests * mattdrayer: Remove specific ugettext override from ModuleI18nService * mattdrayer: Move service operation to base class * mattdrayer: Address quality violations * asadiqbal08: Investigating the test failure issue on jenkins and solved * asadiqbal08: First utilizing the parent class method * mattdrayer: Use recommended callable approach * asadiqbal08: remove unused code * asadiqbal08: Updated the test to use cms preview module system runtime in order to get i18n service. * asadiqbal08: Pylint quality * asadiqbal08: update the service call to check xblock declarations * asadiqbal08: update doc string * asadiqbal08: i18n callable test in studio * asadiqbal08: test lms runtime for modulei18n service * asadiqbal08: add doc strings * asadiqbal08: Rename locale and domain to Flask-Babel convention
-
Clinton Blackburn authored
Replaced Git requirements with PyPI
-
Peter Fogg authored
ECOM-3799
-
Toby Lawrence authored
We had a mechanism to, at runtime, generate a RequireJS config that would override the base paths and, instead, use the hashed versions of assets for things that RequireJs was loading on demand. We've now moved that out of the coureware.html base template and into main.html so that more pages actually benefit from it. As well, we've added some of the heavy hitters for unhashed assets, namely moment.min.js, to these overrides which should allow better caching for end users. We'll be able to add more things to the override list in the future as they crop up.
-
Ned Batchelder authored
Update translations (autogenerated message)
-
- Mar 10, 2016
-
-
Clinton Blackburn authored
Each of the replaced commits can be sourced from PyPI rather than Git. Also, django-pipeline does not need to be editable. ECOM-3833
-
Ned Batchelder authored
-
Jesse Zoldak authored
Always uninstall python packages on the uninstall list
-
Eric Fischer authored
Fix for ORA delete state TNL-4152
-
Christine Lytwynec authored
Improve accessibility for dashboard course settings dropdown
-
John Eskew authored
Upgrade to Django 1.8.11.
-
Eric Fischer authored
clear_student_state(), a method defined by ORA, requires information about the user making the request. Since this xblock is not bound, we must provide that information explicitly.
-
Eric Fischer authored
WIP: Asynchronous download button for ORA2 data
-