Alexander Kryklia
35aacfb6f2
Merge pull request #4105 from edx/alex/remove_unused_code_when_downloading_from_youtube
...
Remove unused code when download from youtube.
2014-06-26 14:44:45 +03:00
David Baumgold
0c0859f17b
Merge pull request #4026 from edx/db/requests-2
...
Upgrade `requests` module
2014-06-25 19:34:05 -04:00
Christine Lytwynec
96e5139d66
Merge branch 'release'
...
Conflicts:
common/lib/xmodule/xmodule/tests/test_video.py
2014-06-25 13:51:31 -04:00
Anton Stupak
04d27a83f9
Merge pull request #2571 from Szczork/szczork/log-video-ended
...
log stop_video event
2014-06-25 17:57:15 +03:00
Alexander Kryklia
1f5c95ba9a
Remove unused code when download from youtube.
2014-06-25 16:12:16 +03:00
Alexander Kryklia
c9afa056ad
Move video descriptor instantiation in tests to single place.
2014-06-25 14:41:15 +03:00
Oleg Marshev
715fde27c4
Redirect Chinese students to a Chinese CDN for video.
2014-06-24 18:39:52 +03:00
Piotr Mitros
4eb234e79f
Merge pull request #4174 from edx/pmitros/chromeless-xblocks
...
XBlocks can disable navigation chrome.
This allows for full-screen XBlocks (such as code IDEs), as well as allowing us to somewhat hackishly build top-level XBlocks. This is the first step on the path to non-hackish top-level XBlocks.
2014-06-23 11:56:05 -04:00
Andy Armstrong
20675857dc
Merge pull request #3999 from edx/christina/updating-split-test
...
Ability to change the associated group configuration for a split test
2014-06-20 14:15:41 -04:00
Don Mitchell
7e2bdeb367
Merge pull request #4155 from edx/dhm/stud-1654
...
Ensure all split methods consuming Keys check that key is fully specified
2014-06-20 13:33:15 -04:00
cahrens
a395c2fa4b
Complete Studio support for handling group configuration changes
...
STUD-1658
2014-06-20 11:41:23 -04:00
cahrens
73e7ced6f9
Introduce constants for studio_view, student_view, and author_view.
2014-06-20 11:41:23 -04:00
Andy Armstrong
11c25e8c1a
Add Studio handling for changes to group configurations
...
STUD-1658
2014-06-20 11:41:22 -04:00
Mat Peterson
3a35121099
Useless code path in import_from_xml causing errors removed
2014-06-20 13:21:40 +00:00
Piotr Mitros
4f303a623b
XBlocks can disable navigation chrome.
...
There is an option to:
* Enable/disable accordion navigation
* Enable/disable/repoint tab navigation
This allows for full-screen XBlocks (e.g. a code IDE, or large video
player). It is also the first pass at allowing top-level XBlocks. It's
also now possible to make a chromeless XBlock, point a tab to it, and
make it point back to that tab.
Next steps down that path would be:
* Fix up how tabs are handled. The current version is a hack.
* Create appropriate XBlocks for courseware, tabbed navigation,
etc. to reach feature parity
* Invert/rejigger the XML format.
2014-06-19 21:06:08 -04:00
Tim Babych
f4280377c5
Do not print exception message below stacktrace
2014-06-19 12:19:21 +03:00
Adam
d3d45b8863
Merge pull request #4157 from edx/release
...
Release
2014-06-18 17:26:39 -04:00
Don Mitchell
17925f3c9b
Ensure all split methods consuming Keys check that key is fully specified
...
STUD-1654
2014-06-18 15:08:32 -04:00
Calen Pennington
7a452b6265
Merge pull request #4113 from cpennington/remove-locator
...
Remove locator.py (now sourced from the external opaque_keys library)
2014-06-18 14:44:10 -04:00
Calen Pennington
c00f80d4fa
Remove locator.py (now sourced from the external opaque_keys library)
...
[LMS-2757]
2014-06-18 13:16:25 -04:00
Ben McMorran
702bdd36a9
Merge pull request #4060 from edx/benmcmorran/edit-tracking
...
Tracks last edited date and user, and adds has_changes for blocks
2014-06-18 13:13:26 -04:00
Ben McMorran
ea97dd4508
Tracks last edited date and user, and adds has_changes for blocks.
2014-06-18 11:36:49 -04:00
Usman Khalid
3d0409773b
Set position for collapsible.js full-bottom link.
...
Currently it is covering the whole parent div.
LMS-2852
2014-06-18 18:20:11 +05:00
Sarina Canelake
b70bd2be78
Use ngettext rather than "word(s)" for plural phrases
2014-06-17 13:25:46 -04:00
Don Mitchell
17210d18ad
Merge pull request #4078 from edx/dhm/heartbeat
...
Refactor heartbeat to delegate to the modulestores and sql
2014-06-17 08:44:37 -04:00
Szczork
77fc849cce
log stop_video event
2014-06-17 13:56:40 +02:00
zubair-arbi
3a26e813bf
Merge pull request #3898 from edx/zub/bugfix/std1629-annotationtool
...
fix reply/return to annotation links
2014-06-17 16:35:13 +05:00
zubair-arbi
6cb6680139
fix reply/return to annotation links
...
STUD-1629
2014-06-17 12:16:07 +05:00
polesye
af67873b7b
Fix seek log.
2014-06-17 08:59:11 +03:00
Sarina Canelake
8191d3c77e
fixup! Fix i18n translation issues
2014-06-16 23:10:03 -04:00
Don Mitchell
3c9b10112f
Refactor heartbeat to delegate to the modulestores and sql
...
LMS-2801
2014-06-16 13:16:32 -04:00
Alexander Kryklia
e032ab1877
Add examples of html5 videos to docstrings.
2014-06-16 12:46:13 +03:00
Alexander Kryklia
6ea3c8cbdd
Fix failing test and update docstrings for video player
...
Fixes BLD-1115
2014-06-12 19:06:07 +03:00
Don Mitchell
ed2358ab04
Merge pull request #4063 from edx/dhm/mongo_tweaks
...
Fix wiki search query
2014-06-12 10:07:03 -04:00
Brian Talbot
14ad71f206
Merge pull request #3462 from edx/andya/source-maps
...
Update SASS ( 3.3.5), Bourbon ( 4.0.2), Neat (1.6.0)
2014-06-11 22:31:37 -04:00
Sarina Canelake
7e36c35043
Merge branch 'release'
2014-06-11 21:30:05 -04:00
Brian Talbot
786655f890
correcting poorly scoped Sass variables set in xmodules' .scss files to adhere to Sass 3.3 scoping
...
see http://blog.sass-lang.com/posts/184094-sass-33-is-released for more information on 3.3+ variable scoping
2014-06-11 21:19:46 -04:00
Brian Talbot
02b0725456
correcting for Bourbon deprecated inline-block() mixin
2014-06-11 21:19:46 -04:00
Don Mitchell
4959f3b85b
Fix wiki search query
...
and formatting error in a doc file.
2014-06-11 15:57:51 -04:00
lduarte1991
e48cc16d45
Annotations Tools: i18n Make stati strings extractable
...
Original changes found in this commit
https://github.com/edx/edx-platform/commit/a6bae4d238fdc6a60c8ee9f1b80ca
3512bb085eb
Conflicts:
common/lib/xmodule/xmodule/textannotation_module.py
common/lib/xmodule/xmodule/videoannotation_module.py
2014-06-11 10:23:45 -04:00
lduarte1991
848c7165e3
Annotation Tool: PR #4019
...
Reverting commit @3bfb633 and updating openseadragon.js for latest build
Conflicts:
common/lib/xmodule/xmodule/imageannotation_module.py
common/lib/xmodule/xmodule/textannotation_module.py
common/lib/xmodule/xmodule/videoannotation_module.py
2014-06-11 10:21:08 -04:00
lduarte1991
fecb2e1682
Annotation Tool: PR #3969
...
Text Annotation Tool: Added Instructor Filter and Clear Search
Video Annotation Tool: Added Instructor Filter
Image Annotation Tool: Added Instructor Filter
Image Annotation Tool: Annotation Mode for AB Testing
Annotation Tools PR Fixes
- forgot to overwrite the previous line
Annotation Tools: PR Fixes
- Fixed camel case for variable name
- Fixed indentation in imageannotation.html
- Changed all mentions of Instructor Username to Email
- Turned annotation_mode into phrase
- Fixed indentation in imageannotation.html
- Added comments in imageannotation.html
- Changing annotation_mode in OSDA
Annotator Tools: OpaqueKeys update for Notes
Annotation Tools: Added CommonAnnotatorMixin
Annotator Tool: Fixed delete bug and factored out settings
Removed print context
Conflicts:
common/lib/xmodule/xmodule/imageannotation_module.py
common/lib/xmodule/xmodule/textannotation_module.py
common/lib/xmodule/xmodule/videoannotation_module.py
lms/djangoapps/notes/views.py
2014-06-11 10:19:06 -04:00
lduarte1991
643a7bfa95
Annotation Tools: PR #3907
...
Annotation Tools: Load Tinymce in student_view
Annotation Tools: Fixing tests for student_view
Fixed typo from autocomplete
Fixed dict for tests
2014-06-11 10:15:14 -04:00
Don Mitchell
fa94360d69
Review all fs.files and modulestore indices
...
and fix some gridfs calls to reduce traffic
2014-06-11 08:33:48 -04:00
polesye
d9d11a21ef
BLD-933: Add table of contents.
2014-06-11 13:42:57 +03:00
Oleg Marshev
cfec580a63
Add argument.
2014-06-11 11:41:03 +03:00
Diana Huang
0df7037650
Send the serialized string to the track_function in split_test_module.
2014-06-10 17:02:53 -04:00
Sarina Canelake
2aea261d48
Merge branch 'release'
...
Conflicts:
common/djangoapps/course_modes/views.py
common/djangoapps/student/tests/test_roles.py
common/djangoapps/student/views.py
common/lib/opaque_keys/opaque_keys/__init__.py
common/lib/opaque_keys/opaque_keys/tests/test_opaque_keys.py
common/lib/xmodule/xmodule/contentstore/mongo.py
lms/djangoapps/certificates/management/commands/gen_cert_report.py
lms/djangoapps/notes/views.py
2014-06-10 16:59:23 -04:00
Julia Hansbrough
6e702c3131
Fix conditional module rendering
2014-06-10 15:32:32 +00:00
Don Mitchell
c808277007
Change document_class back to dict
2014-06-09 15:13:31 -04:00