Waheed Ahmed
7128370666
Fix None type entitlement passing.
...
LEARNER-4513
2018-03-16 16:41:49 +05:00
Robert Raposa
0d60d85e2f
Merge pull request #17688 from edx/robrap/update-waffle-docs
...
Add docs for handling default values.
2018-03-15 17:26:02 -04:00
Sofiya Semenova
f30272bf02
Merge pull request #17704 from edx/sofiya/ed-2506
...
Drag and drop xblock completion not showing in course outline.
2018-03-15 16:40:22 -04:00
Sofiya Semenova
2a08304794
EDUCATOR 2506 Drag and drop xblock completion not showing in course outline.
2018-03-15 15:38:54 -04:00
Michael LoTurco
2bebb88cb3
Merge pull request #17665 from edx/MLoTurco/learner-3925-table
...
Add entitlement table to support app
Learner-3925
2018-03-15 14:12:12 -04:00
Michael LoTurco
be1b800475
Add Table to entitlement support app
...
Learner-3925
2018-03-15 13:20:31 -04:00
Michael Roytman
7ae119562e
Merge pull request #17695 from edx/mroytman/bump-studio-frontend-1.5.0
...
bump studio-frontend package version to 1.5.0
2018-03-15 12:51:17 -04:00
Attiya Ishaque
504b7738e8
Merge pull request #17687 from edx/ai/EDUCATOR-2501-staff-view-course-outline
...
Allow staff to see all units when viewing the course outline.
2018-03-15 20:52:57 +05:00
Muhammad Ammar
04bf165ec9
Merge pull request #17696 from edx/ammar/update-transcripts-util
...
update get_transcript util
2018-03-15 20:47:01 +05:00
Robert Raposa
a814c8d44c
Removing flaky test test_can_add_remove_allowance.
...
EDUCATOR-2514
2018-03-15 11:46:55 -04:00
Alex Dusenbery
82d5bef4f6
EDUCATOR-1290 | Create a new random.Random instance when selecting from library content blocks.
2018-03-15 11:31:41 -04:00
Michael Roytman
ad90e60759
bump studio-frontend package version to 1.5.0
2018-03-15 10:08:43 -04:00
Robert Raposa
c7268f2293
Remove flaky test and commented-out tests.
...
Presumably the commented-out tests were also flaky at one point, and
the current process is to remove flaky tests.
EDUCATOR-2512
2018-03-15 09:59:06 -04:00
Robert Raposa
5d9d20e029
Add docs for handling default values.
2018-03-15 09:59:06 -04:00
muhammad-ammar
f6315483cd
update get_transcript util
2018-03-15 15:15:20 +05:00
attiyaishaque
b239d7b8d7
Allow staff to see all units when viewing the course outline.
2018-03-15 15:02:36 +05:00
Michael Youngstrom
4e82734cc2
Merge pull request #17691 from edx/testeng/bokchoy_auto_cache_update_a529cc537b71eae36d0b385916e0e3845734e5c4
...
Bokchoy db cache update
2018-03-14 13:45:15 -04:00
edx-cache-uploader-bot
917bb7d20c
Updating migrations
2018-03-14 12:50:06 -04:00
Tasawer Nawaz
8a0b2d2d45
Merge pull request #17680 from edx/tasawer/learner-4428/stop-using-single-basket-derecated-view
...
stop using deprecated single item basket view
2018-03-14 21:40:07 +05:00
Michael Terry
d40ce8c8d0
Use Levenshtein not nltk
2018-03-14 11:49:09 -04:00
Tasawer Nawaz
4912888168
stop using deprecated single item basket view
...
LEARNER-4428
2018-03-14 20:29:51 +05:00
Albert (AJ) St. Aubin
2335b57afc
Merge pull request #17686 from edx/aj/LEARNER-4228_bug
...
Uses the entitlements course run enrollment to get the course key when
2018-03-14 10:59:43 -04:00
Michael Youngstrom
eea527e896
Merge pull request #17673 from edx/youngstrom/test-improvements
...
Bokchoy test fixes for firefox upgrade
2018-03-14 09:51:53 -04:00
Sylvia Pearce
7185a78dc6
Merge pull request #17679 from edx/sylvia/DOC-3895
...
Update message for content with prerequisites
2018-03-14 09:32:08 -04:00
Albert St. Aubin
85eb168a34
Uses the entitlements course run enrollment to get the course key when
...
available
[LEARNER-4228]
2018-03-14 09:09:12 -04:00
Rabia Iftikhar
3419fcc289
Merge pull request #17678 from edx/thallada/schedules-cms-signals
...
Register schedule signal handlers for course start change in CMS
2018-03-13 22:35:41 +05:00
Ayub khan
b2fcd33b8c
Merge pull request #17681 from edx/remove-push-translation-files
...
Remove push translation files
2018-03-13 22:09:27 +05:00
Tyler Hallada
ce683242b3
Register course start signal receiver in CMS too
...
The code was refactored to remove logic that conditionally launches the
update_course_schedules task. It now always launches the task.
2018-03-13 21:37:21 +05:00
Michael LoTurco
9c885ea9f8
Merge pull request #17658 from edx/MLoTurco/learner-3925-search
...
Add Search component to entitlement support app
2018-03-13 12:21:29 -04:00
Albert (AJ) St. Aubin
24d8b04df9
Merge pull request #17683 from edx/aj/LEARNER-4228_bug
...
Updates to still retrieve the course Key when sessions are not available
2018-03-13 11:58:36 -04:00
Michael LoTurco
3e94c7573b
Add Store and Search Component
...
Add search component to entitlement support app,
requires the addition of a Provider and store to
the EntitlementSupportPage componenet and wraps search
in a Main component to contain additional pieces of the
page as added
Learner-3925
2018-03-13 11:03:18 -04:00
ayub-khan
413f840b4d
Remove module level translations files
...
We needed those files for the push translation
jenkins job as job has been updated to run
without commiting any changes to reo. we no
longer need those files in repo.
2018-03-13 20:00:34 +05:00
Albert St. Aubin
3d1ae114be
Updates to still retrieve the course Key when sessions are not available
...
[LEARNER-4228]
2018-03-13 11:00:32 -04:00
Waheed Ahmed
bc7f37b1d3
Merge pull request #17622 from edx/waheed/LEARNER-4167-return-hls-in-encoded-videos
...
Enable HLS video encodings for mobile.
2018-03-13 15:37:21 +05:00
Jae Bradley
0945264866
Merge pull request #17676 from edx/update-eslint-config-edx-to-3.0.1
...
Update eslint config edx to 3.0.1
2018-03-12 19:40:39 -04:00
Sylvia Pearce
9999715ebe
Updated message for content with prerequisites
2018-03-12 18:03:02 -04:00
Jeff LaJoie
971126aa27
Merge pull request #17661 from edx/jlajoie/LEARNER-4423
...
LEARNER-4423: Adds in PCI compliance checks for complexity
2018-03-12 16:22:56 -04:00
jaebradley
19bef01b69
update eslint config edx to 3.0.1
...
update eslint violations
2018-03-12 16:17:27 -04:00
Farhanah Sheets
d835bec3a1
Merge pull request #17629 from edx/fsheets/EDUCATOR-2324-part2
...
Removal of Config Model for old Studio Assets Page
2018-03-12 15:49:30 -04:00
Stuart Young
53fe34615e
Test fixes to prepare for firefox upgrade on jenkins
2018-03-12 15:40:25 -04:00
Jeff LaJoie
b289bb90b5
LEARNER-4423: Adds in PCI compliance checks for alphabetic and numeric characters
2018-03-12 15:14:41 -04:00
Farhanah Sheets
34a96fb58d
Remove NewAssets config model & create migration file
2018-03-12 13:21:16 -04:00
Michael LoTurco
d4df1ad75a
Merge pull request #17582 from edx/MLoTurco/learner-3925-feature-view-and-template
...
Add EntitlementSupportView, Template, and base react element
2018-03-12 11:00:42 -04:00
Awais Jibran
81899bdaee
Merge pull request #17642 from edx/aj/change-spainish-language-month-to-lower
...
Convert date to lower if language is spainish.
2018-03-12 17:10:28 +05:00
Albert (AJ) St. Aubin
87f126e551
Merge pull request #17580 from edx/aj/LEARNER-4228_bug
...
Updates to filter out Entitlements by Site
2018-03-12 07:58:49 -04:00
Awais Jibran
74341b7dd5
Convert date to lower if language is spainish.
2018-03-12 15:57:25 +05:00
Awais Jibran
e73513f99b
Merge pull request #17660 from edx/aj/do-not-include-currency-in-audit-emails
...
Do not show Currencies: usd in bulk email task history Sent To:
2018-03-12 15:55:11 +05:00
Waheed Ahmed
c362ff9847
Enable HLS video encodings for mobile.
...
Return HLS video encodings from blocks api for mobile.
LEARNER-4167
2018-03-12 11:24:14 +05:00
edX Transifex Bot
55aca51218
Update translations
2018-03-11 17:38:27 -04:00
Michael LoTurco
3b928e3e99
Adds EntitlementSupportView, Template, and base react element
2018-03-09 14:01:12 -05:00