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
Anton Stupak
beca9b51d9
Merge pull request #4051 from edx/anton/i18n-choicetextgroup
...
ChoiceTextGroup i18n.
2014-06-11 18:19:24 +03: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
polesye
0e2bf2234d
BLD-726: ChoiceTextGroup i18n.
2014-06-11 16:09:58 +03: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
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
Don Mitchell
acc02b0e09
Fix to excess asset query
2014-06-09 15:13:23 -04:00
Julia Hansbrough
e3459cd3cb
Opaque-Keys: Response to code review
2014-06-09 15:12:22 -04:00
Don Mitchell
84ee2b19f2
OpaqueKey copy and deepcopy are identity ops
...
because keys are immutable
2014-06-09 15:10:47 -04:00
Don Mitchell
2c6437a279
Fix performance regression
...
Remove course_from_id
don't fetch whole course when the root will do
don't fetch even the root if the id will do
check for definition.data == null
2014-06-09 15:10:47 -04:00
Julia Hansbrough
7beaf4ed8a
Merge pull request #4019 from lduarte1991/lduarte-harvardx-pr2
...
Annotation Tools Reverting commit @3bfb633 and updating openseadragon.js for latest build
2014-06-06 17:30:03 -04:00
lduarte1991
894428ea9a
Reverting commit @3bfb633 and updating openseadragon.js for latest build
2014-06-06 15:40:03 -04:00
Julia Hansbrough
d2b2699166
Merge pull request #3969 from lduarte1991/lduarte-harvardx-pr2
...
Annotation Tool: Urgent update for ChinaX AB Testing
2014-06-06 13:55:10 -04:00
lduarte1991
3bfb633fd3
Annotator Tool: Fixed delete bug and factored out settings
...
Removed print context
2014-06-06 12:39:35 -04:00
lduarte1991
54974a51ca
Annotation Tools: Added CommonAnnotatorMixin
2014-06-06 10:09:22 -04:00
benmcmorran
aca0971a06
Merge pull request #3997 from edx/benmcmorran/template-text-formatting
...
Reformats markdown problem templates avoid extra line breaks.
2014-06-05 15:33:55 -04:00
Ben McMorran
914f0f7415
Fixes spelling of Michigan in template.
2014-06-05 14:07:03 -04:00
Ben McMorran
da6c337702
Revert "Fixes spelling of Michigan in template."
...
This reverts commit 9e9e69ace3 .
2014-06-05 14:03:49 -04:00
Ben McMorran
9e9e69ace3
Fixes spelling of Michigan in template.
2014-06-05 13:59:40 -04:00
lduarte1991
68acf66f6c
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
2014-06-05 13:05:37 -04:00
Ben McMorran
e18fd76d07
Reformats markdown problem templates avoid extra line breaks.
2014-06-05 12:54:39 -04:00
lduarte1991
50e8ae9a6e
Image Annotation Tool: Added Instructor Filter
2014-06-05 12:47:48 -04:00
lduarte1991
1dcf2dc10a
Video Annotation Tool: Added Instructor Filter
2014-06-05 12:47:48 -04:00
lduarte1991
8429897c82
Text Annotation Tool: Added Instructor Filter and Clear Search
2014-06-05 12:47:48 -04:00
cahrens
5ab61fc4b2
Implement a custom editor for the split_module.
...
STUD-1529
2014-06-05 12:16:16 -04:00
Alexander Kryklia
2eae8b8380
Merge pull request #3981 from edx/alex/fix_matlab_check
...
Improve escaping in code response.
2014-06-05 15:59:28 +03:00
polesye
7b2d67f209
BLD-1049: Allow the video player to work with redirected links.
2014-06-05 09:34:54 +03:00
Alexander Kryklia
97e8f94379
Improve escaping in code response.
2014-06-03 18:56:36 +03:00
Nick Parlante
0039536fe2
Merge pull request #3872 from edx/nick/disable-masking
...
Temporarily disable masking
2014-06-02 13:21:47 -07:00
Greg Price
0d37b4b254
Merge branch 'release'
...
Conflicts:
cms/djangoapps/contentstore/tests/test_course_listing.py
common/djangoapps/student/management/commands/create_random_users.py
common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py
lms/djangoapps/bulk_email/forms.py
lms/djangoapps/courseware/tests/test_video_handlers.py
lms/djangoapps/courseware/views.py
lms/djangoapps/instructor/management/commands/openended_post.py
lms/djangoapps/instructor/management/commands/openended_stats.py
lms/djangoapps/instructor/tests/test_spoc_gradebook.py
2014-06-02 15:29:40 -04:00
Anton Stupak
007fde03a1
Merge pull request #3951 from edx/anton/fix-relative-time
...
RelativeTime: incorrect value after XML serialization.
2014-06-02 20:11:37 +03:00
Sarina Canelake
31274a52dc
Merge pull request #3480 from lduarte1991/lduarte-harvardx2
...
Annotation Tool Clean up and Plugins
2014-06-02 11:40:12 -04:00
srpearce
f33eb60c56
Merge pull request #3938 from edx/sylvia/docs/BLD-1049
...
Sylvia/docs/bld 1049
2014-06-02 11:29:26 -04:00
lduarte1991
b83e27fc9d
Diacritic Plugin for Annotator Tool: Pull-request Fixes
...
Making sure extension comes after annotator css
2014-06-02 10:45:29 -04:00
lduarte1991
88d8813942
Diacritic Plugin for Annotator Tool: Added studio input
2014-06-02 10:45:29 -04:00
polesye
865b69361f
BLD-1060: Fix RelativeTime.
2014-06-02 16:48:59 +03:00
Anton Stupak
ee368da66b
Merge pull request #3946 from edx/anton/i18n-code-response
...
CodeResponse: fix i18n.
2014-06-02 16:32:45 +03:00