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
attiyaishaque
25435cfc98
TNL-5515. Fix discussion topic navigation and sorting option.
2017-04-17 17:05:12 +05:00
Ayesha Baig
da3fb2a8d4
Pass proper 'this' context to updateSidebar method so that sidebar could resize properly on load, scroll.
2017-04-17 15:12:27 +05: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
Rabia Iftikhar
2ee13c1221
Merge pull request #14818 from edx/ri/TNL-6740-fix-previously-cohorted-discussion-posts
...
TNL-6740 Fix previously cohorted discussion posts still show cohorting visibility message.
2017-04-14 11:38:41 +05:00
Diana Huang
196d379cc6
Rename MilestonesTransformer.
...
Add comment explaining why we can't have a separate transformer.
2017-04-13 14:39:38 -04:00
Robert Raposa
0899ac56e3
Fix review comments.
2017-04-13 14:39:38 -04:00
Diana Huang
aafd6a03ce
Add 'format' as a requested field.
2017-04-13 14:39:37 -04:00
Diana Huang
9e734442c2
Initial version of new transformer.
2017-04-13 14:38:13 -04:00
Eric Fischer
8e7dc093e0
chapter_grades should be ordered
2017-04-13 11:42:49 -04: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
Nimisha Asthagiri
dc036af8f3
Merge pull request #14866 from edx/neem/tests-for-grade-only-for-engaged
...
Missing grades tests and don't persist when creating grades unless policy changed
2017-04-12 14:14:32 -04:00
Nimisha Asthagiri
d852aa8b75
Missing grades tests and
...
Don't persist when creating grades unless policy changed.
2017-04-12 11:05:44 -04:00
rabia23
308fd66435
TNL-6740 Fix previously cohorted discussion posts still show cohorting visibility message.
2017-04-12 09:09:12 +00: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
Calen Pennington
5726265c19
Merge pull request #14849 from cpennington/learner-243
...
Learner 243: Unauthenticated User Language Settings
2017-04-11 09:28:18 -04:00
Christina Roberts
5bcf7422d9
Merge pull request #14830 from edx/christina/change-default-cohorting
...
Change default value for "always_cohort_inline_discussions" to False
2017-04-10 10:04:55 -04:00
Calen Pennington
58f1ce0a7a
Add language tests for student_account (logistration)
...
[LEARNER-243]
2017-04-10 08:42:35 -04:00
cahrens
121078eb67
Change default value for "always cohort".
...
TNL-6815
2017-04-07 13:02:25 -04:00
Sanford Student
0f53585afe
for TNL-6825, fix rescore logic
2017-04-07 11:09:16 -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
attiyaishaque
a7550912f8
TNL-6284 Empty subcategory will not render in inline discussion modules.
2017-04-06 12:00:53 +05:00
Andy Armstrong
e7a4ed742a
Add query count tests for old and new course pages
2017-04-05 21:35:34 -04:00
Renzo Lucioni
f00059f28c
Collect data needed for program progress sidebar
...
This includes a representation of the user's progress towards completing each course in the program and a list of any relevant course and/or program certificates the user has earned.
ECOM-7386
2017-04-05 19:06:28 -04:00
Andy Armstrong
aa3781988e
Add bulk operations around CourseTabView rendering
2017-04-05 14:23:19 -04:00
Christina Roberts
15ab2b6be7
Merge pull request #14798 from edx/christina/tnl-6744
...
Add Enrollment tracks to component visibility dialog
2017-04-05 12:10:56 -04:00
cahrens
dbae1e397d
Add ability to set visibility by enrollment track.
...
TNL-6744
2017-04-05 11:05:31 -04:00
sanfordstudent
aa31af778b
Merge pull request #14809 from edx/sstudent/TNL-6696
...
use current()
2017-04-04 10:56:50 -04:00
Asad Azam
a4e50f1add
updated eligible_for_certificate log
2017-04-04 12:54:32 +05:00
Renzo Lucioni
72dd85cebf
Modify program progress meter for use on detail pages
...
The meter now supports use with a single program, and can return serialized courses instead of counts when measuring progress.
ECOM-6602
2017-04-03 22:19:04 -04:00
Sanford Student
e94513d079
use current()
2017-04-03 11:22:26 -04:00
Andy Armstrong
0325425c8c
Add data sharing consent redirect for more course tabs
...
LEARNER-394
2017-03-31 19:12:13 -04:00
Robert Raposa
ffe64add55
Add new relic custom metrics to course home.
...
- Add new utilities to monitoring_utils djangoapp.
- Use new utilities for all new course tabs.
2017-03-31 15:19:53 -04:00
Robert Raposa
77f111b2b1
Moves and rename common/djangoapps/newrelic_custom_metrics.
2017-03-31 15:19:53 -04:00
Adam
d4902f88db
Merge pull request #14799 from edx/adam/fix-orphan-ora-instr-dashboards
...
fix issue where orphaned openassessment blocks cause 500 errors on th…
2017-03-31 09:55:40 -04:00
Ahsan Ulhaq
9e9c99ac0a
Add eligible for financial aid and sync with course discovery
...
ECOM-7532
2017-03-31 14:35:56 +05:00
Adam Palay
ac3373ca77
fix issue where orphaned openassessment blocks cause 500 errors on the instructor dashboard (TNL-6797)
2017-03-30 14:51:46 -04:00
Eric Fischer
594dcaf4a1
Merge pull request #14780 from edx/efischer/ora_grades
...
Clear Student State: ORA/Robust Grades fixes
2017-03-30 14:27:45 -04:00
cahrens
e5035746bf
Introduce EnrollmentTrackUserPartition.
...
TNL-6674
2017-03-30 12:24:48 -04:00
Eric Fischer
b484092397
Clear Student State ORA/Robust Grades cleanup
2017-03-30 11:08:29 -04:00
sanfordstudent
8a0f11bbec
Merge pull request #14781 from edx/sstudent/TNL-6696
...
add settings for compute grades command
2017-03-30 09:20:05 -04:00
Sanford Student
bdc0b33cb4
add settings for compute grades command
2017-03-29 17:07:44 -04:00
Andy Armstrong
ec241774ba
Add the staff preview bar to the new course home page
...
LEARNER-75
2017-03-28 21:19:36 -04:00
Nimisha Asthagiri
b1b950c6e6
Merge pull request #14770 from edx/neem/waffle-utils
...
Waffle Switch with namespacing and request caching
2017-03-28 20:07:50 -04:00