cahrens
05cae8c684
Deprecate end_of_course_survey_url until it can be removed.
2015-10-21 10:36:13 -04:00
Jesse Zoldak
6263356035
Merge pull request #10225 from edx/zoldak/improve-learner-profile-test-code
...
Improve acceptance test code for visiting the learner profile page
2015-10-20 13:48:48 -04:00
Christina Roberts
300bd43172
Merge pull request #9845 from edx/christina/bio-hyperlink
...
Make HTML for non-editable views on leaner profile page more logical
2015-10-16 19:03:47 -04:00
cahrens
c6ba747419
Make HTML for non-editable views more logical.
...
TNL-3297
2015-10-16 13:40:24 -04:00
Jesse Zoldak
0f02744c41
Improve acceptance test code for visiting the learner profile page.
2015-10-16 12:13:22 -04:00
Matt Drayer
3e5ad2989c
Merge pull request #10115 from edx/ziafazal/SOL-1254
...
ziafazal/SOL-1254: Student should see rest of courseware as soon as Entrance Exam is passed
2015-10-15 10:18:21 -04:00
raeeschachar
e72feeadc1
Merge pull request #10137 from edx/chrome-bok-choy-all-tests-in-own-learner-profile-page-test
...
Fixed all tests in OwnLearnerProfilePageTest that were failing on Chrome
2015-10-14 17:47:19 +05:00
Zia Fazal
2d1ff75ba0
added user’s pass status to problem_check response if problem is in
...
Entrance Exam.
unit test to check presence of entrance_exam_passed
changed based on Matt's feedback
changes after Asad's feedback
2015-10-14 15:38:18 +05:00
raeeschachar
b0fd47131e
Fixed all tests in OwnLearnerProfilePageTest that were failing on Chrome
2015-10-13 19:36:44 +05:00
raeeschachar
0369a2454e
Merge pull request #10132 from edx/chrome-bok-choy-test-as-student-in-alpha-plus-beta
...
Fixed test, test as student in alpha and beta failing on chrome
2015-10-13 19:16:33 +05:00
raeeschachar
b69cbfa100
Fixed test as student in alpha and beta failing on chrome
2015-10-13 15:50:46 +05:00
raeeschachar
652d3466c1
Fixed test about me field test failing on chrome
2015-10-12 18:28:29 +05:00
Christina Roberts
e884c65aa6
Merge pull request #10106 from edx/christina/tnl-2667
...
Fix flaky Studio Course Team bok choy tests
2015-10-09 11:43:57 -04:00
cahrens
4125e594b0
Fix flaky bok choy tests.
...
TNL-2667
2015-10-08 16:39:59 -04:00
cahrens
99cd1876d7
Fix flaky profile tests.
...
Trying to read the value right after setting it in the bio
field is flaky-- but nobody is using the return value
anyway! There is a test that verifies that the bio field
is properly set, but it uses a different method to get the value.
TNL-2704, TNL-3492, TNL-3514, TNL-2199
2015-10-08 12:38:28 -04:00
Matt Drayer
994f8bd7b4
Merge pull request #10075 from edx/saleem-latif/SOL-1266
...
SOL-1266: Display course numbers in certificate configuration
2015-10-08 08:30:40 -04:00
Saleem Latif
9799d15373
course-number and override course-number added in Certificate Editor View
2015-10-08 11:29:14 +05:00
Eric Fischer
2bbea43d06
Adding Bok Choy Test for HTML editing
...
TNL-3296 would have been prevented with this test, adding it now to
prevent similar issues in the future. Squashed commit with doc changes,
review feedback, and run-20-times-to-ensure-not-flaky-then-unmark
all included.
2015-10-07 14:09:03 -04:00
raeeschachar
cb02b62b7c
Fixed test_undo_changes and test_manaul_change that were failing on Chrome
2015-10-06 23:07:49 +05:00
asadiqbal
aec1b95945
SOL-1262
2015-10-05 16:28:28 +05:00
Peter Fogg
ffe2aef41e
Fix displaying wrong membership on "My Team" view.
...
The heart of this fix is to change the "My Team" view to use a
collection of teams instead of memberships. The team card is
refactored to only take a team, rather than attempt to be polymorphic
over teams and team memberships. This change enabled removing a good
amount of old code. This also requires adding a `username` parameter
to the teams list endpoint which allows getting a list of all teams
for a single user, in order to allow refreshing the "My Teams" view
correctly. Currently this list is of length at most one.
TNL-3410
2015-10-01 11:56:15 -04:00
David Baumgold
116ca29189
Remove the edx.org comprehensive theme
...
There's a lot of useful things in PR #8271 that provide a framework
for the comprehensive theming system. If we need to remove the edx.org
theme from the codebase, we can leave most of PR #8271 in, to make it
easier to build on top of and get this feature back in.
2015-09-30 11:04:28 -04:00
Matt Drayer
d3c50ee3a2
Merge pull request #9884 from edx/saleem-latif/SOL-1190
...
SOL-1190: line breaks in signatory title are not reflected in the cert
2015-09-29 08:50:25 -04:00
Saleem Latif
abfa6d9ad1
Line breaks in signatory title issue fixed
2015-09-29 12:38:58 +05:00
Christine Lytwynec
80dafc2133
Merge pull request #9506 from edx/clytwynec/AC-157
...
Manage focus on delete component modal
2015-09-25 08:58:26 -04:00
Matt Drayer
e51c4f23d3
Merge pull request #9822 from edx/saleem-latif/SOL-565
...
saleem-latif/SOL-565
2015-09-24 10:19:43 -04:00
clrux
0b64f2d612
Merge pull request #9525 from edx/clrux/ac-76
...
LMS: Course navigation revamp
2015-09-23 14:26:10 -04:00
Ahsan Ulhaq
508ded2673
LMS: course navigation menu refactor
2015-09-23 13:13:18 -04:00
Saleem Latif
05a72486f3
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
2015-09-23 12:17:08 +05:00
Colin-Fredericks
350387c0a9
TNL-3197 Partial Credit (not Dropdown)
...
Updated templates
Updating responsetype tests.
Updating other tests for PC
Putting OptionInput back the way it was.
Acceptance tests for partial credit
Testing tools
pep8
scss name fix
Missing }
icon fix
icon fix
2015-09-22 13:20:39 -04:00
Christine Lytwynec
f96d4b7142
Manage focus on modal confirmation prompt
2015-09-21 13:36:02 -04:00
David Baumgold
03aeae4bd7
Merge pull request #8271 from edx/sass-theming
...
Comprehensive Theming
2015-09-21 10:55:18 -04:00
Matt Drayer
95da57ccf0
Merge pull request #9783 from edx/ziafazal/SOL-1226
...
SOL-1226: scroll to top after saving
2015-09-20 22:53:53 -04:00
Peter Fogg
0a2cfbe31c
Merge pull request #9738 from edx/peter-fogg/change-studio-help-links
...
Remove Tender and change Studio help links.
2015-09-17 22:42:57 -04:00
Peter Fogg
fec5129a49
Remove Tender and change Studio help links.
...
TNL-2695
2015-09-17 16:30:40 -04:00
David Baumgold
6ebf2515f4
Comprehensive theming
...
This is a squash of 38 commits ending with
5b080f979d692804452400ac5bed9b17c50b001e
2015-09-17 15:39:03 -04:00
Matt Drayer
cac9f97e77
Merge pull request #9785 from edx/saleem-latif/SOL-1199
...
SOL-1199
2015-09-17 07:44:55 -04:00
Saleem Latif
3741d065c2
CSS Animations disabled for test
2015-09-17 14:42:32 +05:00
John Eskew
7c0663f25e
Merge remote-tracking branch 'origin/release' into jeskew/resolve_issues_with_release
2015-09-16 15:58:08 -04:00
Zia Fazal
5effbf14f2
scroll to top after saving
...
fixed broken bok choy tests
2015-09-16 20:10:16 +05:00
Matt Drayer
5b2b7be2d9
Merge pull request #9694 from edx/saleem-latif/SOL-449
...
SOL-449: Flaky Milestones acceptance test
2015-09-15 10:04:58 -04:00
Daniel Friedman
e7bfd2d62e
Make tabbed view accessible
...
TNL-3150
2015-09-14 14:34:05 -04:00
Peter Fogg
0612e914dc
Various accessibility fixes for Teams.
...
Update teams breadcrumb aria-label, make team membership display as a
<ul>, fix contrast issues, and remove an extraneous angle bracket.
2015-09-11 15:25:30 -04:00
Muhammad Shoaib
a7cec3283a
Fix of Flaky test in proctored exams.
2015-09-11 20:08:58 +05:00
Saleem Latif
c8dc10b2d7
added wait for loading js files
2015-09-11 18:46:36 +05:00
Matt Drayer
673e7ea553
Merge pull request #9658 from edx/saleem/SOL-1053
...
SOL-1053
2015-09-11 00:04:05 -04:00
Eric Fischer
17e6453546
Merge pull request #9520 from edx/efischer/teams-instructor-toolbar
...
Teams Instructor Tools bar
2015-09-10 17:24:39 -04:00
cahrens
3662fbc133
Edit Membership functionality and tests
...
TNL-1913
2015-09-10 16:36:55 -04:00
Peter Fogg
0c3be8e121
Delete Team functionality and tests
...
TNL-3164 TNL-3163
2015-09-10 12:42:33 -04:00
Peter Fogg
146078e2c6
Fix redirecting to topics page after joining a team.
...
TNL-3232
2015-09-10 11:55:27 -04:00