- 21 Nov, 2017 3 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
New management command for setting up a test environment. The command creates a ScheduleConfig and schedules if they don't exist (the schedule starts three days before the time the command is run). If a schedule already exists, the command updates the schedule's start time and upgrade deadline. The values set by the command will allow send_recurring_nudge to send three-day nudges.
sandroroux committed
-
- 16 Nov, 2017 14 commits
-
-
add DEFAULT_MOBILE_AVAILABLE flag
Christopher Lee committed -
stop writing linting violations to console
Stu Young committed -
Change get_prep_lookup to a Lookup
Brian Mesick committed -
Jose Antonio Gonzalez committed
-
DOC-3822 Make 2 steps more obvious in credit eligible email
Carol Tong committed -
Disable View Consent button on dashboard
Bill Filler committed -
coerce UUIDs to strings when logging email sent events
Gabe Mulley committed -
ENT-729 asadiqbal08/Authenticating directly using "tpa_hint" URL link the learner to enterprise customer
Asad Iqbal committed -
asadiqbal committed
-
remove temporary log
Noraiz Anwar committed -
Remove collection of JS bundles for themes.
David Ormsbee committed -
noraiz-anwar committed
-
Gabe Mulley committed
-
Gabe Mulley committed
-
- 15 Nov, 2017 23 commits
-
-
Partial revert to disable calls to Enterprise API for each course in an Enterprise Learner's dashboard to determine status of consent. Will re-enable once a batch API is avaiable (WL-1315) to fix performance. ENT-727
Bill Filler committed -
Schedules app readme
Alessandro Roux committed -
Stuart Young committed
-
Fix low contrast on Notes page
Michael Terry committed -
Fix some broken links in CSS comments
Michael Terry committed -
Carol Tong committed
-
sandroroux committed
-
get_prep_lookup in a Field is deprecated in Django 1.11. This is the new way of doing this check.
bmedx committed -
Fixes for common/lib tests in Django 1.9+
Jeremy Bowman committed -
Generalized google analytics tracking for ACE emails
Gabe Mulley committed -
In the edxnotes view, a few bits of text had low contrast (page subtitle, tab label, and a link). Now they are each a little darker. LEARNER-3203
Michael Terry committed -
Comprehensive themes used to allow you to override JS within one of the bundles created for Studio and LMS (specified in the common.py env files). So for instance, the bundle that becomes lms-base-application.js is defined like this: base_application_js = [ 'js/src/utility.js', 'js/src/logger.js', 'js/user_dropdown_v1.js', 'js/dialog_tab_controls.js', 'js/src/string_utils.js', 'js/form.ext.js', 'js/src/ie_shim.js', 'js/src/accessibility_tools.js', 'js/toggle_login_modal.js', 'js/src/lang_edx.js', ] You could not add a custom file to this list in your theme, but if you created a themes/mytheme/lms/static/js/dialog_tab_controls.js, then your theme's version of that file would be wrapped into the bundle, which would be created at {staticfiles}/mytheme/js/lms-base-application.js It doesn't appear that this functionality has seen much use in practice, and it adds minutes to the compile time for sites compiling multiple themes, so this commit removes this capability. It is still possible to create and invoke custom JavaScript that is theme specific, and will compile out to {staticfiles}/mytheme/js -- it's just not possible to override a file that becomes part of the standard Studio/LMS bundles.
David Ormsbee committed -
ux.edx.org/elements -> ux.edx.org/design_elements
Michael Terry committed -
Gabe Mulley committed
-
Gabe Mulley committed
-
Gabe Mulley committed
-
Jeremy Bowman committed
-
Gabe Mulley committed
-
Gabe Mulley committed
-
Gabe Mulley committed
-
Added tag enterprise tickets functionality.
Waheed Ahmed committed -
New support form should tag enterprise tickets. LEARNER-2862
Waheed Ahmed committed -
WL-1257 | Site aware context variables.
Hasnain Naveed committed
-