Greg Price
88b0a0a4c1
Merge pull request #2960 from edx/gprice/FOR-499
...
Do not allow students to pin/unpin forum threads
2014-03-18 14:03:56 -04:00
Adam Palay
d6522cd123
refactor static tab tests
2014-03-18 10:43:57 -04:00
Calen Pennington
a5498bcbd7
Make progress page work with pure xblocks
...
[LMS-2349]
2014-03-17 10:45:14 -04:00
Calen Pennington
290fd03566
Add tests that verify progress page with pure XBlocks
...
This is known to be broken.
[LMS-2349]
2014-03-17 10:44:37 -04:00
Alexander Kryklia
13ef23c308
Merge pull request #2786 from edx/alex/fix_download_html5_subs
...
Fix donwload subs for non youtube videos and non-en language.
2014-03-17 12:48:27 +02:00
Waheed Ahmed
741881b360
Internationalization fixed for error msg on staff grading page.
...
LMS-2195
2014-03-17 12:38:20 +05:00
Alexander Kryklia
dd20e84c84
Fix donwload subs for non youtube videos and non-en language.
...
Check for status in test.
Add test for track url.
Fix test to use cookie.
Use download_track in feature file.
Add new tests for get_transcript.
Add html5 test.
Add content check.
Add tests for available_translations dispatch.
Disable flaky cms test.
Add w/o english transcript tests.
Add to changelog.
2014-03-14 18:30:42 +02:00
Carlos Andrés Rocha
e5c042aa4f
Improve dump_course_ids test for unicode course_ids
2014-03-14 10:21:31 -04:00
Sarina Canelake
7d2f9b88e3
Merge pull request #2857 from edx/adam/new-data-download
...
Update data download dash for parity (LMS-1203)
2014-03-13 10:58:50 -04:00
Sarina Canelake
52c38a9192
Merge pull request #2927 from edx/adam/allow_usernames_or_email
...
make widget accept usernames or emails (LMS-1438)
2014-03-13 10:57:23 -04:00
Carlos Andrés Rocha
67ab115169
Merge pull request #2920 from rocha/make-course-export-related-command-unicode-aware
...
Support unicode in course ids when dumping all courses
2014-03-13 10:30:08 -04:00
Sarina Canelake
6ca099d5b6
Acceptance tests for beta instructor dash
...
LMS-1203
2014-03-13 07:49:40 -04:00
Adam Palay
4874f21f6f
Inst Dash membership widget accepts usernames
...
In addition to email addresses. LMS-1438
2014-03-13 07:44:07 -04:00
Adam Palay
74714c4ed7
Update data download dash for parity (LMS-1203)
2014-03-13 06:47:40 -04:00
Carlos Andrés Rocha
9ecf2c00c0
Support unicode in course ids when dumping all courses
...
Fixes: AN-657
2014-03-12 18:02:05 -04:00
Greg Price
f56de914d5
Do not allow students to pin/unpin forum threads
...
The wrong permission was being checked for pinning/unpinning, so a
sufficiently clever student could pin and unpin threads.
JIRA: FOR-499
2014-03-12 17:58:31 -04:00
Andy Armstrong
6d2cd987dc
Merge release-2014-03-12 back to master.
...
https://edx-wiki.atlassian.net/wiki/display/ENG/Release+Page%3A+2014-03-12
2014-03-12 16:07:00 -04:00
Greg Price
834692b2e3
Add missing import
...
JIRA: FOR-523
2014-03-11 14:51:08 -04:00
Anton Stupak
d64049c4c3
Merge pull request #2901 from edx/anton/fix-video-in-flash-mode
...
Video: Fix issues related to videos that have separate YouTube IDs for the different video speeds.
2014-03-11 20:32:12 +02:00
polesye
40c1090ca8
Upload files explicitly in tests.
2014-03-11 20:21:15 +02:00
polesye
ddf41ce9c5
BLD-915: Fix issues with different videoIDs.
2014-03-11 20:21:06 +02:00
Usman Khalid
e117957e2a
Fixed module urls creation in legacy instructor dashboard.
...
LMS-2327
2014-03-11 13:40:00 -04:00
polesye
2dad79db11
Upload files explicitly in tests.
2014-03-11 18:41:24 +02:00
Sarina Canelake
e6c9a6c9d9
Merge pull request #2889 from edx/sarina/fix-abtest-for-sequentials
...
Bugfix for split test on sequential save
2014-03-11 11:59:17 -04:00
polesye
43c16bd093
BLD-915: Fix issues with different videoIDs.
2014-03-11 17:38:29 +02:00
Gabe Mulley
779d0aab7f
Merge pull request #2827 from mulby/gabe/report-downloads
...
Generalize grade report to allow display of any report
2014-03-11 11:23:58 -04:00
Sarina Canelake
119ffd4677
Bugfix for split test on sequential save
...
Bug would occur when comparing Groups or UserPartitions - because these types
lacked comparator methods, different objects would come up as different when
their values were equal.
2014-03-11 10:51:39 -04:00
Gabe Mulley
d0b12ee3be
Generalize grade report to allow display of any report
...
We would like to be able to generate arbitrary reports and expose them to the instructor by simply uploading them to S3. The existing grade download infrastructure pretty much supported that already, however, all of the internal and external structures were referring to the reports as exclusively grading related.
Fixes: AN-590
2014-03-11 10:14:37 -04:00
Dave St.Germain
be239bdbca
remove old version of codemirror, to prevent confusion
2014-03-11 09:31:29 -04:00
Usman Khalid
c85905d648
Merge pull request #2877 from edx/usman/lms2327-instructor-dashboard-problem-urls
...
Fixed module urls creation in legacy instructor dashboard.
2014-03-11 15:24:59 +05:00
Usman Khalid
8824973759
Fixed module urls creation in legacy instructor dashboard.
...
LMS-2327
2014-03-10 19:22:57 +05:00
Dave St.Germain
aaf4515ac3
remove old version of codemirror, to prevent confusion
2014-03-10 09:43:56 -04:00
Usman Khalid
7b185db751
Refactored permissions check for course_wiki pages.
...
CourseRole names have a new format (type_org.number.run). Previously
when checking if a user was staff for a course wiki type_org/number/run
and type_number format role names were checked by parsing user group names.
This logic has been refactored to first fetch all courses which use the
particular wiki_slug and then use courseware.access.has_access to check if the
user has staff permissions on any of the courses.
LMS-2136
2014-03-10 16:13:17 +05:00
Sarina Canelake
2da9042cc6
Merge pull request #2863 from edx/sarina/violations
...
Fix some simple pep8 and pylint violations
2014-03-07 17:27:05 -05:00
jmclaus
3a740c0479
BLD-844: Add possibility to download transcripts in different formats.
2014-03-07 19:22:22 +01:00
Sarina Canelake
87495891b6
Fix some simple pep8 and pylint violations
2014-03-07 12:20:28 -05:00
polesye
fe8e6026a1
BLD-852: Fix video positioning in full view mode.
2014-03-07 15:17:39 +02:00
polesye
65adb7b272
BLD-896: Fix cc button in HTML5 videos.
2014-03-07 11:24:30 +02:00
Sarina Canelake
29be1288ba
Clean up quality violations in split_test module
2014-03-06 18:42:59 -05:00
Carson Gee
b3ac3b6f4d
Merge pull request #2283 from carsongee/cg/feature/git_branch_import
...
Add option for importing a course from a named branch of a git repo
2014-03-06 17:38:34 -05:00
Carson Gee
b67b89e562
Fixed bug of checking out the same branch multiple times and code review fixes
...
Translator comments and language fixes
2014-03-06 17:30:07 -05:00
Han Su Kim
bdfd81d2f3
Merge remote-tracking branch 'origin/master' into release, conflicts resolved
...
Conflicts:
cms/envs/common.py
common/lib/xmodule/xmodule/seq_module.py
lms/envs/common.py
requirements/edx/edx-private.txt
2014-03-06 16:56:16 -05:00
Carson Gee
9d55c88c76
Add option for importing a course from a named branch of a git repo
2014-03-06 16:26:25 -05:00
Bertrand Marron
01c5cd5dc4
Fix unicode issue in shopping cart
...
Fails when course name contains non-ascii characters.
2014-03-06 11:46:53 +01:00
Don Mitchell
b44780812c
Merge pull request #2738 from edx/dbarch/mixed_ms_router
...
Dbarch/mixed ms router
2014-03-05 17:17:07 -05:00
Don Mitchell
432249e9cf
making mixed ms capable of front ending all modulestores for most operations including CRUD
...
STUD-600
2014-03-05 14:32:56 -05:00
Diana Huang
bce7d9e43d
Add tests and clean up A/B testing
...
Also fixes STUD-1351
2014-03-05 13:46:03 -05:00
Dave St.Germain
72e876fe40
Prevent reflected XSS in instructor dashboard.
2014-03-05 11:45:45 -05:00
Alexander Kryklia
6772faa0a5
Merge pull request #2796 from edx/alex/no_default_subs_en
...
Catch exception if for en no default subs is uploaded.
2014-03-05 16:49:54 +02:00
Alexander Kryklia
ccb776e928
Catch exception if for en no default subs is uploaded.
2014-03-04 15:41:46 +02:00