Christina Roberts
901cafe57a
Merge pull request #11419 from edx/christina/enable-test
...
Remove skip from studio page bok choy test
2016-02-03 16:37:10 -05:00
cahrens
19162fb752
Asset page is hopefully loading more reliably now.
2016-02-03 15:46:51 -05:00
Peter Fogg
8ed051e3cf
Merge pull request #10642 from edx/feature/self-paced
...
Course home page improvements.
2016-02-03 15:06:59 -05:00
Peter Fogg
77aa07544e
Internationalize course info sidebar default.
2016-02-03 13:58:23 -05:00
Peter Fogg
71a00bf946
Revert "Move Course Handouts to Course Resources and Tools."
...
This reverts commit e8909e4439f22a7568d95a7672ab60d4a36f7322.
2016-02-03 13:58:23 -05:00
Bill DeRusha
e75f7950d4
Updates XBlock renders its own template. Adds expand and collapse JS + jasmine tests.
...
ECOM-2809
2016-02-03 13:58:23 -05:00
Peter Fogg
c22677c171
Move Course Handouts to Course Resources and Tools.
...
The existing course handouts section is moved underneath Course
Updates and News, with updated styling.
ECOM-2808
2016-02-03 13:58:22 -05:00
Peter Fogg
786c4456ea
Last-accessed courseware on the home page.
...
ECOM-2806
2016-02-03 13:58:22 -05:00
Matt Drayer
71a6779dfa
Merge pull request #11138 from fghaas/no-video-if-unset
...
lms: Only show welcome video if show_homepage_promo_video is set
2016-02-03 13:08:31 -05:00
Ahsan Ulhaq
96d030b6d9
Reverse and Rename Courseware and Course Info Tabs
...
ECOM-2678
2016-02-03 12:20:53 -05:00
Hasnain
d275dd4a70
Added bok choy test for proctoring instructor dashboard
2016-02-03 10:48:55 -05:00
clrux
8a2d989369
Merge pull request #11247 from edx/clrux/ac-313-fixup
...
CMS: Removing H1 and H2 from editor options; updating editor icons
2016-02-03 09:28:44 -05:00
Florian Haas
fef6f64a7b
lms: Only show welcome video if show_homepage_promo_video is set
...
While show_homepage_promo_video would previously toggle the control to
play the welcome video on and off, the YouTube embed iframe would be
included in index.html unconditionally. This created the ugly
situation that YouTube would try to pull in a non-existent video, and
that a DoubleClick tracking beacon would be introduced to the start
page for no reason.
Instead, make sure show_homepage_promo_video toggles the entire modal
video section on and off, suppressing it altogether unless
show_homepage_promo_video is set.
2016-02-03 09:37:27 +01:00
Zia Fazal
23b24d503e
Merge pull request #11404 from edx/ziafazal/WL-305
...
ziafazal/WL-305: removed constraints on MicrositeHistory model to allow Updates on Microsite
2016-02-03 11:17:35 +05:00
Chris Rodriguez
4ae40e7bdd
Updating icons on problem type editor
2016-02-02 15:41:04 -05:00
Chris Rodriguez
81d86eea42
Changing H2 to H3 in problem templates
2016-02-02 15:41:02 -05:00
Toby Lawrence
78370f3644
Merge pull request #11400 from edx/PERF-258
...
Add the ability to exclude files from URL canonicalization.
2016-02-02 11:28:05 -05:00
Calen Pennington
dffbc69a3c
Merge pull request #11329 from cpennington/fix-cert-type-names
...
Fix the help text for cert_name_short and cert_name_long
2016-02-02 11:19:09 -05:00
Calen Pennington
1d60c40bd2
Merge pull request #11215 from CredoReference/xblock_aside_example
...
XBlockAsides: little example of usage
2016-02-02 10:45:20 -05:00
Ben Patterson
dcfb95e76b
Merge pull request #11387 from edx/benp/fix-test-tooltip
...
Correct flaky condition on tooltip.
2016-02-02 10:44:53 -05:00
Toby Lawrence
e57d1a2006
Add leading period so we don't get partial matches on extensions.
2016-02-02 10:07:13 -05:00
Zia Fazal
9aa6718b25
removed constraints on MicrositeHistory model to allow Updates on Microsite model
...
fixed quality violations
2016-02-02 19:01:09 +05:00
Ben Patterson
902126d55c
Clarify method intent. Use BrokenPromise rather than assert.
2016-02-02 06:48:30 -05:00
Toby Lawrence
1183f6cec9
Add the ability to exclude files from URL canonicalization.
...
To be able to more easily deal with same-origin issues, due to some course assets being loaded in an iframe, we're adding the ability to specify file extensions that should be excluded from URL canonicalization. The default value is simply 'html', which means we won't rewrite asset links that point to files ending in .html. Thus, they'll be loaded from the same origin as the parent page, and voila, no SOP issues.
2016-02-01 21:44:35 -05:00
Peter Desjardins
2a5b6c9aa3
Edited wording of UI labels for configuring subsection prerequisites (gating)
2016-02-01 17:32:48 -05:00
Calen Pennington
8acb93690f
Fix the help text for cert_name_short and cert_name_long
...
This resolves the textual issue in [ECOM-2907] (https://openedx.atlassian.net/browse/ECOM-2907 ).
There will also be a data fix.
2016-02-01 17:02:14 -05:00
Douglas Hall
97cf6dd485
Merge pull request #11385 from edx/douglashall/fix_xmodule_import
...
Remove gating api import from course xmodule
2016-01-31 22:10:32 -05:00
Ben Patterson
07f8b8e9c3
Correct flaky condition on tooltip.
2016-01-30 16:56:12 -05:00
Douglas Hall
907d3e9f08
Merge pull request #11379 from edx/hasnain-naveed/HOL-44-extented
...
HOL-44 / Added check for duplication of email
2016-01-30 07:19:07 -05:00
Ben Patterson
d7be722ce7
[firefox upgrade] Wait for code mirror editor to be active
...
Not an issue for our tests on firefox 28; however, once we upgrade to
Firefox 42 (or later), a new wait condition is needed here. Otherwise,
the content is not set because selenium's action chain is starting too
early.
2016-01-29 20:42:17 -05:00
Douglas Hall
7c923355b2
Remove gating api import from course xmodule to avoid importing django related code into non-django related code
2016-01-29 18:42:04 -05:00
David Ormsbee
c13e623067
Speed up SASS compilation with libsass
2016-01-29 12:30:55 -05:00
Douglas Hall
dce3d9ca81
Merge pull request #11014 from edx/douglashall/PHX-219/subsection_gating
...
PHX-219 Subsection Gating
2016-01-29 11:05:39 -05:00
Hasnain
0971e3715a
Added check for duplication of email
2016-01-29 14:01:07 +00:00
Zia Fazal
6e861f266b
Merge pull request #11352 from edx/ziafazal/WL-209
...
ziafazal/WL-209:Cert Social Sharing customization
2016-01-29 16:50:17 +05:00
Zia Fazal
06e38e1c24
added branding to 404 and 500 error pages
...
changes based on feedback
renamed a definition and added test coverage
fixed broken tests
2016-01-29 15:46:51 +05:00
Asad Iqbal
87d9a07931
Merge pull request #11242 from edx/asadiqbal08/WL-243-manual-lang
...
WL-243 LMS Language Selection
2016-01-29 14:07:46 +05:00
Douglas Hall
37a7fdc0f2
Added subsection gating feature
2016-01-28 14:05:20 -05:00
asadiqbal
99b883b7be
WL-243 LMS Language Selection
2016-01-28 20:07:26 +05:00
Christine Lytwynec
092eae9ff3
Merge pull request #11130 from edx/clytwynec/ac-75
...
AC-75 and AC-73
2016-01-28 08:52:40 -05:00
Zia Fazal
463e8c82cf
Cert Social Sharing customization
...
changes after feedback from matte
2016-01-28 14:26:48 +05:00
Ahsan Ulhaq
70eaf18936
caching for requests to credentials service
...
ECOM-3278
2016-01-28 13:05:50 +05:00
Ahsan Ulhaq
5181513629
Show message for earned programs credentials
...
ECOM-3015
2016-01-28 13:05:50 +05:00
Clinton Blackburn
0b8145ee75
Merge pull request #11357 from edx/clintonb/ccx-fix
...
Resolved ccx-keys dependency on edx-opaque-keys
2016-01-27 22:55:13 -05:00
Clinton Blackburn
29f0a5b172
Updated XModule opaque-keys dependency
...
Using edx-opaque-keys instead of opaque-keys
2016-01-27 17:19:39 -05:00
Nimisha Asthagiri
08a2bc9620
Merge pull request #11358 from edx/release
...
Hotfix for MA-1981 and safe sessions
2016-01-27 15:53:20 -05:00
Christine Lytwynec
8c8953fe32
Update discussion markdown editor add link and image modals
2016-01-27 14:43:29 -05:00
Ben Patterson
f43e19615b
Merge pull request #11333 from edx/benp/mgmt-command-enroll-in-course
...
Enroll already-existing user to a course via management command.
2016-01-27 12:39:39 -05:00
Ben Patterson
551eaaf706
Enroll already-existing user to a course via management command.
...
Our current sandbox provisioning uses a create_user management command,
which creates and enrolls a user into a course. However, for TE-1128, we
will need a way to enroll the same user to multiple courses (which are
dynamic at time of provisioning). Using the existing management
command is no longer feasible for that, so we are using one that accesses
the enrollment API, which is the new standard for new enrollment capabilities.
2016-01-27 11:49:31 -05:00
Bill DeRusha
f59144b7e3
Merge pull request #11207 from edx/bderusha/yob-fix
...
Update age calculation to be more conservative.
2016-01-27 10:48:47 -05:00