Don Mitchell
c536846291
Add tests for has_course
...
and negative tests for get_course.
2014-05-28 08:34:44 -04:00
Don Mitchell
62bccd4e93
Split mongo correctly serializes and deserialized references
...
STUD-1592, STUD-1603, LMS-2642
2014-05-28 08:29:13 -04:00
Don Mitchell
4944cc763b
Get rid of skiptests
2014-05-28 08:20:17 -04:00
Waheed Ahmed
6ad6f77ca2
Cheatsheet visibility code refactored.
2014-05-28 12:07:59 +05:00
Don Mitchell
9d2db736df
Merge pull request #3869 from edx/dhm/bug_get_children
...
Redirect most studio access through draft modulestore
2014-05-27 11:57:15 -04:00
Greg Price
f25dd8dd8b
Merge pull request #3888 from edx/dhm/bug_get_children
...
Redirect most studio access through draft modulestore
2014-05-27 11:51:50 -04:00
Don Mitchell
1be1283f26
Redirect most studio access through draft modulestore
...
rather than have caller figure out whether to call draft or direct.
Fixes get_children to always find draft children in studio.
STUD-1662
2014-05-27 11:16:29 -04:00
Anton Stupak
29ec66facd
Merge pull request #3885 from edx/anton/fix-video-outline
...
Remove Video player outline.
2014-05-27 16:41:30 +03:00
Diana Huang
eb8f696964
Merge pull request #3886 from edx/diana/clean-up-outdated-files
...
Remove some outdated code.
2014-05-27 09:35:22 -04:00
Andy Armstrong
c5d23b4aa7
Merge pull request #3876 from louyihua/localization-fix-video
...
i18n: Fix an i18n string extraction problem in 02_html5_video.js
2014-05-27 09:05:48 -04:00
muhammad-ammar
fb16e013fd
Merge pull request #3694 from edx/ammar/bok-choy-video-time-tests
...
Bok-Choy Video Time Tests
2014-05-27 17:08:21 +05:00
polesye
dc818d41a0
BLD-975: Remove Video player outline.
2014-05-27 15:04:28 +03:00
Muhammad Ammar
510d0ae153
Bok-Choy Tests for Video Start Time, End Time and Finish Time
2014-05-27 10:37:26 +00:00
polesye
db213bf325
BLD-967: Fix regExp.
2014-05-27 13:31:18 +03:00
louyihua
1208908b57
i18n: Fix an i18n string extraction error in 02_html5_video.js
...
Replace a string concation to a single string to prevent the partial extraction of the string.
2014-05-27 12:59:23 +08:00
Andy Armstrong
926ce567a6
Merge pull request #3878 from louyihua/master
...
i18n: More extractable & localizable strings in xmodules
2014-05-26 15:08:14 -04:00
Usman Khalid
1ecfac3f84
Added trailing slashes otherwise the course_id regex sometimes eats up get parameters.
...
LMS-2738
2014-05-26 15:50:23 +05:00
louyihua
63ef3bd05a
i18n: More extractable & localizable strings in xmodules
2014-05-26 15:30:01 +08:00
polesye
8c26fc6805
Refactor video volume control.
2014-05-26 09:48:27 +03:00
louyihua
f048a58408
i18n: Make values that has 'display_name' be displayed localized in editor
...
Dictionary values like Boolean, or some other value types which has 'display_name' can now be displayed with the localized version.
2014-05-25 14:27:41 +08:00
Julia Hansbrough
78ed9e9512
Fixed some TODOs, removed irrelevant ones
2014-05-24 19:36:24 -04:00
Sarina Canelake
46d7f99004
StaffFactories accept course_keys, not courses. Make that clear in the interface.
2014-05-24 19:36:18 -04:00
Sarina Canelake
d1672e31f7
Opaque-keys: fix pylint violations
2014-05-24 19:36:09 -04:00
Sarina Canelake
c535a6b933
Opaque-keys: fix pep8 violations
2014-05-24 19:35:58 -04:00
Sarina Canelake
d01af063a6
Merge pull request #3861 from edx/sarina/fix-quality
...
Fix quality violations from opaque-keys
2014-05-24 19:34:25 -04:00
Julia Hansbrough
6f7bc7e174
Fixed some TODOs, removed irrelevant ones
2014-05-24 18:49:06 -04:00
Sarina Canelake
110719deae
StaffFactories accept course_keys, not courses. Make that clear in the interface.
2014-05-24 18:49:06 -04:00
stv
e4df2c2ceb
Add 'forum_roles' endpoint to user_api
...
Expose a new endpoint to query a list of users based on a
role name (Moderator, Student, etc.) and a course_id.
This will initially be used by the notifier to send daily digest
messages to forum moderators.
2014-05-23 13:07:04 -07:00
lduarte1991
e4e4b32c62
Image Annotation Tool: Add linkback functionality to image thumbnails
...
Changes requested in PR
2014-05-23 14:59:31 -04:00
lduarte1991
0318c95537
Image Annotation Tool Fixes
...
- Added component to view
- Added correct images for OSD
- Fixed path to codemirror
- Tinymce fullscreen works now
- Pep8/Pylint Fixes
- Default image changed and added call to super
2014-05-23 14:58:18 -04:00
lduarte1991
008bbc224b
Image Annotation Tool: Add static images for openseadragon navigation
2014-05-23 14:57:48 -04:00
lduarte1991
32e96681f6
Image Annotation Tool: create xmodule and install js files
2014-05-23 14:57:23 -04:00
lduarte1991
c24252001c
Annotation Tools: Add helper functions and fixed pep8/pylint errors
...
Small plugin fixes
2014-05-23 14:57:16 -04:00
Sarina Canelake
265fa826ca
Opaque-keys: fix pylint violations
2014-05-23 14:23:12 -04:00
Sarina Canelake
bf32f5a7b9
Opaque-keys: fix pep8 violations
2014-05-23 14:22:54 -04:00
Calen Pennington
9feff62857
Merge pull request #3834 from cpennington/ok-merge-from-master
...
Merge master into opaque-keys
2014-05-23 11:36:52 -04:00
Calen Pennington
29f7fe14fb
Merge remote-tracking branch 'edx/master' into ok-merge-from-master
2014-05-23 10:05:56 -04:00
muhammad-ammar
ff1e9466be
Merge pull request #3849 from edx/ammar/uniqe-course-fix
...
Unique Course Fix
2014-05-23 19:04:07 +05:00
Muhammad Ammar
3919b4a47b
Unique Course Fix
2014-05-23 13:29:12 +00:00
polesye
2133ebd0a2
BLD-1033: Fix transcript displaying on iPad.
2014-05-23 08:31:26 +03:00
Andy Armstrong
b6f933a1f5
Merge pull request #3838 from louyihua/translation-fix
...
i18n: Make static strings in xmodule files extractable
2014-05-23 00:30:22 -04:00
Calen Pennington
35083ad9f9
Fix bad uses of course_id/location/locator in new code on master
2014-05-22 16:24:02 -04:00
Calen Pennington
240fcc1d5a
Fix merge conflicts
2014-05-22 16:24:02 -04:00
Don Mitchell
d24a777067
Remove package_id and remove lower_ stuff from migrator
...
STUD-1603
2014-05-22 16:09:43 -04:00
Diana Huang
db0cd78152
Remove some outdated code.
2014-05-22 15:39:29 -04:00
Jay Zoldak
72cb5ec93f
Merge pull request #3828 from edx/ammar/flaky-for-video-tests
...
Flaky for Bok-Choy Video Tests
2014-05-22 15:12:11 -04:00
louyihua
a6bae4d238
i18n: Make static strings in xmodule files extractable
...
They can now be extracted.
2014-05-23 01:58:19 +08:00
Carson Gee
cc0832750d
Adding django default log handlers into logging configuration
2014-05-22 12:45:05 -04:00
Diana Huang
a69e42dd5a
Merge pull request #3830 from edx/diana/fix-cohorting
...
Fix cohorting views
2014-05-22 12:13:15 -04:00
Diana Huang
ae95e07cce
Deserialze values coming into course_groups views
2014-05-22 12:11:48 -04:00