Cole Rogers
1c05308d4a
Add credit pathway caching
2018-08-01 10:18:10 -04:00
Agha Awais
a3f8fe49cb
Merge pull request #18690 from edx/awais/lett_2_bc_discussion_components
...
discussion component bokchoy tests
2018-08-01 16:44:54 +05:00
Michael Roytman
e5521d9ec2
Merge pull request #18661 from edx/mroytman/bok-choy-tests-course-outline
...
bok choy tests for course outline status section
2018-07-31 13:08:31 -04:00
Michael Roytman
7e8de93d05
bok choy tests for course outline status section
2018-07-31 12:00:44 -04:00
Agha Awais
a72beed4ec
discussion component bokchoy tests
2018-07-31 14:29:49 +00:00
Jeremy Bowman
4241249119
TE-2524 Stop using nose.plugins
2018-07-30 21:11:05 -04:00
muhammad-ammar
c360b4effb
fix poster display issue with hls
...
EDUCATOR-2606
another approach
2018-07-30 12:11:00 +05:00
Agha Awais
a4547183da
Merge pull request #18497 from edx/awais/lett_2_bc_course_create
...
TE-2622: Course Create bokchoy tests
2018-07-27 14:56:55 +05:00
maiazadhun1
7faf59ff7a
course create bokchoy tests
2018-07-26 11:45:06 +00:00
Agha Awais
8b9048bf8c
Merge pull request #18498 from edx/awais/lett_2_bc_grading
...
TE-2624: Grading bokchoy tests
2018-07-26 12:50:39 +05:00
Agha Awais
442a0f510a
Merge pull request #18515 from edx/awais/lett_2_bc_advanced_settings_II
...
TE-2621: Advanced settings bokchoy tests 2
2018-07-26 11:34:22 +05:00
Jeremy Bowman
84dc5c6c2a
Merge pull request #18617 from edx/jmbowman/TE-2635
...
TE-2635 Upgrade bok-choy
2018-07-23 16:13:11 -04:00
Jeremy Bowman
41a49f5f07
TE-2635 Upgrade bok-choy
2018-07-23 15:25:01 -04:00
Bill Filler
df52ff0038
Merge pull request #18395 from edx/whitelabel/journal
...
Add journals support in LMS
2018-07-23 15:10:38 -04:00
Bill Filler
c746a4e630
Add Journals support
...
Enable the journal app in LMS. Add support to display Journals on index
and courseware pages and dashboard.
2018-07-23 13:11:26 -04:00
maiazadhun1
c7c38863dc
Grading bokchoy tests
2018-07-23 12:12:33 +00:00
Agha Awais
51a2679333
Advanced settings bokchoy tests II
2018-07-23 10:45:08 +00:00
lduarte1991
a9b61c06d3
Remove the annotations feature introduced by Harvard.
...
There are other annotations features still in the platform but this one
is the one that works with an annotations server that was specialized
and not generally used by most instances of the platform.
The initial PR to remove this was made by 'lduarte1991' and can be found
here: https://github.com/edx/edx-platform/pull/17299
The work done based on the squashed commits:
removed advanced modules config for annotations
remove module files and config for annotations
remove js and css files related to annotations, under ova folders
removed js and css annotator file configs for cms and lms
remove template html files for annotations
removed annotations options from static html book
Added back some files that were originally marked "for OVA" but others used as per acceptance tests
Added back css file configs incorrectly marked as ova
Remove annotation related advanced settings from test.
Correct hls require.js pathing.
2018-07-16 16:55:08 -04:00
Robert Raposa
d410d6d8ff
Remove flaky test_edit_raw_html.
...
EDUCATOR-3186
2018-07-12 13:08:29 -04:00
Robert Raposa
e784f439bb
Merge pull request #18570 from edx/feanil/remove_flaky_test
...
Remove flaky studio unit test.
2018-07-12 12:40:05 -04:00
Feanil Patel
9775af8620
Remove flaky studio unit test.
2018-07-12 11:26:19 -04:00
Robert Raposa
764ea22e3d
Remove flaky test_library_content_side_bar_help.
...
EDUCATOR-3183
2018-07-12 10:53:27 -04:00
Jeremy Bowman
c962e7914c
TE-2631 Fix notes bok-choy tests in devstack
2018-07-05 11:55:24 -04:00
Jeremy Bowman
b74131a726
TE-2630 Fix discussions bok-choy tests in devstack
2018-07-03 14:33:54 -04:00
Feanil Patel
aa3b6643b7
Merge pull request #18505 from edx/feanil/remove_flaky_content_library_test
...
Remove flaky content library test.
2018-07-03 10:01:54 -04:00
Feanil Patel
1caeb3283e
Remove flaky video test.
...
This test failed on commit 7083797c54 even though
that change has nothing to do with the video tests.
2018-07-02 15:02:45 -04:00
Feanil Patel
99dcf32eee
Remove flaky content library test.
...
This test failed on commit 7083797c54 even though
that change has nothing to do with the content library.
2018-07-02 15:02:14 -04:00
aghaawais01
f4e4f7c96f
bokchoy conversion of advanced settings
2018-07-02 13:56:01 +00:00
Awais Jibran
4b81ab6312
Merge pull request #18367 from edx/aj/EDUCATOR-3035/screenreader-issue
...
Screen reader issue with structure of LMS course outline
2018-07-02 15:33:54 +05:00
Awais Jibran
19b5fc6b22
Screen reader issue with structure of LMS course outline
...
Potential solutions:
1. Removal of the "role" attributes on the "li" elements and on the "ol"
2. Wrapping of the section/subsection titles in heading tags (<h4>-<h5>) that map to the correct nesting level of the content in the course (this is done correctly for the top-level elements)
EDUCATOR-3035
2018-06-28 13:13:42 +05:00
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Usman Khalid
8b1aad080a
Add complete on view support to render_xblock view.
2018-06-22 14:46:03 -04:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
uzairr
e77a19a4a3
Update UTM params of social sharing buttons
...
To improve Customer experience small changes have done in the
Google Analytics so that incoming stats are organized efficiently.
LEARNER-5360
2018-06-14 12:38:01 +00:00
Calen Pennington
afc6899c30
Limit the length of browser log file names
2018-06-13 10:00:11 -04:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Calen Pennington
0abe75a7c6
Re-apply the changes to convert XBlocks to Webpack
...
Reapplies edx/edx-platform#17509
This reverts commit 0f7e2373d0 .
2018-06-06 12:52:12 -04:00
Michael Youngstrom
26b4e30833
Remove django 1.8 shim
2018-06-06 10:34:56 -04:00
Cole Rogers
2ac2c045e3
Merge pull request #18296 from edx/colelrogers/remove-GDPR-flag
...
Removed GDPR flags and usages WIP
2018-06-04 11:56:13 -04:00
Cole Rogers
41bb144854
Removed student entrance test
2018-06-04 10:29:01 -04:00
Cole Rogers
623cb0d6ae
Removed GDPR flag and its functionality
2018-06-04 10:25:37 -04:00
Diana Huang
65f0f6809d
Add a configuration option for deleting student accounts.
2018-05-31 14:29:00 -04:00
Zia Fazal
90633c0956
Merge pull request #17974 from edx/ziafazal/WL-1239
...
WL-1239: Ability to gate section based on completion percentage
2018-05-30 12:52:43 +05:00
Zia Fazal
53cf5638b6
added radio input fields to pre-requisite selection
...
Initial changes to gate section based on completion percentage
code refactoring and added evaluation of completion milestone
Fixed broken unit tests and added new tests
Fixed broken tests and quality violations
Fixed Pep8 violation
Fixed eslint quality violations
Test changes as suggested by reviewer
changes after feedbacy from reviewer
Update the docstring with suggested changes
excluding chapter from the blocks
Disallow empty values for min score and min completion
Changes afte feedback from UX/Accessibility
removed blank line
2018-05-30 11:25:59 +05:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
a16b8cc4b5
Clean up pylint failures
2018-05-29 12:28:19 -04:00
Calen Pennington
2d7fdbcd97
Explicitly wait for the video editor to have opened when editing
2018-05-29 12:21:47 -04:00
Calen Pennington
d4bb203308
Log javascript errors during bok_choy tests
2018-05-29 12:21:47 -04:00
Calen Pennington
f557bad5a3
Wait for MathJax for tests, rather than MathJax.isReady
2018-05-29 12:19:05 -04:00