Albert (AJ) St. Aubin
97ec6ec374
Merge pull request #14014 from edx/aj/meta_test
...
Additional acceptance test to check the problem meta is not altered b…
2016-11-21 13:54:47 -05:00
Adam
261eb31d37
Merge pull request #13992 from edx/adam/refactor-dump-to-neo4j-caching
...
Moves dump_to_neo4j cache backend to neo4j instead of memcached (SUST…
2016-11-21 13:51:25 -05:00
Toby Lawrence
c67ee94d80
Merge pull request #13996 from edx/PERF-321
...
[PERF-321] Move heavy JS files for WordCloud out of lms-modules.js
2016-11-21 13:49:00 -05:00
alisan617
f7727fe76a
Merge pull request #14028 from edx/alisan/cohorts-dropdown-discussion-TNL-5936
...
Discussion cohorts only dropdown alignment
2016-11-21 13:05:49 -05:00
Adam
0fbe384248
Merge pull request #14006 from edx/adam/fix-date-unicode-issue
...
use a QueryDict to encode a url param that potentially has unicode (E…
2016-11-21 12:59:00 -05:00
Robert Raposa
8c2d6046db
Merge pull request #14034 from edx/robrap/thresholds
...
Tighten safe template thresholds.
2016-11-21 12:57:24 -05:00
Adam Palay
64722bfc8a
Moves dump_to_neo4j cache backend to neo4j instead of memcached (SUST-76)
...
Also
* Instead of caching when a course is last published, we get this information
from the CourseStructure table
* This commit introduces a mock py2neo Graph to be used for testing
2016-11-21 12:36:39 -05:00
Albert St. Aubin
25fd6b57af
Test update for PR comments
2016-11-21 11:31:17 -05:00
Albert St. Aubin
96eeb3fcc5
Additional acceptance test to check the problem meta is not altered by sequence navigation.
2016-11-21 11:04:26 -05:00
Robert Raposa
8a8ebfda0f
Tighten safe template thresholds.
2016-11-21 09:25:03 -05:00
Muhammad Ammar
9749bbab0c
Merge pull request #13970 from edx/ammar/tnl-5898-edxval-soft-delete-video
...
soft delete video from video uploads page
2016-11-21 19:05:39 +05:00
muhammad-ammar
dd45991926
soft delete video from video uploads page
...
TNL-5899
2016-11-21 15:14:57 +05:00
Muzaffar yousaf
8cee15b6a1
Merge pull request #13916 from edx/mushtaq/tnl-5797-duplicate-functionality
...
Add duplicate functionality for unit, sub-section and section
2016-11-21 15:08:00 +05:00
alisan617
a5039f6342
make cohorts filter dropddown fit inside the thread list view
2016-11-18 16:47:13 -05:00
Gregory Martin
89cf7ee90c
Merge pull request #14022 from edx/yro_add-unset-dateutils
...
instructor dash course start and end
2016-11-18 16:34:23 -05:00
alisan617
1f987f186f
Merge pull request #14009 from edx/alisan/TNL-5807-discussion-post-preview
...
add discussion thread post preview in Discussion tab thread list sidebar
2016-11-18 15:41:41 -05:00
Nimisha Asthagiri
c6c33a3d13
Merge pull request #14029 from edx/naa/fix-missing-import-conflict
...
Fix missing import due to merge conflict between parallel PRs
2016-11-18 15:25:54 -05:00
Nimisha Asthagiri
a6b93f1ab7
Fix missing import due to merge conflict between parallel PRs
2016-11-18 15:05:09 -05:00
Cliff Dyer
3fcc904eae
Merge pull request #13985 from edx/cdyer/grade-latency
...
Track grading task latency
2016-11-18 14:56:45 -05:00
alisan617
ad2a2f29bc
discussion thread post preview in DiscussionThreadListView
2016-11-18 13:58:17 -05:00
Nimisha Asthagiri
47de5e6c68
Merge pull request #14021 from edx/beryl/null-subsection-error
...
Handle DAGs with inaccessible Subsections on Problem Score update
2016-11-18 13:57:25 -05:00
Gregory Martin
2d60c65e7b
review fix
2016-11-18 13:56:52 -05:00
Clinton Blackburn
d7a7bcc1d7
Setting user info cookie on learner dashboard
...
The user info is now updated every time a user loads the learner dashboard. Given that this is the page most learners land on after enrolling in a course, updating this cookie here will ensure that the enrollment status hash is relatively up-to-date.
ECOM-4895
2016-11-18 13:56:48 -05:00
Clinton Blackburn
f0030334af
Added enrollment hash to login cookie
...
This will allow the marketing site to determine if locally-stored enrollment data needs to be refreshed.
ECOM-4896
2016-11-18 13:56:48 -05:00
J. Cliff Dyer
210a5a4a3e
Add log statement when task is first created.
...
TNL-5817
2016-11-18 13:35:38 -05:00
Nimisha Asthagiri
bc551b9b25
Merge pull request #14001 from edx/beryl/get-max-score-opt
...
Optimize max_score by moving from XModule to Descriptor
2016-11-18 11:41:55 -05:00
Max Rothman
0f7f83ac1b
Merge pull request #14024 from edx/release
...
Merging release into master for hotfix-2016-11-17
2016-11-18 11:34:47 -05:00
Nimisha Asthagiri
6e1471e442
Merge pull request #14012 from edx/beryl/unattempted-problems
...
Compute Attempted versus Grade of Zero
2016-11-18 11:23:30 -05:00
Gregory Martin
a6a7b7edb7
instructor dash course start and end
2016-11-18 11:06:14 -05:00
Nimisha Asthagiri
89d916918f
Handle DAGs with inaccessible Subsections on Problem Score update
...
TNL-5886
2016-11-18 10:34:01 -05:00
Nimisha Asthagiri
257fcc0328
Fix CAPA progress display flakiness
2016-11-18 10:27:12 -05:00
Nimisha Asthagiri
fda2ceac8d
Fix Delete-Student-State CSM entry deletion
2016-11-18 10:27:12 -05:00
Max Rothman
82a2435677
Merge branch 'release-candidate' into release
2016-11-18 10:22:23 -05:00
Nimisha Asthagiri
7899528b52
Compute Attempted versus Grade of Zero
...
TNL-5953
2016-11-18 10:05:23 -05:00
Adam Palay
10b33c8a8d
use a QueryDict to encode a url param that potentially has unicode (ECOM-6390)
2016-11-18 09:31:51 -05:00
Mushtaq Ali
a31a728a95
Add duplicate functionality for unit, sub-section and section - TNL-5797, TNL-5798
2016-11-18 12:39:35 +05:00
Cliff Dyer
0a27a1676d
Merge pull request #14018 from edx/cdyer/date-help-modal
...
Simplify business hours on help modal
2016-11-17 16:10:35 -05:00
Eric Fischer
422f09d6f3
Merge pull request #13995 from edx/efischer/override_celery_queues
...
Additional Celery Queues
2016-11-17 14:30:44 -05:00
J. Cliff Dyer
ea781266d1
Simplify business hours on help modal
2016-11-17 14:19:48 -05:00
Max Rothman
cd71d300c6
Merge pull request #14016 from edx/hotfix/2016-11-17
...
Upgrade cryptography library.
2016-11-17 13:38:49 -05:00
Ben Patterson
71805ed802
Merge pull request #13974 from edx/benp/cb-never-called-workaround
...
Workaround for TE-1767 aka cb() never called
2016-11-17 13:33:50 -05:00
Eric Fischer
01cc136217
Allow CELERY_QUEUES to be overriden using ENV_TOKENS
2016-11-17 12:56:07 -05:00
J. Cliff Dyer
b796ba1900
Add missing migrations
2016-11-17 12:11:25 -05:00
Robert Raposa
06b3b401ea
Upgrade cryptography library.
2016-11-17 12:08:43 -05:00
Nimisha Asthagiri
41f8d76284
Merge pull request #13515 from edx/course_blocks/update_management_command
...
Enhancements to generate_course_blocks management command
2016-11-17 11:45:46 -05:00
Ben Patterson
705c8b915e
Udpates based on feedback.
2016-11-17 11:31:57 -05:00
Gregory Martin
467dc45556
Merge pull request #13952 from edx/yro_refactor-course-info-page
...
Refactor info.html page datetime rendering
2016-11-17 11:29:45 -05:00
Douglas Hall
062e0506ef
Merge pull request #13977 from edx/afzaledx/wl-693-contact-us-form-in-email
...
submit_feedback function now conditionally sends emails.
2016-11-17 10:11:08 -05:00
Toby Lawrence
a49227661b
undo the test shenanigans i was doing
2016-11-17 09:49:42 -05:00
Eric Fischer
6fb5eeb390
Merge pull request #13993 from edx/efischer/tnl-5471
...
Remove Extraneous Subsection Grade DatabaseError protection
2016-11-17 09:42:07 -05:00