Adam
23ee963c4c
Merge pull request #3476 from edx/usman/lms2556-wiki-urls
...
Fixed transform_url function in WikiAccessMiddleware.
2014-04-28 12:38:07 -04:00
Usman Khalid
f591b1db28
Fixed transform_url function in WikiAccessMiddleware.
...
In the current implementation if the path prefix contains the
wiki_path value it gets deleted. For example if the prefix is
'/courses/edx/math101/2014' and wiki_path is '101/' the final
prefix becomes '/courses/edx/math2014'.
LMS-2556
2014-04-28 20:33:01 +05:00
Muhammad Ammar
6f064e2b27
Configure youtube stub for bok-choy
2014-04-25 20:01:09 +00:00
David Baumgold
0a022e13ba
Merge pull request #3371 from carsongee/cg/pdf_textbook_urls
...
Switch PDF Textbooks to use portable URLs
2014-04-25 13:46:28 -04:00
Usman Khalid
9d3ea699e6
Merge pull request #3455 from edx/usman/lms1466-email-formatting
...
Wraps long lines in bulk email messages.
2014-04-25 20:23:32 +05:00
Usman Khalid
8fd14bfca7
Wraps long lines in bulk email messages.
...
RFC 2822 states that line lengths in emails must be less than 998.
Some MTA's add newlines to messages if any line exceeds a certain
limit (the exact limit varies). Sendmail goes so far as to add
'!\n' after the 990th character in a line. To ensure that bulk
mail messages look consistent long lines are wrapped to a
conservative length.
LMS-1466
2014-04-25 18:25:20 +05:00
Jay Zoldak
490d2fef8f
Disable flaky video test
2014-04-25 09:12:02 -04:00
Greg Price
909903eb9c
Merge pull request #3391 from edx/gprice/user-profile-pagination
...
Add pagination to forum user profile
2014-04-24 13:34:53 -04:00
Christine Lytwynec
ea3c48cf02
Removed trailing periods in two scenario names
2014-04-24 12:00:51 -04:00
Greg Price
0e59038c72
Add pagination to forum user profile page
2014-04-23 16:49:50 -04:00
Muhammad Ammar
1bbfbedb1f
Bok-Choy video tests batch2
2014-04-23 14:37:26 -04:00
Valera Rozuvan
450dfe17b0
TESTS: Add tests for fix of end-time in the video player.
...
BLD-662
2014-04-23 18:44:10 +03:00
Waqas
442db0b4aa
User doesn't exist in verify student banner toggle off view
...
LMS-2510
2014-04-23 15:36:56 +05:00
polesye
127bf7ed3f
BLD-1000: Download handout.
2014-04-22 21:44:36 +03:00
Sarina Canelake
a52540c8ee
Merge pull request #3397 from edx/sarina/lms-2551
...
Wording for batch beta email add with autoenroll (LMS-2551)
2014-04-22 09:34:08 -04:00
David Baumgold
c854ec5c3b
Merge pull request #3366 from IONISx/missing-translations
...
Missing translations
2014-04-18 13:41:04 -04:00
Sarina Canelake
d408f174e3
Wording for batch beta email add with autoenroll (LMS-2551)
2014-04-18 10:13:19 -04:00
Sarina Canelake
1622216b58
Merge pull request #3084 from edx/sarina/improve-bulk-beta-add
...
Improve the batch beta tester add feature
2014-04-16 14:07:51 -04:00
Jim Abramson
8e0caa8935
Merge pull request #3355 from edx/jsa/user-profile-tests
...
django_comment_client/forum: add test coverage for user_profile view
2014-04-16 13:38:47 -04:00
Carson Gee
6136ed2e13
Switch PDF Textbooks to use portable URLs
2014-04-16 13:05:25 -04:00
jsa
0738b6c327
django_comment_client/forum: add test coverage for user_profile view
...
JIRA: FOR-496
2014-04-16 11:51:33 -04:00
Sarina Canelake
bddae213f6
Accept usernames in Batch Enrollment widget
...
Respond to pull request comments
2014-04-16 10:46:54 -04:00
Will Daly
84f63cd79e
Merge pull request #3283 from edx/will/ora2-delete-student-state
...
Reset submission API scores in beta and legacy instructor dash
2014-04-16 10:17:41 -04:00
Will Daly
0b40354c12
Reset submission API scores in beta and legacy instructor dash
2014-04-16 09:25:53 -04:00
Sarina Canelake
ede21224a8
Add "Auto Enroll" option for bulk beta add
2014-04-16 09:20:23 -04:00
Sarina Canelake
4f38b69eba
Allow batch beta enrollment by username
2014-04-16 09:20:23 -04:00
William Desloge
01e01555be
Fix missing call to translate in shoppingcart model
2014-04-16 12:08:45 +02:00
Jay Zoldak
3fc19a35b0
Serve video HTML5 sources locally for acceptance tests
2014-04-15 10:40:53 -04:00
Dave St.Germain
ca14fba08b
Merge pull request #3243 from edx/dcs/pdfbook-logging
...
Added analytics event logging to PDF book viewer
2014-04-14 17:56:26 -04:00
Dave St.Germain
1cf2696289
Added analytics event logging to PDF book viewer
2014-04-14 17:55:53 -04:00
Dave St.Germain
0a19c96a08
updated pdf viewer
2014-04-14 14:28:06 -04:00
Chris Dodge
27d7c19c40
Merge branch 'release'
...
Conflicts:
cms/templates/widgets/source-edit.html
2014-04-14 14:17:03 -04:00
David Adams
28bf623490
Merge pull request #3240 from edx/dcadams/enhanced_metric_reporting
...
This makes the metrics tab "bars" clickable.
2014-04-14 09:42:33 -07:00
jmclaus
f05c0aa8f9
HD control is hidden initially. On first play of video, when
...
player.getAvailableQualityLevels returns a non-empty array, it will eventually display, if HD qualities are available (highres, hd1080, hd720). [BLD-937]
2014-04-14 10:26:30 -04:00
Valera Rozuvan
615ce23930
Update acceptance tests to use real duration of YouTube video.
2014-04-14 10:37:56 +03:00
Sarina Canelake
338a242e22
Fix course urls in enrollment emails (LMS-2217)
2014-04-11 18:43:43 -04:00
David Adams
0f37ee6924
This makes the metrics tab "bars" clickable.
...
Clicking on any of the bars displays a list of students for that
particular action (either opened the subsection or attempted the
problem).
Students are listed for the sub-sections.
Students, grade and percent are listed for the problems.
The on-screen list displays only the first 250 students with
an overflow message if there are more students than that.
The csv download lists all students.
2014-04-11 13:56:49 -07:00
Anton Stupak
24b631f702
Merge pull request #3231 from edx/anton/refactor-speed-control
...
Video: Refactor speed control.
2014-04-11 19:38:04 +03:00
Greg Price
f233fcff4b
Merge pull request #3307 from edx/gprice/deleted-thread-404
...
Return 404 instead of 500 for missing forum thread
2014-04-10 15:27:21 -04:00
Greg Price
ecf9923e96
Return 404 instead of 500 for missing forum thread
...
Also show a more specific error message in the front end. This change
only has an effect if using cs_comments_service commit 1d71330 or later.
2014-04-10 13:17:58 -04:00
Muhammad Ammar
5b6f3f8fbf
Convert first batch of lettuce video tests to bok-choy.
2014-04-10 15:18:03 +00:00
Jay Zoldak
ca2977ab5f
Fix video feature name so the test results roll up correctly
2014-04-09 10:17:56 -04:00
Waheed Ahmed
9067ebe815
Fixed import of "dog_stats_api" in staff_grading_service.py.
...
LMS-2521
2014-04-09 18:11:40 +05:00
polesye
f454e10e71
Add fixes.
2014-04-09 12:16:22 +03:00
polesye
f0492b3bb1
Refactor speed control.
2014-04-09 12:16:22 +03:00
Dave St.Germain
e5d7976867
Merge pull request #2775 from edx/dcs/wiki-no-middleware
...
Refactored course_nav middleware to isolate the django-wiki hack, remove unnecessary code, and clarify what it's doing.
2014-04-08 15:51:17 -04:00
Dave St.Germain
660244201f
Refactored course_nav middleware to isolate the django-wiki hack,
...
remove unnecessary code, and clarify what it's doing.
2014-04-08 15:24:48 -04:00
John Jarvis
ff8c14e88d
Only display active users for the certificate report
...
Also removes the unnecessary pre-fetch.
For certificate generations we will continue to generate certs for
both active and inactive users.
For the report we only display active users since it was confusing
due to the instructor dashboard only displaying active users.
2014-04-08 13:30:53 -04:00
Chris Dodge
a904fa09bd
Revert "updated pdf viewer"
...
This reverts commit b0a7443570 .
2014-04-08 12:59:04 -04:00
polesye
6c72cce59e
Disable flaky acceptance tests.
2014-04-08 17:23:35 +03:00