Will Daly
e065a9c947
Mark test_split_test_LMS_staff_view as flaky
2015-04-21 09:38:53 -04:00
Muhammad Ammar
7babb3efed
Merge pull request #7696 from edx/ammar/tnl1740-add-simplified-and-traditional-chinese-transcript-language-options
...
Add Simplified and Traditional Chinese as Transcript language options
2015-04-21 18:28:17 +05:00
muhammad-ammar
cfcb38c498
Update user message strings
2015-04-17 17:23:19 -04:00
Andy Armstrong
17392ef3bf
Code review feedback and test cleanup.
2015-04-17 17:23:19 -04:00
Andy Armstrong
7742735fb0
Event on user preference updates
...
TNL-1851
2015-04-17 17:23:19 -04:00
Andy Armstrong
1f3d2c24cc
Isolate Bok Choy tests to unique test users
2015-04-17 17:23:19 -04:00
cahrens
9907cb5251
Tests for profile image eventing.
2015-04-17 17:23:18 -04:00
cahrens
4797a74e5c
Emit events for language proficiencies from the update_account_settings method.
2015-04-17 17:23:18 -04:00
Daniel Friedman
97c43adaa4
Track user settings changed events on User save
2015-04-17 17:23:18 -04:00
Diana Huang
3f20a6f304
Add model change event tracking to UserProfile.
2015-04-17 17:23:18 -04:00
Andy Armstrong
8ff9fd84e4
Obey learner profile default visibility
2015-04-17 17:23:18 -04:00
muzaffaryousaf
6502eaf755
DropDownFieldView should show empty option if model value is unset.
...
TNL-2022
2015-04-17 17:23:17 -04:00
muzaffaryousaf
c2d83bd4a6
Bok_choy tests for upload/remove profile image.
...
TNL-1538
2015-04-17 17:23:17 -04:00
cahrens
938dcce061
Event change_initiated for password and email change requests.
2015-04-17 17:23:16 -04:00
muzaffaryousaf
9ac08ac59d
Moving the country field to the required section of account setting page.
...
TNL-1856
2015-04-17 17:23:16 -04:00
Andy Armstrong
f03841a6bb
Add client-side events for viewing pages
...
TNL-1504
2015-04-17 17:23:16 -04:00
muzaffaryousaf
3110cf6bb6
Remove account settings display and editing from dashboard sidebar.
...
TNL-1516
2015-04-17 17:23:15 -04:00
Usman Khalid
2667f705ad
Enable third party auth from account settings page.
...
TNL-1535
2015-04-17 17:23:15 -04:00
muzaffaryousaf
a378995f85
If user is not above age limit, show restricted learner profile.
...
TNL-1658
2015-04-17 17:23:15 -04:00
muzaffaryousaf
67848ff67b
Link to learner profile page from username in discussions.
...
TNL-1503
2015-04-17 17:23:15 -04:00
muzaffaryousaf
4f97cd7a04
Learner profile page.
...
TNL-1502
2015-04-17 17:23:14 -04:00
Usman Khalid
229a37b983
Bokchoy tests for account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
Eugeny Kolpakov
b1765d0a69
Merge pull request #7641 from open-craft/eugeny/problem-type-search
...
Capa problem type filtering using edx-search
2015-04-17 18:43:04 +03:00
David Baumgold
294e24dd8f
Strict comparison between expected_fields and displayed_fields
2015-04-16 10:07:40 -04:00
Awais Jibran
efc1d5d3ef
Merge pull request #7649 from edx/aj/tnl1902-fix-long-latex-post-discussion
...
Fixed Long discussion post not rendering Latex expressions
2015-04-16 10:49:58 +05:00
David Baumgold
c07ce2ad9e
Simplify test_only_expected_fields_are_displayed
...
Use sets to accomplish the same result.
2015-04-15 14:20:12 -04:00
Awais Jibran
65c5ec8073
Fixed Long discussion post not rendering Latex expressions
...
TNL-1902
2015-04-15 20:43:39 +05:00
muhammad-ammar
cec4bb3101
Add Simplified and Traditional Chinese as Transcript language options
...
TNL-1740
2015-04-15 15:38:42 +05:00
ataki
5917ed063d
hard start/stop times to video player
...
This pull request makes the video player module respect
the video start/stop times specified by the instructor
as a hard start/stops, i.e. the video treats the start
time as the beginning of the video and the stop time as
the end.
Previously, the video module displayed the full
video and displayed a jquery ui slider range representing
the start and end times.
This new functionality invalidates two previous acceptance
tests for the video module:
- slider visible test
- finish time video acceptance test.
These tests are removed from the common acceptance tests.
2015-04-14 15:56:56 -04:00
E. Kolpakov
89443cf5dd
Fixed broken test
2015-04-14 12:43:21 +03:00
E. Kolpakov
d34c6a0783
Filtering using search index + tests
2015-04-14 12:32:50 +03:00
Matt Drayer
ffe30da7a5
Add course-specific URL overrides for social sharing icons on student dashboard
...
- sharing enabled for custom URLs only if URL actually specified
2015-04-13 13:14:43 -04:00
Davorin Sego
e37a98d1be
Indexing moved to celery task. Reorganised indexing to always allow for full course reindex. Indexing code no longer needs to be in common, because it is triggered by signal instead of being called.g
2015-04-10 14:30:19 -04:00
Kelketek
5795ba3faf
Merge pull request #7482 from open-craft/fix_duplicate_rcb
...
Fix duplication of Randomized Content Blocks
2015-04-03 12:50:09 -05:00
Jesse Zoldak
ab63243d01
Decorate flaky test SOL-618
2015-04-02 14:26:46 -04:00
Jonathan Piacenti
51905f0cd5
Addressed notes for RCB duplication, removed management buttons from RCB container
2015-04-02 18:26:04 +00:00
Christine Lytwynec
0370e90611
skip acid block tests
2015-04-01 12:23:31 -04:00
Zia Fazal
cc04bb990e
Add new gating logic to restrict users from accessing courseware when an entrance exam is required
...
- added entrance exam check on course info
- staff can by pass gating and added tests
- refined gating logic
- changes after rebasing with Asad's branch
- check ENTRANCE_EXAMS feature is enabled
- updated test to reflect new logic
- catering anonymous user in entrance exam permission
- fixed broken tests
- change after feedback on 16/3
- fix for a broken test
- created new entrance_exams module
- fixed quality error and improved test coverage
- put get_required_content back in milestones helper
- Refactored entrance exams logic
- Refactored tabs logic
- Fixed broken unit test
- changes after feedback from dan-f on 3/27
- removed unnecessary user.is_anonymous check
- Addressed PR feedback
- Addressed commit-specific feedback
- Rework guard clauses
- Add coverage for course info case
2015-03-31 12:12:04 -04:00
Martyn James
70819203f8
Merge pull request #7443 from edx/mjevtic/SOL-336
...
Fixed flaky test(s) - SOL-336 - merging updates
2015-03-27 14:58:25 -04:00
marjev
29bceffcea
Fixed flaky test(s) - (SOL-336)
2015-03-27 14:48:36 +01:00
Braden MacDonald
19bd7005e6
Consistently use display_name_with_default in Studio
2015-03-26 13:24:11 -07:00
Ben Patterson
b03c4eca63
Opening wiki editor should be extracted into a method.
2015-03-26 11:05:55 -04:00
Ben Patterson
6e2e40cc14
Add course wiki acceptance tests.
2015-03-26 11:05:55 -04:00
Eugeny Kolpakov
dadc78aabd
Merge pull request #7336 from open-craft/eugeny/course-team-to-backbone
...
Unified Course Team and Library Users page. Converted both to Backbone.
2015-03-24 17:06:38 +03:00
E. Kolpakov
9a56b800ee
Unified Course Team and Library Users page. Converted both to Backbone.
...
Converted lettuce Course Team page tests to bok choy
2015-03-24 12:09:19 +03:00
muzaffaryousaf
e6c75529c0
Cohort discussion topics via UI in instructor dashboard.
...
TNL-1256
2015-03-23 14:28:22 +05:00
Usman Khalid
d59be9949e
Use cohort settings from CourseCohortSettings.
...
TNL-1258
2015-03-23 09:43:00 +05:00
Muhammad Ammar
70efd28483
Changes after Andy's Review
2015-03-23 09:21:21 +05:00
Muhammad Ammar
3ce494f5c5
Enable/disable cohorts from the instructor dashboard and move cohorts management to its own tab
...
TNL-1268
2015-03-23 09:21:15 +05:00
muhammad-ammar
0ebd8c29b0
Allow Instructor To Rename Cohorts And Set Cohort Assignment Method
...
TNL-181
2015-03-23 09:10:59 +05:00