Diana Huang
b0877270bf
Add course grades to programs dashboard.
2017-10-25 15:44:47 -04:00
sandroroux
224cca69ae
Changing the templates to make them more accessible.
2017-10-25 15:44:05 -04:00
Matthew Piatetsky
e1c24084e9
Fix request to currency endpoint
2017-10-25 15:38:10 -04:00
John Eskew
f28542d319
fixup! fixup! Use branched version of edx-sga.
2017-10-25 15:19:39 -04:00
John Eskew
7ede9a325a
fixup! Use branched version of edx-sga.
2017-10-25 12:12:23 -04:00
J. Cliff Dyer
69271d043b
Handle completion of scorable blocks
...
* Add a handler to mark a block complete when a problem is scored.
* Also handle marking incomplete when user problem state is deleted.
* Add score_deleted to published providing_args for PROBLEM_{RAW,WEIGHTED}_SCORE_CHANGED
OC-3089
2017-10-25 11:50:09 -04:00
John Eskew
725418dd38
Used tagged version of ORA2 - 2.1.3
2017-10-25 11:49:13 -04:00
John Eskew
917c3d62bd
FileWrapper indirection has been removed from Django.
2017-10-25 11:49:13 -04:00
John Eskew
8639e95994
Use branched version of edx-sga.
2017-10-25 11:49:13 -04:00
John Eskew
fa6d94d144
Remove NoseTestSuiteRunner - now using pytest.
2017-10-25 11:49:12 -04:00
Andy Armstrong
9cb906cb51
Fix i18n for the page title in course tabs
2017-10-25 11:22:30 -04:00
Calen Pennington
2fafa54662
Merge pull request #16334 from edx/cale/move-org-query-to-resolver
...
Cale/move org query to resolver
2017-10-25 10:28:24 -04:00
Cliff Dyer
ab13544cf2
Merge pull request #16112 from open-craft/cliff/handle-completion-events
...
Handle completion events
2017-10-25 10:13:18 -04:00
Harry Rein
618cf6aec5
Merge pull request #16333 from edx/HarryRein/responsive-updates-bookmarks-page
...
Update bookmarks and updates pages to be responsive.
2017-10-25 10:01:03 -04:00
Waheed Ahmed
892c5af871
Merge pull request #16323 from edx/waheed/LEARNER-2951-fix-unicode-error
...
Fix unicode error on financial assistance page.
2017-10-25 18:38:57 +05:00
Calen Pennington
07bb3ea564
Make the exclude orgs a bit more natural by returning a filtered query
2017-10-25 09:10:17 -04:00
Calen Pennington
fa7b9a132a
Move the org_list and exclude code into the resolvers
2017-10-25 09:10:16 -04:00
Waheed Ahmed
8c0e87ab65
Fix unicode error on financial assistance page.
...
If country name has special character str() raises unicode error.
LEARNER-2951
2017-10-25 17:27:46 +05:00
Hasnain Naveed
b9cd1043df
Merge pull request #16320 from edx/hasnain-naveed/WL-1060
...
WL-1060 | Made the dashboard social sharing site aware.
2017-10-25 16:01:41 +05:00
Albert (AJ) St. Aubin
93c3ff2a98
Merge pull request #16273 from edx/aj/LEARNER-1733
...
Implement Entitlement Model for Course Centric Architecture
2017-10-25 07:00:32 -04:00
J. Cliff Dyer
94d05bceb5
Add handler to receive completion events
...
* Submit a completion when receiving a completion event from an XBlock.
* Handle legacy progress events.
* Convert handler to use a dispatch dict instead of an if-else chain.
* Extract masquerade checking from individual handlers.
* Gate submit_completion on waffle switch
* 404 on handler views when trying to submit completion without waffle
switch enabled.
OC-3087
Disallow calling submit_completion when waffle flag is disabled.
Add tests that trying to publish completion errors.
2017-10-25 06:54:59 -04:00
Tasawer Nawaz
aa980554c9
Merge pull request #16240 from edx/tasawer/learner-2804/add-reactjs-for-single-support-form
...
add reactjs for single support form
2017-10-25 12:13:24 +05:00
tasawernawaz
d839d17714
update css and html/ add basics for react
...
LEARNER-2804
2017-10-25 11:12:26 +05:00
Matthew Piatetsky
168b6b36c3
Merge pull request #16332 from edx/LEARNER-2412
...
Only convert price to local currency after document is ready
2017-10-25 00:41:34 -04:00
Matthew Piatetsky
f015682d5d
Only convert price to local currency after document is ready
2017-10-24 22:41:22 -04:00
Albert St. Aubin
a9011fde58
Implement Entitlement Model for Course Centric Architecture
...
[LEARNER-1733]
2017-10-24 19:12:55 -04:00
Gabe Mulley
c12923838f
Merge pull request #16327 from edx/mulby/upgrade-reminders-fix
...
Only send upgrade reminders to learners who are eligible to upgrade
2017-10-24 18:26:36 -04:00
Douglas Hall
9569e6ee39
Merge pull request #16331 from edx/douglashall/update_edx_enterprise_0_53_1
...
Updating edx-enterprise requirement to 0.53.1.
2017-10-24 15:21:30 -04:00
Gabe Mulley
9e16ed1cac
only send upgrade reminders to learners who are eligible
2017-10-24 15:09:03 -04:00
Gabe Mulley
e6abdf7e63
Merge pull request #16328 from edx/mulby/fix-course-sock
...
Merge PR 16260 back into master with a fix for the course sock
2017-10-24 15:08:05 -04:00
Stu Young
c3216acd55
Merge pull request #16308 from edx/estute/add-django-version-to-paver-args
...
set django version in paver args
2017-10-24 14:46:25 -04:00
Douglas Hall
97bb6a344b
Updating edx-enterprise requirement to 0.53.1.
...
https://github.com/edx/edx-enterprise/compare/0.53.0...0.53.1
2017-10-24 14:19:26 -04:00
Douglas Hall
c498c1cec1
Merge pull request #16330 from open-craft/uman/0.53.0
...
[ENT-432] Bump edx-enterprise to 0.53.0.
2017-10-24 14:18:38 -04:00
Harry Rein
73455ac378
Updating bookmarks and updates pages to be responsive.
2017-10-24 14:17:35 -04:00
Gabe Mulley
410fbfd11e
Merge pull request #16324 from edx/mulby/fix-unresolved-var
...
fix malformed template variable
2017-10-24 13:55:24 -04:00
Gabe Mulley
7efa805fbc
fix tests
2017-10-24 13:51:22 -04:00
Douglas Hall
6d4e34bbf2
Merge pull request #16329 from edx/revert-16226-LEARNER-717
...
Revert "LEARNER-717 Added logs for discovery"
2017-10-24 13:03:43 -04:00
bmedx
78ebffa861
Clean up survey warnings
2017-10-24 12:58:02 -04:00
Harry Rein
ed2e6dc889
Merge pull request #16306 from edx/HarryRein/responsive-dashboard
...
Harry rein/responsive dashboard
2017-10-24 12:33:12 -04:00
Uman Shahzad
0084b3b4ae
Merge pull request #16303 from open-craft/uman/ent-tagline-logistration
...
[ENT-671] Show the Enterprise tagline on the logistration page.
2017-10-24 21:01:45 +05:00
Uman Shahzad
26d22ea154
Bump edx-enterprise to 0.53.0.
2017-10-24 20:51:29 +05:00
Douglas Hall
f0b41fea5a
Revert "LEARNER-717 Added logs for discovery"
2017-10-24 11:38:43 -04:00
Calen Pennington
88d2ff24cd
Merge pull request #16293 from edx/cale/refactor-upgrade-email-resolvers
...
Cale/refactor upgrade email resolvers
2017-10-24 11:33:19 -04:00
Alex Dusenbery
5cf016cf5b
EDUCATOR-1570 | Wire up a stub signal receiver to handle comment_created signals.
2017-10-24 11:32:07 -04:00
Gabe Mulley
f90f4276f9
fix course sock for courses without verified modes
2017-10-24 11:18:36 -04:00
Gabe Mulley
44e5afba1e
Revert "Revert "Merge pull request #16260 from edx/mulby/dynamic-deadline-upgrade-messaging""
...
This reverts commit b541dfa3fd .
2017-10-24 11:18:06 -04:00
Uman Shahzad
0a726a4679
Show the Enterprise tagline on the logistration page.
2017-10-24 20:12:27 +05:00
Harry Rein
889e9880f5
Responsive dashboard and learner profile.
2017-10-24 11:08:35 -04:00
Gabe Mulley
59e173de47
fix malformed template variable
2017-10-24 10:21:48 -04:00
Gabe Mulley
58bff7ed8c
update docstrings, DRY up schedules_for_bin
2017-10-24 10:15:41 -04:00