Andy Armstrong
3af9eb25b2
Minor cleanups
2014-10-08 15:14:17 -04:00
Andy Armstrong
6114cf05f4
Don't show cohort information when disabled
...
TNL-552
2014-10-08 15:14:16 -04:00
Nimisha Asthagiri
d7f850a764
Merge branch 'release'
...
Conflicts:
lms/djangoapps/instructor/features/data_download.py
2014-10-07 16:23:28 -04:00
Greg Price
183d688129
Add events for cohort modifications
...
This includes cohort creation/deletion and membership changes.
2014-10-03 11:32:43 -04:00
Jesse Zoldak
8b95cb4840
Merge pull request #5459 from edx/zoldak/quiet-stevedore
...
Quiet stevedore.extension logging in bok-choy tests
2014-10-02 09:24:21 -04:00
Adam
db82d45681
Merge pull request #5461 from edx/release
...
Release
2014-10-01 13:14:20 -04:00
Jesse Zoldak
1c08f81c60
Quiet stevedore.extension logging in bok-choy tests
2014-10-01 12:14:51 -04:00
Usman Khalid
b4caf38815
Disabled failing test test_video_end_time_with_default_start_time.
2014-10-01 19:16:08 +05:00
Andy Armstrong
6219ecacfe
Support adding cohorts from the instructor dashboard
...
TNL-162
2014-10-01 09:22:32 -04:00
Andy Armstrong
8627fdef32
Support adding students to a cohort via the instructor dashboard.
...
TNL-163
2014-10-01 09:22:31 -04:00
Nimisha Asthagiri
b4c826e747
TNL-329 Client-side work for displaying cohort description.
2014-10-01 09:22:30 -04:00
Waheed Ahmed
29aa933140
Converted annotation lettuce test into bok-choy test.
...
TNL-353
2014-09-29 13:12:06 +05:00
Andy Armstrong
0ed3a95d3a
Merge branch 'release'
...
Conflicts:
AUTHORS
common/static/js/vendor/ova/OpenSeaDragonAnnotation.js
common/test/acceptance/pages/lms/dashboard.py
2014-09-25 16:25:45 -04:00
Jesse Zoldak
6d5e65c0bd
Add explanation and small optimizations to languagetest
2014-09-24 12:36:52 -04:00
David Baumgold
9542b0a885
Revert "Puts course listings in a sane order"
...
This reverts commit 1955aade36675289bdbc01554b6f74242754a746.
2014-09-23 18:45:59 -04:00
David Baumgold
9f6454411e
Update tests for changed text
2014-09-23 12:02:31 -04:00
Christine Lytwynec
2887121390
disabling test_video_start_time_and_end_time
2014-09-23 09:15:58 -04:00
Ned Batchelder
10bd2b003f
Merge pull request #5129 from edx/ned/python-zip-assets
...
Python zip file importable from an asset
2014-09-18 19:31:47 -04:00
Ned Batchelder
616bbbab4e
Importable python_lib.zip assets
...
Lots of plumbing to allow an asset named python_lib.zip to be imported
by jailed Python code.
This function can find the "python_lib.zip" asset, and is passed down
through ModuleSystem and LoncapaSystem so that capa problems have access
to the zipfile.
2014-09-18 17:59:12 -04:00
zubair-arbi
b2b46332f8
wait for notification on adding video component
...
TNL-392
2014-09-16 17:20:31 +05:00
Jesse Zoldak
a1eb44d9c6
skip intermittently failing test TNL-392
2014-09-15 12:13:06 -04:00
Nimisha Asthagiri
3a772752de
LMS-11286 Paver Bokchoy support for Split; default store set to Split.
2014-09-11 10:48:09 -04:00
Waheed Ahmed
5fd1ade766
Fixed 404 on courseware when users last visited subsection becomes unpublished.
...
LMS-6492
2014-09-11 18:35:58 +05:00
zubair-arbi
27c29d0dfd
Merge pull request #5140 from edx/zub/bugfix/plat-101-playercontrolsnotvisible
...
show video controls for all youtube videos
2014-09-11 17:35:49 +05:00
zubair-arbi
e3f499a757
show video controls for all youtube videos
...
TNL-184
2014-09-11 17:02:27 +05:00
Daniel Friedman
4d9517b456
Ensure LMS passes correct group_id when querying content
2014-09-10 16:43:06 -04:00
Christina Roberts
5fc4e02ff8
Merge pull request #5063 from edx/christina/cohorts-bok-choy
...
Christina/cohorts bok choy
2014-09-05 10:35:03 -04:00
cahrens
bc483ebae8
Bok choy test for cohort group label in post.
2014-09-04 16:19:35 -04:00
muhammad-ammar
da9a01a6c3
Tooltip Acceptance Test
2014-09-04 10:24:55 +00:00
cahrens
a96b2bd734
Move tests into appropriate directory structure.
2014-09-02 16:36:08 -04:00
muhammad-ammar
94c90556c2
Split Bok-Choy Tests into 3 shards
...
TE-447
2014-09-02 08:36:33 -04:00
Greg Price
eaa93bf615
Hide comments in marked answers in forum questions
...
A link to show the comments appears in their place.
2014-08-29 15:59:33 -04:00
Muhammad Ammar
6b2874de2b
Bok-Choy Video Transcript tests Batch3
2014-08-28 09:10:13 +00:00
Andy Armstrong
d00bf940ae
Merge pull request #4941 from edx/zub/story/tnl56-dragdropintocollapsedunittests
...
add tests for drag and drop unit into collapsed subsection on course out...
2014-08-26 19:13:26 -04:00
Andy Armstrong
890e25f416
Merge pull request #4454 from Stanford-Online/sjang92/advanced_settings_feedback
...
Sjang92/advanced settings feedback
2014-08-26 19:08:39 -04:00
Se Won Jang
11d260910f
Implemented Validation for Course Advanced Setting
...
This commit adds validation for course advanced settings. Currently when course
administrators make invalid changes in the Settings/Advanced Settings tab,
they're not notified through a new modal window of the list of invalid settings
changes.
* Extending CourseMetadata
- Previously, we only had update_from_json method in CourseMetadata.py,
and it was only validating one field every POST request.
- Now we have validate_and_update_from_json method that encapsulates the
functionality of update_from_json into a validation call
- To avoid discrepancy of validation standards between modules, validation
uses the from_json method implemented to each field in xblock.
* Different Response in advanced settings ajax requests
- After receiving a POST ajax request, course.py calls
validate_and_update_from_json, and sends a json object of either:
1) valid course metadata model
2) error objects
* Error Messages shown in validation-error-modal
- error objects passed through ajax are shown in a separate modal.
2014-08-26 11:24:38 -07:00
Tim Babych
f347847755
Merge pull request #4973 from edx/tim/single-group-is-ok
...
Update test_group_configuration_validation on single group allowed
2014-08-26 17:29:37 +03:00
Tim Babych
df9f80ffaf
Add test for at least one group before saving a group configuration
2014-08-26 16:24:01 +03:00
zubair-arbi
2ce1540a9d
update/cleanup code + move verify_ordering and drag method to studio utils
2014-08-26 18:19:24 +05:00
zubair-arbi
b6a2330631
add tests for drag and drop unit into collapsed subsection on course outline page
2014-08-26 18:19:23 +05:00
polesye
5495329aab
BLD-1226: enable 'delete_inactive_group' test.
2014-08-26 11:44:10 +03:00
Nimisha Asthagiri
5c6a846784
Merge pull request #4936 from edx/benmcmorran/bokchoy-course-reruns
...
Add bokchoy tests for course reruns
2014-08-22 19:05:07 -04:00
Ben McMorran
098c1d59cd
Add bokchoy tests for course reruns
2014-08-22 17:41:41 -04:00
Alexander Kryklia
095b07275e
Unflag Group Configurations, Render only existing children in staff view of split_test.
2014-08-22 16:43:54 -04:00
muhammad-ammar
4815adb641
Merge pull request #4869 from edx/ammar/bok-choy-video-transcript-tests-batch2
...
Bok-Choy Video Transcript Tests Batch 2
2014-08-22 15:39:27 +05:00
Muhammad Ammar
75a0d52472
Bok-Choy Video Transcript Tests Batch 2
2014-08-22 07:28:48 +00:00
Waheed Ahmed
f686e7d0b9
Passed cls=EdxJSONEncoder on json.dumps to fix save, edit and import.
...
STUD-2096
2014-08-22 12:23:46 +05:00
Andy Armstrong
d451c3e91d
Fix Studio to gracefully handle xblock JavaScript errors
...
TNL-46
I've changed Studio to catch JavaScript errors when rendering xblocks, log the error, but to then continue as normal. This means that the user is still able to interact with the xblock to delete, duplicate etc. This seems reasonable as the xblock is only rendered as a WYSIWYG representation so if it isn't fully interactive that shouldn't be a big problem.
2014-08-21 17:31:19 -04:00
Tim Babych
a986b46cb1
Merge pull request #4750 from edx/anton/publish-unit-from-course-outline
...
Publish sections/subsections/units from course outline.
2014-08-21 18:19:14 +03:00
polesye
732bcbdeb6
STUD-1911, STUD-1932: Publish sections, subsections and units from course outline.
2014-08-21 17:34:06 +03:00