Calen Pennington
|
2a96c45677
|
Make default value for format setting None, and force lms and cms to be explicit about a string default
|
2013-03-12 10:16:14 -04:00 |
|
Calen Pennington
|
2113541632
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
.ruby-version
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/models/settings/course_metadata.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/modulestore/tests/factories.py
|
2013-03-12 07:23:28 -04:00 |
|
John Hess
|
331806f155
|
Merge pull request #1646 from MITx/feature/jkarni/folditx
Feature/jkarni/folditx
|
2013-03-11 15:50:05 -07:00 |
|
Julian Arni
|
6e92666a20
|
Fixed score order.
Less is more.
|
2013-03-11 14:57:19 -04:00 |
|
David Ormsbee
|
0605c94113
|
Merge pull request #1636 from MITx/feature/brian/htmlbook
Initial implementation of htmlbook.
|
2013-03-11 11:38:46 -07:00 |
|
Julian Arni
|
588b27c9dc
|
Added Descriptor method, fixed order issue.
|
2013-03-11 11:17:12 -04:00 |
|
Brian Wilson
|
2199ae673b
|
add checks that book_index is in range
|
2013-03-11 11:10:08 -04:00 |
|
Chris Dodge
|
18ee1018e6
|
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
|
2013-03-10 11:11:17 -04:00 |
|
Calen Pennington
|
1f593428d4
|
Fix metadata introspection in course admin page
|
2013-03-08 21:17:19 -05:00 |
|
Brian Wilson
|
bed7dbdb6b
|
fix plumbing for anchors and chapters.
|
2013-03-08 18:25:33 -05:00 |
|
Calen Pennington
|
035829289e
|
Parse weight as a float when reading from a string
|
2013-03-08 16:01:27 -05:00 |
|
Calen Pennington
|
93db5acc15
|
Make display_name defaulting explicit
|
2013-03-08 14:58:09 -05:00 |
|
Chris Dodge
|
e4dea025d0
|
Merge branch 'feature/alex/poll-merged' of github.com:MITx/mitx into feature/alex/poll-merged
|
2013-03-08 13:53:25 -05:00 |
|
Chris Dodge
|
5e3b084c1a
|
fix regression where wrap_xmodule_display got set to True for 'about' and 'info'
|
2013-03-08 13:50:58 -05:00 |
|
Calen Pennington
|
4fd1b93692
|
Fix bad merge in discussion utils
|
2013-03-08 12:56:17 -05:00 |
|
Calen Pennington
|
a44c0932d2
|
Fix https://edx.lighthouseapp.com/projects/101932-lms/tickets/237-Production-500-error-for-undefined-variable-user
|
2013-03-08 10:08:39 -05:00 |
|
Victor Shnayder
|
84f05f9f61
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/foldit_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
common/lib/xmodule/xmodule/tests/test_conditional.py
common/lib/xmodule/xmodule/tests/test_self_assessment.py
|
2013-03-08 00:40:18 -05:00 |
|
Valera Rozuvan
|
8b0c30e69f
|
Fixed small typo.
|
2013-03-07 17:48:40 +02:00 |
|
Jay Zoldak
|
1b7863e79e
|
Merge pull request #1603 from MITx/fix/will/merge_jnater_unittests
Fix/will/merge jnater unittests
|
2013-03-07 06:47:55 -08:00 |
|
Brian Wilson
|
aee7d85694
|
fix bug in tabs
|
2013-03-07 02:01:42 -05:00 |
|
Victor Shnayder
|
5ec39825e0
|
Merge pull request #1604 from MITx/hotfix/jkarni/folditscore
Hotfix/jkarni/folditscore
|
2013-03-06 17:32:29 -08:00 |
|
Calen Pennington
|
cec3475c9d
|
Remove references to .definition and .metadata in modules
|
2013-03-06 18:07:56 -05:00 |
|
Brian Wilson
|
b5ab766092
|
initial framework for htmlbook
|
2013-03-06 17:57:33 -05:00 |
|
Calen Pennington
|
e7900859b6
|
Remove the 'title' alias for lms.display_name
|
2013-03-06 15:11:08 -05:00 |
|
Diana Huang
|
1aa3580dcb
|
Switch over to using the inputtype ajax handler for chemical input.
|
2013-03-06 14:41:48 -05: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 |
|
Julian Arni
|
5682e02f53
|
Fix indendation that was causing only first submission to be saved
|
2013-03-06 11:05:10 -05:00 |
|
Will Daly
|
e1b99186ef
|
Removed test_permissions.py
|
2013-03-06 10:20:02 -05:00 |
|
Will Daly
|
2f5ea630e7
|
Cleaned up courseware test_tabs unittests
|
2013-03-06 10:16:43 -05:00 |
|
Will Daly
|
0d1b380008
|
Removed test_grades.py in courseware django app.
|
2013-03-06 09:44:53 -05:00 |
|
Will Daly
|
72411a175f
|
Added jnater's unit tests, cleaned up broken tests, ran pep8fix
|
2013-03-06 09:41:26 -05:00 |
|
Calen Pennington
|
14873e6465
|
Reorderd xmodule storage migrations
|
2013-03-06 08:45:32 -05:00 |
|
Christina Roberts
|
e093431d75
|
Merge pull request #1581 from MITx/feature/vik/advanced-studio
Feature/vik/advanced studio
|
2013-03-05 12:28:29 -08:00 |
|
Calen Pennington
|
35551049ef
|
Merge remote-tracking branch 'origin/feature/vik/fix-oe-storage' into feature/alex/poll-merged
|
2013-03-05 15:05:47 -05:00 |
|
Calen Pennington
|
b7680f3157
|
Fix tests except for conditional module and open ended grading
|
2013-03-05 15:04:59 -05:00 |
|
Vik Paruchuri
|
9475c6edac
|
Address review comments
|
2013-03-05 14:41:08 -05:00 |
|
Victor Shnayder
|
d7484c5e10
|
Merge pull request #1423 from MITx/feature/jth/remove_un-enroll_all
removed un-enroll all button for fear of disaster
|
2013-03-05 10:18:30 -08:00 |
|
Will Daly
|
a018b8ac38
|
Merge pull request #1599 from MITx/feature/deena/testing
Feature/deena/testing
|
2013-03-05 09:48:23 -08:00 |
|
Jay Zoldak
|
b0a018195a
|
Pep8 fixes for tests
|
2013-03-05 11:53:00 -05:00 |
|
Jay Zoldak
|
cee24c5cb2
|
Import existing UserFactory
|
2013-03-05 11:18:07 -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 |
|
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 |
|
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 |
|
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 |
|