Commit Graph

14212 Commits

Author SHA1 Message Date
Vik Paruchuri
d03fe79e07 Small metadata naming fix 2013-03-05 10:36:22 -05:00
Vik Paruchuri
2924bd2f53 wip 2013-03-05 10:20:26 -05:00
Brian Talbot
156a702e08 Merge branch 'master' into feature/btalbot/studio-alerts 2013-03-05 09:57:35 -05:00
Brian Talbot
cbdf9ea25b studio - alerts: proofing older, but still needed in page alerts (unit drafts) styling 2013-03-05 09:57:14 -05:00
Will Daly
2fd9ccece1 Fixed whitespace issues; removed a test that made no assertions 2013-03-05 09:34:52 -05:00
Will Daly
437aadb28e Cleaned up some tests; deleted skip tests 2013-03-05 09:32:20 -05:00
Will Daly
faf5c3f0a2 Updated Deena's tests after merge with master to ensure that none
of the tests fail.  Deleted some tests.
2013-03-05 09:10:02 -05:00
cahrens
d891361b4a Merge branch 'master' into bug/christina/misc 2013-03-05 09:09:08 -05:00
Valera Rozuvan
ff26913795 Added a limitation to the DnD docs. 2013-03-05 14:40:02 +02:00
Vasyl Nakvasiuk
f87a5fbbbd fix GraphicalSliderToolModule 2013-03-05 14:24:59 +02:00
Valera Rozuvan
3bcd1467d9 Added documentation for drag and drop - targets on draggables feature. 2013-03-05 13:36:24 +02:00
chrisndodge
59250225d9 Merge pull request #1592 from MITx/fix/cdodge/optimize-instructor-dashboard
additional courseware view optimizations. Do a 'depth' fetch on the sele...
2013-03-04 17:19:53 -08:00
Chris Dodge
6ce3493f00 add comment 2013-03-04 19:59:18 -05:00
Vik Paruchuri
dc7c391454 Converting combined open ended module 2013-03-04 19:14:38 -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
Victor Shnayder
a58e7c7a26 Merge pull request #1596 from MITx/jth/admindash
Cast cursor responses as lists.  MySQL returns them as tuples.
2013-03-04 15:39:09 -08:00
John Hess
94db91fcef Cast cursor responses as lists. MySQL returns them as tuples.
Removed print statemetns
Moved import call to top of file
2013-03-04 18:19:24 -05:00
Vik Paruchuri
b5786874ab Wiring through some changes 2013-03-04 18:04:13 -05:00
Vik Paruchuri
77ed921624 Prelim wiring on peer grading and combined open ended xmodules 2013-03-04 17:48:43 -05:00
Arthur Barrett
7a0aead0d9 annotation now hides automatically on mouseleave events. click to hide/show or re-position the annotation. 2013-03-04 17:21:32 -05:00
Vik Paruchuri
02539a3bc8 Start converting COE storage model 2013-03-04 17:06:39 -05:00
Brian Talbot
cc3b9557f9 studio - open ended and annotations: added in component button icon assets and styling 2013-03-04 17:02:59 -05:00
cahrens
b0106a41c7 make branch 2013-03-04 16:42:04 -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
Will Daly
2436d59e14 Merge branch 'master' into feature/deena/testing
Conflicts:
	cms/djangoapps/contentstore/tests/factories.py
	lms/djangoapps/courseware/tests/test_access.py
