Brian Wilson
|
bb7bc88847
|
merge out from master
|
2013-03-27 18:04:58 -04:00 |
|
Brian Wilson
|
99778b1b5b
|
add fixes for 500 bugs (lighthouse 287 and 293) by requiring login for accessing licenses and inline discussions. Add unit tests for licenses, and rearrange tests based off of (the former) PageLoad. Also cleanups for pylint and pep8.
|
2013-03-27 17:59:56 -04:00 |
|
Vik Paruchuri
|
df935d422d
|
Fix issues with open ended image grading and peer grading centralized module finder.
|
2013-03-26 09:52:26 -04:00 |
|
Calen Pennington
|
6b64b4214f
|
Make relative imports explicitly relative
|
2013-03-15 11:23:22 -04:00 |
|
Calen Pennington
|
531eb80eb2
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/contentstore/views.py
common/lib/xmodule/xmodule/combined_open_ended_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py
common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py
common/lib/xmodule/xmodule/peer_grading_module.py
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
common/lib/xmodule/xmodule/tests/test_self_assessment.py
lms/djangoapps/open_ended_grading/tests.py
|
2013-03-13 12:18:04 -04:00 |
|
Vik Paruchuri
|
554cb752fa
|
Pep8 cleanup
|
2013-03-12 12:20:11 -04:00 |
|
Calen Pennington
|
8a9ba79d1f
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
cms/djangoapps/contentstore/views.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
|
2013-03-06 12:15:07 -05:00 |
|
Vik Paruchuri
|
9475c6edac
|
Address review comments
|
2013-03-05 14:41:08 -05:00 |
|
Vik Paruchuri
|
cb4a7c663c
|
A somewhat working state for notifications. Combined open ended and peer grading xmodules still have significant errors.
|
2013-03-04 18:54:52 -05:00 |
|
Vik Paruchuri
|
b5786874ab
|
Wiring through some changes
|
2013-03-04 18:04:13 -05:00 |
|
Calen Pennington
|
1bfb933518
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/contentstore/views.py
cms/templates/edit_subsection.html
cms/templates/overview.html
cms/templates/unit.html
cms/templates/widgets/header.html
common/djangoapps/course_groups/tests/tests.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/combined_open_ended_module.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/js/src/.gitignore
common/lib/xmodule/xmodule/mako_module.py
common/lib/xmodule/xmodule/modulestore/mongo.py
common/lib/xmodule/xmodule/modulestore/store_utilities.py
common/lib/xmodule/xmodule/modulestore/xml_exporter.py
common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py
common/lib/xmodule/xmodule/open_ended_grading_classes/controller_query_service.py
common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py
common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_self_assessment.py
common/lib/xmodule/xmodule/x_module.py
lms/djangoapps/courseware/grades.py
lms/djangoapps/courseware/models.py
lms/djangoapps/courseware/views.py
lms/djangoapps/open_ended_grading/tests.py
|
2013-03-04 16:33:40 -05:00 |
|
Vik Paruchuri
|
7ee58fb21c
|
Add in a todo
|
2013-03-01 17:09:28 -05:00 |
|
Vik Paruchuri
|
55e19f8227
|
Fix the way that peer grading tab is initialized to make it work with studio
|
2013-03-01 17:02:38 -05:00 |
|
Vik Paruchuri
|
ad9400a0ef
|
Merge remote-tracking branch 'origin/master' into feature/vik/oe-messages
Conflicts:
common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py
|
2013-02-20 16:43:04 -05:00 |
|
Vik Paruchuri
|
111ef30f05
|
Render to string fix, display ETA message when student submits
|
2013-02-20 16:30:44 -05:00 |
|
Vik Paruchuri
|
59b2f2ccd7
|
Move controller query service to xmodule side to prepare for ETA message displays
|
2013-02-20 16:19:17 -05:00 |
|
Diana Huang
|
a789d6c363
|
Merge branch 'master' into diana/fix-self-assessment-test
|
2013-02-20 13:37:42 -05:00 |
|
Diana Huang
|
6e453c2b8b
|
Clean up and fix some peer grading tests.
|
2013-02-20 13:36:09 -05:00 |
|
Vik Paruchuri
|
3db3d7b740
|
Fix eta message slightly
|
2013-02-20 13:31:06 -05:00 |
|
Vik Paruchuri
|
59e3647692
|
Add in support for getting and displaying ETA
|
2013-02-20 13:28:37 -05:00 |
|
Vik Paruchuri
|
2302c3244b
|
Merge branch 'feature/vik/disable-spell-check' into feature/vik/check-if-submission-allowed
|
2013-02-20 12:01:42 -05:00 |
|
Vik Paruchuri
|
72d069825d
|
Merge remote-tracking branch 'origin/master' into feature/vik/check-if-submission-allowed
Conflicts:
lms/templates/instructor/staff_grading.html
|
2013-02-19 15:21:09 -05:00 |
|
Vik Paruchuri
|
4d57f1b9ee
|
Merge remote-tracking branch 'origin/master' into feature/vik/settings-to-xmodule
|
2013-02-19 10:43:55 -05:00 |
|
Diana Huang
|
f4addddf42
|
Merge pull request #1484 from MITx/feature/vik/improve-oe-ui
Feature/vik/improve oe ui
|
2013-02-19 07:27:29 -08:00 |
|
Diana Huang
|
3e23b9e1f2
|
Merge pull request #1480 from MITx/diana/staff-grading-flagging
Flag submissions from staff grading view
|
2013-02-15 13:08:16 -08:00 |
|
Vik Paruchuri
|
6a10ffc7da
|
Fix up error messages to staff and students
|
2013-02-13 19:12:16 -05:00 |
|
Vik Paruchuri
|
8b12f26626
|
Fix error messages to staff
|
2013-02-13 18:24:33 -05:00 |
|
Vik Paruchuri
|
7a3a56d4bc
|
Fixing tests
|
2013-02-13 15:20:59 -05:00 |
|
Vik Paruchuri
|
5f29e0e1a6
|
Fix OE tests
|
2013-02-13 15:11:37 -05:00 |
|
Calen Pennington
|
bd822b9d2f
|
Fix tests post-merge
|
2013-02-13 14:13:22 -05:00 |
|
Vik Paruchuri
|
e397575732
|
Remove import statements
|
2013-02-13 11:46:53 -05:00 |
|
Vik Paruchuri
|
8f7c145957
|
Remove old import statements
|
2013-02-13 09:45:29 -05:00 |
|
Vik Paruchuri
|
b9bf96520e
|
Move open ended grading xmodule support files into a separate directory. apparently prune down on number of imports
|
2013-02-11 18:43:47 -05:00 |
|
Vik Paruchuri
|
0f71f5b92e
|
Finish settings refactor
|
2013-02-11 17:36:33 -05:00 |
|
Vik Paruchuri
|
9bca4ebf21
|
Start to refactor grading settings
|
2013-02-11 17:32:11 -05:00 |
|
Ned Batchelder
|
aa2d0ecaf2
|
We no longer need override_settings, Django has a better one.
|
2013-02-11 17:06:35 -05:00 |
|
Diana Huang
|
f3bb429915
|
Get and pass the new submission flagged information through
the controller to the backend.
|
2013-02-11 09:23:55 -05:00 |
|
Vik Paruchuri
|
46da4cf241
|
Add in a better notification icon
|
2013-02-09 10:15:11 -05:00 |
|
Calen Pennington
|
cfae1cdf62
|
Pep8 autofixes
|
2013-02-06 11:13:50 -05:00 |
|
Vik Paruchuri
|
0133c7c669
|
Patch peer grading tab to work
|
2013-02-05 16:32:40 -05:00 |
|
Vik Paruchuri
|
ce87e6f221
|
Skip two tests
|
2013-02-05 14:57:59 -05:00 |
|
Vik Paruchuri
|
8027cc7024
|
Fix some issues with tests
|
2013-02-05 14:35:44 -05:00 |
|
Vik Paruchuri
|
134f2f7af7
|
Fix tests, bugfix for problem url error
|
2013-02-05 14:21:08 -05:00 |
|
Vik Paruchuri
|
e13de7543f
|
Test fixes, err response fixes, address review comments
|
2013-02-05 14:12:11 -05:00 |
|
Vik Paruchuri
|
34dc6e6320
|
Fix some issues with peer grading service
|
2013-02-05 13:37:55 -05:00 |
|
Vik Paruchuri
|
7984c4dfcb
|
Move over grading service to xmodule
|
2013-02-05 13:10:56 -05:00 |
|
Vik Paruchuri
|
e8a690df5e
|
Update peer grading tests
|
2013-02-05 10:46:00 -05:00 |
|
Vik Paruchuri
|
443c3eda4f
|
Tests for peer grading service may be fixed.
|
2013-02-04 18:37:28 -05:00 |
|
Vik Paruchuri
|
18814196f0
|
Make things slightly robust
|
2013-02-04 18:31:32 -05:00 |
|
Vik Paruchuri
|
bf97a6a9a9
|
Merge remote-tracking branch 'origin/master' into feature/vik/peer-grading-xmodule
Conflicts:
lms/djangoapps/open_ended_grading/peer_grading_service.py
|
2013-02-04 17:55:55 -05:00 |
|