Chris Dodge
|
d2f216615f
|
move the instantiation of the metadata cache out of modulestore.py as it was causing a circular import dependency when running on AWS. Put instantiation into one_time_startup.py which I believe is run before any Django requests are handled
|
2013-03-14 13:57:48 -04:00 |
|
Calen Pennington
|
3211221f98
|
Merge pull request #1664 from MITx/feature/cdodge/cache-metadata-inheritence-in-django-cache
use django caching to hold computed metadata inheritence. Also invalidat...
|
2013-03-13 17:13:02 -07:00 |
|
Calen Pennington
|
131e3120b9
|
Try to make psychometrics work with new storage model code
|
2013-03-13 16:35:50 -04:00 |
|
Chris Dodge
|
413aeed1b3
|
use django caching to hold computed metadata inheritence. Also invalidate the cache entries on writes (insert, updates)
|
2013-03-13 15:33:15 -04:00 |
|
Calen Pennington
|
324d286f9b
|
Don't reference .metadata for data_dir
|
2013-03-13 12:47:05 -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 |
|
Brian Wilson
|
046e0fd75e
|
Merge remote-tracking branch 'origin/master' into fix/brian/regrade-partial
|
2013-03-12 16:09:10 -04:00 |
|
Brian Wilson
|
47e708e713
|
fix pylint and pep8 warnings
|
2013-03-12 15:49:48 -04:00 |
|
Brian Wilson
|
6aed059d5f
|
Change date and remove filtering by grade. Add check for student_answers.
|
2013-03-12 14:55:27 -04:00 |
|
Brian Wilson
|
fe0447093c
|
add management command to regrade partial-credit problems affected by get_npoints bug.
|
2013-03-12 14:00:18 -04:00 |
|
Vik Paruchuri
|
554cb752fa
|
Pep8 cleanup
|
2013-03-12 12:20:11 -04:00 |
|
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 |
|
Brian Wilson
|
cd95872b52
|
htmlbook-specific styling to make Heroes text presentable.
|
2013-03-11 11:56:48 -04: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 |
|
Calen Pennington
|
fcc3113bbf
|
Merge pull request #1637 from MITx/fix/cdodge/performance-optimize-comment-client-use-jumpto
Fix/cdodge/performance optimize comment client use jumpto
|
2013-03-11 08:02:28 -07:00 |
|
Calen Pennington
|
95f8f811c5
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
common/lib/xmodule/xmodule/course_module.py
|
2013-03-11 10:49:29 -04:00 |
|
Brian Wilson
|
fcb618f04e
|
fix basic alignment issue with html textbook display
|
2013-03-11 10:38:32 -04:00 |
|
David Ormsbee
|
a8ff7911f6
|
Update of Delft logo (lighthouse ticket #234)
|
2013-03-11 10:21:03 -04:00 |
|
Chris Dodge
|
cbcda0fc65
|
oops didn't mean to commit the test API key
|
2013-03-10 11:14:25 -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
|
79ad2ecd39
|
Only run setup_debug once the page has finished loading
|
2013-03-08 13:39:19 -05:00 |
|
Calen Pennington
|
1962d247bf
|
Make allow_anonymous and allow_anonymous_to_peers use field access in templates
|
2013-03-08 13:23:06 -05:00 |
|
Calen Pennington
|
d8b99e1e8e
|
Make remote_gradebook use the new field instead of metadata
|
2013-03-08 13:21:58 -05:00 |
|
Calen Pennington
|
4fd1b93692
|
Fix bad merge in discussion utils
|
2013-03-08 12:56:17 -05:00 |
|
Calen Pennington
|
8ae336792a
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
|
2013-03-08 12:00:10 -05:00 |
|
Calen Pennington
|
d9b68e2de2
|
Merge pull request #1628 from MITx/feature/cale/heartbeat-metrics
Add datadog metrics capture around heartbeat timing
|
2013-03-08 08:59:44 -08:00 |
|
Calen Pennington
|
cd802d8e14
|
Add datadog metrics capture around heartbeat timing
|
2013-03-08 10:36:59 -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 |
|
Brian Wilson
|
49dee5080a
|
first pass at chapter navigation
|
2013-03-07 18:45:00 -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 |
|
Victor Shnayder
|
12b6b7d403
|
Merge pull request #1609 from MITx/diana/refactor-chemical-equation
Refactor Chemical Equation Preview
|
2013-03-06 12:09:03 -08:00 |
|
Victor Shnayder
|
fb350ed1e3
|
Merge pull request #1569 from MITx/feature/abarrett/annotatable_xmodule
Feature/abarrett/annotatable xmodule DO NOT MERGE
|
2013-03-06 12:05:27 -08:00 |
|