irfanuddinahmad
3e426aca91
New command to migrate transcripts to S3
2018-04-12 16:57:23 +05:00
Farhanah Sheets
d8d7e33879
Merge pull request #17905 from edx/fsheets/sfe-search-cleanup
...
Remove Studio Assets Search Waffle & Add test
2018-04-10 17:14:21 -04:00
Farhanah Sheets
facb03ebd3
Remove search settings and add test to validate search visibility
2018-04-09 14:38:35 -04:00
Douglas Hall
fb5904f776
Remove uses of the course_structure API.
2018-04-09 12:39:13 -04:00
Tyler Hallada
71e74949e9
Change in-context waffle switch to a flag
...
Also update studio-frontend to version 1.7.1
2018-04-05 16:47:42 -04:00
Tyler Hallada
d31249ba20
Studio-frontend in-context image selection modal
...
Open edit image modal via a custom signal
Send img tag attributes in open signal
Send natural image dimensions if no attr specified
Add new modal button in addition to old button
Also load built CSS when waffle switch on
Swap out TinyMCE toolbar button on waffle switch
Pass LANGUAGE_CODE from Django to template to studio-frontend
Define request.LANGUAGE_CODE in test_container_page.py
2018-04-04 15:48:36 -04:00
Alex Dusenbery
924dd18f2b
Remove flaky page re-ordering lettuce tests.
...
Remove the right thing.
2018-03-16 10:11:44 -04:00
muhammad-ammar
f6315483cd
update get_transcript util
2018-03-15 15:15:20 +05:00
Farhanah Sheets
34a96fb58d
Remove NewAssets config model & create migration file
2018-03-12 13:21:16 -04:00
Farhanah Sheets
b6469642fd
Merge pull request #17599 from edx/fsheets/EDUCATOR-2324
...
Clean up old Studio Assets Page
2018-03-08 14:06:02 -05:00
Farhanah Sheets
8dd967448f
Remove old assets page from mako template, tests, & config model references
2018-03-08 12:05:08 -05:00
muhammad-ammar
a01ba7621e
transcript util
...
EDUCATOR-2131
2018-03-07 23:02:15 +05:00
Michael Roytman
90bcd273a0
add ConfigurationModelFixture for Studio Frontend Assets Page and add Bok Choy tests for Studio Frontend Assets Page
2018-02-28 10:48:27 -05:00
Dennis Jen
6da648899f
Merge pull request #17530 from edx/dsjen/assets-search-waffle
...
Added waffle switch for files & uploads search UI
2018-02-27 14:56:10 -05:00
Bill DeRusha
9abec119fc
Merge pull request #17503 from edx/bderusha/sp-cleanup
...
Removed self-paced feature flag from code
2018-02-26 14:42:53 -05:00
Bill DeRusha
d4b57bc218
Removed self-paced feature flag from code
2018-02-26 13:44:53 -05:00
Gavin Sidebottom
67442c2641
Fixed unthemed error pages in Studio and LMS
2018-02-22 16:49:06 -05:00
Dennis Jen
bcb8cfeffd
Added waffle switch for files & uploads search UI
2018-02-22 11:54:53 -05:00
John Eskew
99f66a40b7
Merge pull request #17507 from open-craft/jill/studio-redirect-middleware
...
Adds redirect middleware to Studio
2018-02-22 11:29:52 -05:00
Dennis Jen
354abd09c8
Renamed contentstore waffle namespace to "studio"
2018-02-21 17:26:05 -05:00
Jillian Vogel
d10eb500b7
Updates tests: adding middleware increased the number of CMS database queries by 1
2018-02-21 11:44:39 +10:30
Ned Batchelder
59ba4a51b5
Merge pull request #17502 from stvstnfrd/up/loosen-contentstore-test
...
Loosen login lockout text check
2018-02-20 16:42:03 -05:00
stv
7a0baa5578
Loosen login lockout text check
...
On our fork at Stanford, we override the template for the login lockout
to provide additional information. This means that the second sentence
here, `Try again later.` does not immediately follow the first in our
rendering. As a result, this test fails for us.
Instead, by checking for the most important part of the message
(the first sentence), we're able to ensure that:
- the user is still locked out
- the lockout message is shown on the template
- the test does not fail unnecessarily
2018-02-16 10:34:56 -08:00
Qubad786
c90aa33cb8
Integrate with the updated VAL api utils.
2018-02-16 19:06:44 +05:00
Hasnain
4c10874b34
WL-1444 | Added optional argument "start date" in management command.
2018-02-15 16:20:55 +05:00
Michael Roytman
3496bb9a0a
pass language to mako template
2018-02-12 15:44:20 -05:00
Gregory Martin
4e7a602e67
Merge pull request #17406 from edx/yro/EDUCATOR-2230_code
...
Swap out exception class
2018-02-07 15:14:35 -05:00
Hasnain Naveed
51b3949d79
Merge pull request #17394 from edx/hasnain-naveed/create_course_change
...
Adding the new argument "name" (course_display_name) in create_course…
2018-02-07 18:10:01 +05:00
Hasnain
62969bc317
Adding the new argument "name" (course_display_name) in create_course management command.
2018-02-06 16:55:29 +05:00
Gregory Martin
c1a4184acd
Swap out exception class
2018-02-05 16:45:17 -05:00
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -05:00
Jeremy Bowman
2bd0c3d9a1
PLAT-1917 Stop using deprecated Location and AssetLocation
2018-02-03 00:31:59 -05:00
Gregory Martin
61306c8f10
Merge pull request #17377 from edx/fysheets/EDUCATOR-2230
...
Update video record handling defensiveness
2018-02-01 14:10:36 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Gregory Martin
61b8bd4d7a
Update video record handling defensiveness
2018-01-31 16:58:51 -05:00
Troy Sankey
381af53ad5
Merge pull request #17130 from edx/jeskew/fix_lms_shard_4_tests_django_111
...
LMS shard 4 tests Django 1.11
2018-01-29 14:14:22 -05:00
John Eskew
fa7bb1ea81
Merge pull request #17311 from mitodl/python_lib_import_fix_v2
...
Enabled python code lib import with GIT_IMPORT_STATIC set to False
2018-01-26 14:41:12 -05:00
Qubad786
64555c60c0
Move request_cache to openedx.core.djangoapps
2018-01-26 15:09:25 +05:00
Gavin Sidebottom
382b6069d8
PR feedback (added docstring notes, cleared up log messages)
2018-01-25 16:09:13 -05:00
Gavin Sidebottom
ec0263bc5b
changed 'course code lib' references to 'python lib' to maintain consistency
2018-01-25 16:08:57 -05:00
Gavin Sidebottom
8476f19463
Enabled python code lib import with GIT_IMPORT_STATIC set to False
2018-01-25 16:08:25 -05:00
John Eskew
27edca3c5e
Replace all clean_course_id form methods with common method.
2018-01-25 11:38:46 -05:00
sanfordstudent
fda773721c
Merge pull request #17285 from edx/sstudent/hide_cert_setting
...
deprecate html setting for web certs and set to true by default
2018-01-24 16:27:40 -05:00
Sanford Student
e2becea8cb
deprecate html setting for web certs and set to true by default
2018-01-24 15:02:44 -05:00
Brian Mesick
bffd906909
Merge pull request #17115 from edx/bmedx/django111_cms_test_failures
...
Fixes to CMS failures in Django 1.11 tests
2018-01-24 14:46:52 -05:00
Jeremy Bowman
ebc54c8f1a
PLAT-1890 Fixed assorted ModifyingEnforceTypeWarning warnings
2018-01-24 11:49:42 -05:00
Michael Roytman
8e667d8bdf
Merge pull request #17287 from edx/mroytman/assets-api-zero-assets
...
mroytman/assets api zero assets
2018-01-23 16:16:43 -05:00
Michael Roytman
97954d48fb
add condition for when no assets are found in the database
2018-01-23 15:13:12 -05:00
bmedx
46cb89e55d
Fixes to CMS failures in Django 1.11 tests
2018-01-23 14:11:06 -05:00
Tyler Hallada
ad773dac5c
Add text_search param for searching by displayname
2018-01-22 19:05:43 -05:00