Han Su Kim
8fdec439ee
Changing over imports to opaque_keys.edx
2014-06-13 09:36:40 -04:00
Han Su Kim
0b93c5a827
Squashing commits,
...
Squashing commits
Transition to Oqaque Keys
Bug fixes
Fixing regenerate_user
2014-06-12 18:24:47 -04:00
Will Daly
b00398f5ee
ORA2 release-2014-06-11T10.43
...
Install edx-submissions from PyPi instead of from edx-ora2
2014-06-11 08:15:10 -04:00
Sarina Canelake
890093ebbf
Fix Notes import
2014-06-10 18:13:32 -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
Sarina Canelake
749cb4ee7d
Merge pull request #4031 from edx/sarina/other-ok-fixes
...
Sarina/other ok fixes
2014-06-09 15:18:13 -04:00
Sarina Canelake
bf6c342dcf
Fix location.url [LMS-2786]
2014-06-09 15:17:20 -04:00
Diana Huang
baf0cee0be
Fix gen_cert_report to use CourseKeys.
2014-06-09 15:17:13 -04:00
Sarina Canelake
a9cad6a5bb
Fix logging bug in openended grading
2014-06-09 15:16:18 -04:00
Julia Hansbrough
3a9f0b3f74
Fix import
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
ade82c2d05
Notes convert course_id to course_key
2014-06-09 15:12:23 -04:00
Diana Huang
729f0eb203
Fix variable name.
2014-06-09 15:10:48 -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
Will Daly
b33a511172
Merge pull request #4001 from edx/will/ora2-i18n-js-strings
...
Serve ORA2 JavaScript i18n strings
2014-06-09 12:40:37 -04:00
Will Daly
dc34d753c0
Serve ORA2 JavaScript i18n strings
2014-06-09 11:35:09 -04:00
Joe Blaylock
fa9a022cca
Merge pull request #4016 from edx/jrbl/bugfix_lxml_flattening
...
Bugfix certificates request queue HTML flattening
2014-06-06 11:10:33 -07: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
Ned Batchelder
ec5aee2949
Remove duplicates in a class list so tests aren't duplicated
2014-06-06 13:17:36 -04:00
Joe Blaylock
277dcb1113
Bugfix certificates request queue HTML flattening
2014-06-06 09:31:46 -07:00
lduarte1991
9c0d14ea2b
Annotator Tools: OpaqueKeys update for Notes
2014-06-05 15:53:26 -04:00
Jim Abramson
f5cfd1ef96
Merge pull request #3986 from edx/jsa/search-spell-correction
...
Add support for search spell corrections to Forums UX.
2014-06-05 15:14:00 -04:00
jsa
58c5066e66
Add support for search spell corrections to Forums UX.
...
Co-authored-by: Brian Talbot <btalbot@edx.org >
JIRA: FOR-591
2014-06-05 15:00:29 -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
lduarte1991
b22643adc2
Image Annotation Tool: Annotation Mode for AB Testing
...
Annotation Tools PR Fixes
- forgot to overwrite the previous line
2014-06-05 12:47:48 -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
polesye
7b2d67f209
BLD-1049: Allow the video player to work with redirected links.
2014-06-05 09:34:54 +03:00
Jay Zoldak
c08831b4b6
Merge pull request #3974 from edx/zoldak/fix-translation-tags
...
Fix some translation tags
2014-06-03 18:15:21 -04:00
Jay Zoldak
ac17e809ee
Fix some translation tags
2014-06-03 15:50:11 -04:00
Greg Price
6ab6b72c86
Merge pull request #3941 from edx/gprice/handle-invalid-json
...
Improve handling of bad JSON from comments service
2014-06-03 14:13:29 -04:00
Will Daly
b700dc0cca
Merge pull request #3939 from edx/will/ora2-ai-grading-settings
...
ORA2 AI Grading Settings
2014-06-03 14:06:47 -04:00
Greg Price
dc2342859e
Improve handling of bad JSON from comments service
...
Instead of allowing the JSONDecodeError to escape, raise an error
indicating the request id and containing the first 100 characters
of the response to aid investigation.
2014-06-03 13:34:36 -04:00
Will Daly
5f7520e121
Add AI algorithm configuration to LMS settings
...
Added ORA2_FILE_PREFIX setting
2014-06-03 11:49:56 -04:00
Julia Hansbrough
136bcb2911
Merge pull request #3934 from edx/flowerhack/handout-error-logs
...
Removed excessive logging
2014-06-03 09:30:31 -04:00
Adam
f832011335
Merge pull request #3956 from edx/adam/user-id-profile-information
...
adds user id to student profile information (LMS-2791)
2014-06-03 09:04:36 -04:00
Julia Hansbrough
e1688e2a42
Removed excessive logging
2014-06-02 20:02:25 +00:00
Adam Palay
a2b2b37ed7
adds user id to student profile information (LMS-2791)
2014-06-02 15:49:46 -04: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
muhammad-ammar
fd18165bbe
Merge pull request #3682 from edx/ammar/bok-choy-video-tests-batch9
...
Bok-Choy Video Tests Batch9
2014-06-02 21:20:13 +05: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
de5edcffbb
Diacritic Plugin for Annotator TooL: Added CSS and JS files
...
- UI Fixes for Diacritic Mark Plugin
2014-06-02 10:45:29 -04:00
Muhammad Ammar
d9fe111c5b
Bok-Choy Video Tests Batch9
2014-06-02 11:48:40 +00:00
Waheed Ahmed
cc36162df1
Fixed links for units loaded via ajax.
...
LMS-2711
2014-06-02 14:19:19 +05:00
Waheed Ahmed
cb2af13418
Fixed staff debug info endpoints for staff member.
...
LMS-2737
2014-06-02 12:26:27 +05:00
Julia Hansbrough
6ccb11f03e
Change Location, CourseLocator, etc to reference opaque-keys library
2014-05-30 20:32:38 +00:00
David Baumgold
30dd47a62c
Merge pull request #3907 from lduarte1991/lduarte-harvardx-image2
...
Annotation Tools: Load Tinymce in student_view
2014-05-30 10:51:46 -04:00
David Baumgold
0c9d682df3
Merge pull request #3196 from mtyaka/enrollment-emails-http
...
Don't hardcode https protocol in enrollment emails.
2014-05-30 09:30:43 -04:00