2013-03-04 16:30:41 -05:00
Jay Zoldak
22420adc9a Merge pull request #1594 from MITx/bug/dhm/course_update_js
Provide convenience converter of the grading policy but don't save it on
2013-03-04 13:29:10 -08:00
Will Daly
9743f6bea9 Fixed indentation in capa module.
Added test of HTML output for successful check to capa module unit tests
2013-03-04 16:16:38 -05:00
Don Mitchell
0c4a52567e Provide convenience converter of the grading policy but don't save it on
the object.
2013-03-04 16:13:29 -05:00
Don Mitchell
ecb136e582 Merge pull request #1586 from MITx/feature/cdodge/make-update-templates-django-admin-util
move call to update_templates on service startup into a django-admin com...
2013-03-04 13:11:46 -08:00
Will Daly
d148906851 Added unit tests for capa module check_problem() method 2013-03-04 16:06:14 -05:00
Christina Roberts
d0eefc6a67 Merge pull request #1580 from MITx/bug/dhm/course_update_js
Fix for script tags w/in json objects being oddly evaluated on html page
2013-03-04 12:42:42 -08:00
Don Mitchell
020e1e94fb Move side effecting of definition for grader to the course_module and
don't make caller responsible.
2013-03-04 15:38:47 -05:00
Victor Shnayder
df5ad6ba42 Merge pull request #1574 from MITx/fix/will/cs191_matrix_style_bug
Fix/will/cs191 matrix style bug
2013-03-04 12:28:12 -08:00
David Ormsbee
42a944bb86 Merge pull request #1593 from MITx/hack/dave/submission_history
It's not UTC time, it's whatever the local settings are set to
2013-03-04 12:20:41 -08:00
David Ormsbee
01a1bf6b6f It's not UTC time, it's whatever the local settings are set to (New York in prod) 2013-03-04 15:19:24 -05:00
Chris Dodge
a81e9a673c additional courseware view optimizations. Do a 'depth' fetch on the selected section so that it does a more efficient set of queries to the database. Also, in the CachingDescriptorSystem, if we have a 'cache miss', when we do the actual fetch (which creates a new 'system'), keep that fetched data around in our own collection, in case it is queried again 2013-03-04 14:59:45 -05:00
David Ormsbee
9d2a2cbc2f Merge pull request #1555 from MITx/feature/jkarni/foldit-api
Feature/jkarni/foldit api
2013-03-04 11:40:43 -08:00
David Ormsbee
b0afbba58d Merge pull request #1516 from MITx/hack/dave/submission_history
Record and report submission history for a problem
2013-03-04 11:39:54 -08:00
Arthur Barrett
b0abfa07c8 style the guided discussion text so it is boxed like the instructions text. 2013-03-04 14:23:41 -05:00
Arthur Barrett
2e6115c734 constrain the annotation call-out horizontally so it is always visible in the window 2013-03-04 14:19:28 -05:00
Victor Shnayder
c0bb4ee22a Merge pull request #1588 from MITx/bugfix/dave/username_space_msg
Tell user that spaces aren't allowed in usernames (requested by Teppo).
2013-03-04 10:25:34 -08:00
David Ormsbee
88a30cb733 Fixes in response to Victor's comments. 2013-03-04 13:21:19 -05:00
David Ormsbee
f33c00243f Merge pull request #1591 from MITx/fix/cdodge/optimize-instructor-dashboard
add performance optimizations (efficiently get all course content) to instructor dashboard
2013-03-04 09:55:00 -08:00
Don Mitchell
de3a75d29d Don't prepopulate models which may have script tags in their payloads
but fetch async via json get.
2013-03-04 12:54:58 -05:00
David Ormsbee
e4f1dab409 Merge pull request #1590 from MITx/fix/cdodge/optimize-progress-summary-page
add depth parameters when loading course and student-state caches. This ...
2013-03-04 09:54:49 -08:00
Chris Dodge
b482e2ac21 add performance optimizations (efficiently get all course content) 2013-03-04 12:51:21 -05:00
Brian Talbot
dd82ea5738 Merge branch 'master' into feature/btalbot/studio-alerts 2013-03-04 12:47:23 -05:00
Brian Talbot
ec90d349e2 studio - alerts: revisited advanced editor notification UI to marry new styles/behavior - WIP 2013-03-04 12:47:07 -05:00
Will Daly
1cc8950780 Added comments for make_dict_of_responses() in capa module 2013-03-04 12:45:13 -05:00
Will Daly
082216395c Added unit test for conversion of GET parameters for capa module.
Added error checking for possible error cases
2013-03-04 12:38:11 -05:00