Robert Raposa
407a43f827
Add course goals bokchoy test.
...
LEARNER-2641
2017-09-26 09:12:50 -04:00
Diana Huang
1cfefe2457
Modify the header to show the learner profile.
...
Remove the profile from the user dropdown.
LEARNER-2318
2017-09-25 17:06:08 -04:00
Sofiya Semenova
b6aff95ab1
Removed flakey test
2017-09-19 16:36:03 -04:00
Jesse Zoldak
b77b06ecc2
Remove flaky bok choy test test_perform_problem_reset_and_navigate
2017-08-31 09:19:44 -04:00
Harry Rein
9f88427f9b
Add social links to learner profile.
...
LEARNER-1859
Added fields to add social links to the user account settings file.
Added icons to the user profile when these links are set, only shown
when users show their entire profile. Added jasmine tests for account
settings and learner profile pages. Added python unit tests to test
validation on the user account.
2017-08-29 13:53:08 -04:00
Omar Al-Ithawi
d0c7a532ad
Make the platform name translatable
2017-08-29 12:43:36 -04:00
Alex Dusenbery
167e4d582f
Remove flaky DragAndDropTest class.
2017-08-29 12:37:08 -04:00
Sofiya Semenova
65ee2ebbaf
Merge pull request #15833 from edx/ssemenova/ed-801
...
EDUCATOR-801 Certificate issued date should be the certificate availability date for instructor-paced courses
2017-08-24 10:22:29 -04:00
Sofiya Semenova
c7fc1929f2
ED-801 Certificate issued date should display the certificate availability date for instructor paced coursest
2017-08-23 17:07:43 -04:00
Jesse Zoldak
8cca5d1649
Remove flaky test PreRequisiteCourseTest.test_dashboard_message
2017-08-23 11:50:17 -04:00
Stu Young
7318161760
Merge pull request #15844 from edx/estute/remove-skipped-flaky-tests
...
remove or unskip skipped flaky tests
2017-08-23 09:26:39 -04:00
ayub-khan
e737728cde
Updated Country Label and help text
...
Country Label was causing confusions for learners if it was country of origin or in which they
are living so changed it to a more appropriate message.
LEARNER-174
Also updated some other error messages to some more appropriate error messages.
2017-08-22 23:20:35 +05:00
Alex Dusenbery
2cc87952e3
EDUCATOR-1204 | can always view certs when ready for self-paced courses; don't hide cert buttons; update messaging.
2017-08-22 13:27:26 -04:00
Stuart Young
a6fe9fca0a
remove or unskip skipped flaky tests
2017-08-17 15:37:43 -04:00
Jesse Zoldak
f69a3a2d27
Merge pull request #15841 from edx/zoldak/LEARNER-2288
...
Remove flaky test CoursewareSearchTest::test_reindex LEARNER-2288
2017-08-17 15:21:41 -04:00
Jesse Zoldak
48b115bf79
Merge pull request #15840 from edx/zoldak/EDUCATOR-1178
...
Removed flaky test: test_proctored_exam_flow EDUCATOR-1178
2017-08-17 15:20:35 -04:00
Jesse Zoldak
b50c5f3710
Remove flaky test CoursewareSearchTest::test_reindex
2017-08-17 10:31:11 -04:00
Jesse Zoldak
b2faa181d9
Removed flaky test: test_proctored_exam_flow
2017-08-17 10:15:13 -04:00
Adeel Khan
e966188ba6
Improve ECOM connection on student dashboard via on demand ajax calls.
...
Fix course unenroll dialog's incorrect message rendering. LEARNER-2033
2017-08-17 18:18:04 +05:00
Jesse Zoldak
7966fb1c30
Merge pull request #15823 from edx/zoldak/LEARNER-2267
...
Remove flaky video test test_video_position_save_state LEARNER-2267
2017-08-15 14:58:03 -04:00
Jesse Zoldak
3b853126d8
Remove flaky video test test_video_position_save_state LEARNER-2267
2017-08-15 13:10:16 -04:00
Jesse Zoldak
6d94796a2c
Remove flaky test test_multiple_videos_in_sequentials_load_and_work
2017-08-15 11:00:00 -04:00
Jeremy Bowman
5e2742027b
Merge pull request #15712 from edx/jmbowman/PLAT-1676
...
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 17:03:20 -04:00
Stu Young
af9b5b5863
Merge pull request #15775 from edx/estute/remove-flaky-decorator
...
remove all occurrences of flaky decorator
2017-08-14 13:26:40 -04:00
Jeremy Bowman
9e3f35db22
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 11:49:39 -04:00
Christina Roberts
5e81eb5bf0
Merge pull request #15390 from edx/christina/first-react
...
Convert Studio course and library dashboard lists to React.
2017-08-09 16:49:19 -04:00
cahrens
e1e57b5d09
Convert course list to React.
...
EDUCATOR-625, AC-620
2017-08-09 15:09:37 -04:00
Harry Rein
e8bae62f04
UX improvements on learner profile.
...
LEARNER-1857
This story constitutes a large change to the UX of the learner profile.
Some specific changes include adding a flexible learner profile card, limiting the bio entry to only 300 characters and assuring that the page is responsive.
2017-08-09 13:57:42 -04:00
Stuart Young
806bbc13ab
remove all occurrences of flaky decorator
2017-08-08 16:23:51 -04:00
Ahsan Ulhaq
e298004287
Accessibility issues on LMS Dashboard Social links
...
LEARNER-2105
2017-08-08 15:24:27 +05:00
Uman Shahzad
cb034d4f2f
Implement client-side registration form validation.
...
Input forms that need validation will have AJAX requests
performed to get validation decisions live.
All but a few important and common form fields perform
generic validation; these will need a back-end handler
in the future in order to have them validated through AJAX requests.
Information is conveyed on focus and blur for both
errors and successes.
2017-08-03 00:22:25 +05:00
Sarah Fischmann
354b8a4d50
Fixing flaky edx-proctoring acceptance tests
...
This commit fixes four flaky bokchoy tests: test_can_add_remove_allowance, test_can_reset_attempts, test_rescore_nonrescorable and test_timed_exam_flow.
EDUCATOR-949
Fixed 2 of 3 flaky tests
EDUCATOR-949
possible fix for third failing test
Another possible fix for third flaky test
starting tests again
starting tests again
removing flaky decorators
possible fix for fourth flaky test
fixing quality errors
removing flaky decorator from fourth test
2017-08-01 15:23:17 -04:00
Sofiya Semenova
d888498038
EDUCATOR-699 Modify deleted group warning on the unit/container page
...
EDUCATOR-1001 Fix language for visibility editor and validation to include units
2017-07-27 20:55:07 +00:00
Jeff LaJoie
aa5b8bed11
Merge pull request #15289 from edx/jlajoie/EDUCATOR-434
...
EDUCATOR-434: Unit Group Access
2017-07-19 15:32:02 -04:00
Jeff LaJoie
1c90220462
EDUCATOR-434: Extends Course Outline Unit settings to allow Group Access configuration
2017-07-19 14:17:38 -04:00
Christina Roberts
e9e72aec89
Merge pull request #15596 from edx/christina/update-organizations
...
Remove flaky wiki editing test
2017-07-19 14:02:45 -04:00
cahrens
67e61e878a
Remove flaky editing test.
...
EDUCATOR-511
2017-07-19 10:52:33 -04:00
Jeremy Bowman
dfca1fa2fa
Merge pull request #15574 from edx/jmbowman/PLAT-1619
...
PLAT-1619 karma and bok-choy Docker Devstack fixes
2017-07-18 15:04:02 -04:00
Eric Fischer
03896448ce
Skip flaky tests until we can fix them
2017-07-18 12:40:37 -04:00
Ari Rizzitano
a16f0b2fe0
test_problem_type_a11y is flaky
2017-07-17 11:39:27 -04:00
Jeremy Bowman
309ec0ac86
PLAT-1619 karma and bok-choy Docker Devstack fixes
2017-07-14 16:00:09 -04:00
Andy Armstrong
13854fb8ab
Handle anonymous and unenrolled users on the new course home page
...
LEARNER-1696
2017-07-11 14:10:52 -04:00
Afzal Wali
383208c4c8
multitenant Program cache.
...
Fetched Programs and Program details from Course Discovery service for all sites and stored the uuids in cache with site-specfic keys.
Learner-1146
2017-07-04 14:20:55 +05:00
Robert Raposa
2e80c1e66b
Refactor, enhance, and adjust unified_course_view flag.
...
This includes several general enhancement in addition
to the fixes for unified_course_view:
1. Add support for default when no waffle flag defined.
2. Add support for table_blacklist to assertNumQueries.
3. Rename flag to 'course_experience.course_outline_page'.
4. Change flag default to True when it is not defined.
2017-06-29 11:04:35 -04:00
Omar Al-Ithawi
1b46c3e646
Add optional support for Unicode usernames
...
Refactoring: Use format with named variables
2017-06-27 14:18:49 +03:00
Harry Rein
82daaa5ad3
Adding a reviews page to the course and updating the reviews module on the course about page. Removed the existing coursetalk implementation and put it in a fragment, removed the tests as well. Added configuration settings to specify the reviews template as well as the reviews provider. This is all protected by a waffle flag.
2017-06-23 11:27:48 -04:00
cahrens
31d99e8d2d
ED-549 Assign learner to a cohort before registration.
2017-06-16 10:23:13 +00:00
Robert Raposa
340fb2b082
Add comment to save future self time.
2017-06-14 11:52:25 -04:00
Christina Roberts
23d480f457
Merge pull request #15306 from edx/christina/edu-511
...
Remove skip from test where failure cannot be reproduced
2017-06-14 09:15:11 -04:00
Andy Armstrong
c0007a11f3
Add new course search results page
...
LEARNER-1112
2017-06-13 16:36:32 -04:00