J. Cliff Dyer
c61f2ddc69
Update xblock requirement to 1.0.0.
2017-05-12 14:51:02 -04:00
Renzo Lucioni
78a9b1f0ae
Remove use of read_cached_programs switch
...
The read_cached_programs switch was used to control the release of changes for reading programs exclusively from the cache. With those changes stable, the switch is no longer necessary.
LEARNER-382
2017-05-12 11:06:08 -04:00
Andy Armstrong
64de44321b
Show a welcome message on the course home page
...
LEARNER-879
2017-05-10 16:53:15 -04:00
Diana Huang
c0b7f9b82d
Only try to render dates when user is authenticated.
2017-05-08 12:24:24 -04:00
Andy Armstrong
9ce46a3fb5
Improve course experience tests
2017-05-05 13:55:59 -04:00
Noraiz Anwar
3c0e02067d
Merge pull request #14954 from edx/noraiz/TNL-6870
...
TNL-6870 Add masquerading feature for preview mode
2017-05-05 18:58:47 +05:00
Diana Huang
e12a704cea
Add new course dates fragment.
...
Also add it to the course home page.
2017-05-04 20:53:42 -04:00
Robert Raposa
3b31270e07
Fix Start Course vs Resume Course using Course Blocks.
2017-05-03 15:02:42 -04:00
noraiz-anwar
d78d52e132
Add masquerading feature for preview mode
2017-05-03 18:50:50 +05:00
Andy Armstrong
2167584e5e
Unify the home and course tabs
...
LEARNER-609
2017-05-01 17:22:28 -04:00
Calen Pennington
3deb3a3c1b
Merge pull request #14977 from cpennington/cale/fix-learner-542
...
Cale/fix learner 542
2017-05-01 12:18:03 -04:00
Ned Batchelder
ecce0f1513
Merge pull request #14996 from edx/nedbat/remove-useless-super-delegation
...
Remove a number of unneeded super()-delegation methods
2017-04-28 13:04:43 -04:00
Calen Pennington
1811f7235f
Minimize the number of queries done while noop updating a user-preference
2017-04-28 12:26:41 -04:00
Diana Huang
b10c7dfc74
Use correct url helper.
2017-04-27 15:36:34 -04:00
Ned Batchelder
4a568476fd
Remove a number of unneeded super()-delegation methods
2017-04-27 14:12:56 -04:00
Calen Pennington
33fee20c3a
Reapply "Merge pull request #14868 from cpennington/learner-542"
...
This reverts commit 65f13ddec4 .
2017-04-27 09:25:02 -04:00
edx-pipeline-bot
38c0fbd638
Merge pull request #14975 from edx/release-mergeback-to-master
...
Merge release back to master
2017-04-26 15:29:32 -04:00
Calen Pennington
65f13ddec4
Revert "Merge pull request #14868 from cpennington/learner-542"
...
This reverts commit 88dd85caec , reversing
changes made to bf8aef33fc .
2017-04-26 11:29:56 -04:00
Andy Armstrong
6b8b79ff21
Implement new course updates page
...
LEARNER-608
2017-04-25 16:04:28 -04:00
Calen Pennington
88dd85caec
Merge pull request #14868 from cpennington/learner-542
...
Store Learner language preferences into a cookie rather than the session
2017-04-25 14:08:13 -04:00
Diana Huang
c14f0b14ea
Course jump tos should go to the main course home page.
2017-04-25 11:33:14 -04:00
Rabia Iftikhar
1b6778f694
Merge pull request #14932 from edx/ri/TNL-6666-500-error-courseware
...
update log info
2017-04-25 17:05:22 +05:00
Andy Armstrong
b3a9689dc3
Merge pull request #14949 from edx/andya/course-sidebar
...
Add a sidebar to the new course home page
2017-04-24 19:17:24 -04:00
Andy Armstrong
25229a741b
Implement course handouts
...
LEARNER-607
2017-04-24 17:47:47 -04:00
Andy Armstrong
e7e7b3bc15
Add a sidebar to the new course home page
...
LEARNER-606
2017-04-24 14:52:42 -04:00
rabia23
186e820b3d
update log when there's an IndexError on loading courseware
...
raise IndexError after catching it
2017-04-24 14:31:58 -04:00
Nimisha Asthagiri
61c0a01b37
Rename location_to_scores -> problem_scores
2017-04-24 11:01:30 -04:00
Calen Pennington
4d21fbe6b9
Use UserFactory.create so that it creates a UserProfile for the user
2017-04-24 07:37:19 -04:00
Calen Pennington
e733179d49
Store Learner language preferences into a cookie rather than the session
...
This modifies the lang-pref django app to:
a) Use the current value of the 'edx-language-preference' cookie to set the
users Accept-Language header on an incoming request.
b) At the end of the request, update the 'edx-language-preference' cookie
to reflect the users current Language Preference choice, if any.
[LEARNER-542]
2017-04-24 07:37:19 -04:00
Muhammad Ammar
c3d0a50d42
Merge pull request #14514 from edx/ammar/tnl-6513-frontend-hls-support
...
HLS playback support in video player
2017-04-21 12:38:11 +05:00
Qubad786
b2cfad1650
Add Configuration Models for HLS Playback Feature.
2017-04-20 16:35:46 +05:00
Ahsan Ulhaq
650695845e
Financial aid for courses with no course overview
...
ECOM-7688
2017-04-20 13:55:22 +05:00
Eric Fischer
5c26acc115
Re-kill ICRV block
...
This reverts commit 1224e341de . I've also added
NotImplementedPartitionScheme, which allows deprecated partition types to have
a valid entry point despite being unusable.
TNL-6675
2017-04-19 15:55:13 -04:00
Cliff Dyer
28d36b5276
Merge pull request #14813 from edx/neem/backfill-problem-completion
...
Estimate first_attempted for grades.
2017-04-19 09:36:10 -04:00
rabia23
59d84e5b77
TNL-6666 Fix 500 error when entering courseware.
2017-04-19 10:45:08 +00:00
J. Cliff Dyer
4f6d5d9ce9
Estimate creation time for subsections grades based on timestamp of
...
incoming scores.
TNL-6697
2017-04-18 16:51:17 -04:00
Ahsan Ulhaq
da9d7b2e89
Merge pull request #14796 from edx/ahsan/ECOM-4776-Account-settings-page-load-and-create-user-profile
...
Account settings page should load and create student user profile
2017-04-14 14:43:09 +05:00
Diana Huang
9e734442c2
Initial version of new transformer.
2017-04-13 14:38:13 -04:00
muhammad-ammar
cc330a8c25
disable hls profile
2017-04-13 14:51:42 +05:00
Ahsan Ulhaq
04ca94eaef
Account settings page should load and create student user profile
...
ECOM-4776
2017-04-13 11:47:38 +05:00
Andy Armstrong
da1ac4664e
Implement common redirect logic for all course tabs
...
LEARNER-76
2017-04-12 16:05:32 -04:00
Eric Fischer
7d2dbf4b76
Waffle Utils cleanup
...
Turn override into a sensible default that calls both of the
for_request and in_model submethods, which are themselves still
avaiable if needed.
2017-04-11 13:31:30 -04:00
Nimisha Asthagiri
1503e5f768
Grade only engaged learners
...
Add a new waffle switch that allows us to assume zero grades for
learners who have no entry previously recorded, and another to
disable persisting grades for unengaged learners.
TNL-6691
2017-04-11 10:41:57 -04:00
Jeff LaJoie
fac7e288c8
Merge pull request #14800 from edx/jlajoie/TNL-6739
...
TNL-6739: Adds in masquerading as enrollment track user
2017-04-06 10:29:02 -04:00
Andy Armstrong
ae1903fe8c
Merge pull request #14829 from edx/andya/page-query-tests
...
Add query count tests for old and new course pages
2017-04-06 10:23:43 -04:00
Jeff LaJoie
413bce3d72
TNL-6739: adds in masquerading as enrollment track user
2017-04-06 09:35:08 -04:00
Andy Armstrong
e7a4ed742a
Add query count tests for old and new course pages
2017-04-05 21:35:34 -04:00
Andy Armstrong
aa3781988e
Add bulk operations around CourseTabView rendering
2017-04-05 14:23:19 -04:00
cahrens
dbae1e397d
Add ability to set visibility by enrollment track.
...
TNL-6744
2017-04-05 11:05:31 -04:00
Andy Armstrong
0325425c8c
Add data sharing consent redirect for more course tabs
...
LEARNER-394
2017-03-31 19:12:13 -04:00