Calen Pennington
|
9dda977ece
|
Handle days_early_for_beta possibly being a string
|
2013-03-16 20:38:32 -04:00 |
|
Carlos Andrés Rocha
|
93a59f244d
|
XBlock SDK announcement
LMS Lighthouse [#261]
|
2013-03-15 10:43:56 -07:00 |
|
Carlos Andrés Rocha
|
7697a43cf4
|
Fix typo in signup forms
LMS Lighthouse [#263]
|
2013-03-15 09:38:06 -07:00 |
|
Calen Pennington
|
3b0aed5d42
|
Merge pull request #1572 from MITx/feature/alex/poll-merged
Feature/alex/poll merged
|
2013-03-15 09:04:42 -07:00 |
|
Calen Pennington
|
0f5a05c8a2
|
Merge pull request #1673 from MITx/jmpm-analytics
Addressing some pep8/pylint concerns
|
2013-03-15 09:04:15 -07:00 |
|
Calen Pennington
|
6b64b4214f
|
Make relative imports explicitly relative
|
2013-03-15 11:23:22 -04:00 |
|
David Ormsbee
|
67a0cccba9
|
Addressing some pep8/pylint concerns
|
2013-03-15 11:08:09 -04:00 |
|
Calen Pennington
|
fb8352e2cc
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
|
2013-03-15 10:33:54 -04:00 |
|
Calen Pennington
|
8531d56268
|
Merge pull request #1665 from MITx/jmpm-analytics
Enables basic analytics tab in instructor dashboard
|
2013-03-15 07:06:02 -07:00 |
|
Calen Pennington
|
029d8c8085
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
|
2013-03-15 09:46:47 -04:00 |
|
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 |
|
David Ormsbee
|
e818efb098
|
Removed reverse() call that was breaking in RSS feed.
|
2013-03-14 11:19:07 -04:00 |
|
Carlos Andrés Rocha
|
80d809a86a
|
Add location note to jobs page
LMS Lighthouse [#190]
|
2013-03-14 06:52:28 -07:00 |
|
Carlos Andrés Rocha
|
b4d83a5f44
|
Add 2.01x announcement to news feed
LMS Lighthouse [#259]
|
2013-03-14 06:49:07 -07:00 |
|
Carlos Andrés Rocha
|
15d8727fce
|
Fix ids in feed.rss
|
2013-03-14 06:38:55 -07:00 |
|
Kevin Chugh
|
8d766c4b51
|
fix conflict
|
2013-03-13 21:01:37 -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 |
|
Your Name
|
97eb7eb58b
|
remove whitespace
|
2013-03-13 19:07:46 -04:00 |
|
Your Name
|
6ee14ec34a
|
candidate without inline
|
2013-03-13 18:51:40 -04:00 |
|
Your Name
|
fc907fe055
|
candidate without inline
|
2013-03-13 18:50:00 -04:00 |
|
Your Name
|
117be695cb
|
candidate without inline
|
2013-03-13 18:40:10 -04:00 |
|
David Ormsbee
|
c0efb0136e
|
Merge branch 'master' into jmpm-analytics
|
2013-03-13 16:55:54 -04:00 |
|
David Ormsbee
|
8d4e0f8386
|
Add ANALYTICS_API_KEY to config files and dashboard analytics call
|
2013-03-13 16:55:40 -04:00 |
|
Your Name
|
08bc073fa5
|
updates
|
2013-03-13 16:40:04 -04: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 |
|
Your Name
|
a2f9e4d565
|
almost there
|
2013-03-13 15:29:57 -04:00 |
|
David Ormsbee
|
33c2507abc
|
Guard against connection errors to the Analytics service.
|
2013-03-13 15:27:33 -04:00 |
|
David Ormsbee
|
e135a4052b
|
Better error checking with Analytics are unavailable.
|
2013-03-13 15:16:36 -04:00 |
|
Your Name
|
7450128064
|
update coffeescript
|
2013-03-13 12:52:07 -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 |
|
Kevin Chugh
|
07534a7231
|
fix thread/thread id issue
|
2013-03-13 09:02:57 -04:00 |
|
Your Name
|
8280c55992
|
pinning .1
|
2013-03-12 17:40:26 -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 |
|
Kevin Chugh
|
a2be6dd420
|
first cut of UI
|
2013-03-12 10:31:05 -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 |
|