Chris Dodge
|
e11706ef07
|
change over the 'get all discussion models' to use get_items() which is better supported in Mongo-backed stores
|
2013-01-09 15:53:22 -05:00 |
|
Chris Dodge
|
9b72d11473
|
add some comments to the change
|
2013-01-09 10:47:29 -05:00 |
|
Chris Dodge
|
fd600e5be2
|
add some simple in-mem caching for course TOC. This is a problem when running against Mongo since courses are created/disposed very frequently
|
2013-01-09 10:38:32 -05:00 |
|
chrisndodge
|
791c00cd7b
|
Merge pull request #1233 from MITx/feature/cdodge/cms-master-merge2
Feature/cdodge/cms master merge2
|
2013-01-07 09:57:33 -08:00 |
|
Chris Dodge
|
3b5e17ef55
|
Merge branch 'master' into feature/cdodge/cms-master-merge2
Conflicts:
.gitmodules
common/djangoapps/__init__.py
common/djangoapps/track/migrations/__init__.py
common/lib/capa/capa/inputtypes.py
common/lib/capa/capa/responsetypes.py
common/lib/capa/capa/templates/openendedinput.html
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/video_module.py
common/static/sass/bourbon/css3/_box-sizing.scss
doc/development.md
lms/djangoapps/instructor/tests.py
lms/envs/aws.py
lms/envs/common.py
lms/templates/video.html
requirements.txt
test-requirements.txt
|
2013-01-07 12:34:48 -05:00 |
|
cahrens
|
9ec658cf7d
|
Skip tests that aren't passing. This is a few capa test points, all of sequence, and all video tests.
|
2013-01-07 10:25:42 -05:00 |
|
cahrens
|
534c294e08
|
Merge branch 'feature/cale/cms-master' into feature/christina/misc
|
2013-01-07 09:59:42 -05:00 |
|
cahrens
|
ab1173cfdc
|
Merge with cms-master.
|
2013-01-07 09:59:08 -05:00 |
|
Vik Paruchuri
|
11c330bf52
|
Fix rebase issues
|
2013-01-03 11:50:22 -05:00 |
|
Diana Huang
|
09ed3d12a2
|
Hook up the backend into the new feedback response for scores
|
2013-01-03 11:40:41 -05:00 |
|
Diana Huang
|
c87d0f11d6
|
Show error when no score selected
|
2013-01-03 11:40:41 -05:00 |
|
Diana Huang
|
de7d6f184a
|
Parse out the score given into an int.
|
2013-01-03 11:40:41 -05:00 |
|
Diana Huang
|
8f4efb0456
|
Hook up new radio buttons to the Javascript
|
2013-01-03 11:40:41 -05:00 |
|
Diana Huang
|
69ae1cc268
|
Clean up the styling and make the evaluation parts collapsible.
|
2013-01-03 11:40:41 -05:00 |
|
Diana Huang
|
54c541de45
|
Fix up the feedback-on-feedback styling and add radio button score selection.
|
2013-01-03 11:40:41 -05:00 |
|
Vik Paruchuri
|
ad41558379
|
Hide submit button
|
2013-01-03 11:40:41 -05:00 |
|
Vik Paruchuri
|
b06ce84afd
|
Wire in submit message
|
2013-01-03 11:40:41 -05:00 |
|
Vik Paruchuri
|
b71233fd50
|
Add in message passing pipeline
|
2013-01-03 11:40:41 -05:00 |
|
Vik Paruchuri
|
ce3b84d0e5
|
Message passing in lms
|
2013-01-03 11:40:41 -05:00 |
|
Vik Paruchuri
|
b782f712b9
|
Add in more js to handle student feedback
|
2013-01-03 11:40:41 -05:00 |
|
Vik Paruchuri
|
634b586085
|
Integrate new ajax action
|
2013-01-03 11:40:41 -05:00 |
|
Vik Paruchuri
|
d663d23257
|
Work on adding in a new ajax post type
|
2013-01-03 11:40:41 -05:00 |
|
Chris Dodge
|
e70db062b2
|
Merge branch 'feature/cale/cms-master' into feature/cale/cms-master-merge
Conflicts:
requirements.txt
|
2013-01-03 10:46:24 -05:00 |
|
Chris Dodge
|
7229a9cdaf
|
perform a new merge from master, resolve conflicts
|
2013-01-03 10:43:03 -05:00 |
|
David Ormsbee
|
8bf393fbba
|
Merge pull request #1182 from MITx/bridger/feature/ungraded_course
Visual changes for ungraded courses
|
2013-01-02 07:19:34 -08:00 |
|
Chris Dodge
|
c0f12e69f7
|
fixes on the export. There's some attributes not being handled correctly
|
2012-12-27 16:15:52 -05:00 |
|
Chris Dodge
|
625237601f
|
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/export
Conflicts:
common/lib/xmodule/xmodule/contentstore/content.py
common/lib/xmodule/xmodule/contentstore/mongo.py
|
2012-12-27 14:16:40 -05:00 |
|
Don Mitchell
|
53b73ca3da
|
Merge pull request #1208 from MITx/feature/cdodge/clone-course
fix up some thumbnail issues. Also we need to manage the user permission...
|
2012-12-27 09:26:51 -08:00 |
|
Chris Dodge
|
28d9827468
|
fix up some thumbnail issues. Also we need to manage the user permissions when we clone and delete course
|
2012-12-27 10:20:28 -05:00 |
|
Don Mitchell
|
83bc9d7bf8
|
Grader unit tests (partial)
|
2012-12-26 15:48:37 -05:00 |
|
Don Mitchell
|
b65775c300
|
Merge pull request #1195 from MITx/feature/christina/misc
Fix typo in Formula Response name (Studio #101).
|
2012-12-20 14:15:01 -08:00 |
|
cahrens
|
37b83c1ecf
|
Fix typo in Formula Response name (Studio #101).
|
2012-12-20 17:06:12 -05:00 |
|
Chris Dodge
|
b40a8a3e9e
|
implement course clone and delete functionality from the command line
|
2012-12-20 13:55:15 -05:00 |
|
Bridger Maxwell
|
f23bf85199
|
Added config to grader to hide averages of pset scores.
|
2012-12-19 11:44:32 -05:00 |
|
David Ormsbee
|
8373ee4bf6
|
Basic support for freeform advertised_start dates like 'Spring'
|
2012-12-19 04:01:37 -05:00 |
|
David Ormsbee
|
0ddea6d0ae
|
Merge pull request #1114 from MITx/feature/alex/video-timeframe-mitx
Feature/alex/video timeframe mitx
|
2012-12-17 13:20:47 -08:00 |
|
Jay Zoldak
|
cc54c37359
|
Exclude settings.py files from coverage reports and configure titles for the reports.
|
2012-12-17 15:00:11 -05:00 |
|
chrisndodge
|
c407012f2d
|
Merge pull request #1168 from MITx/bug/dhm/dec12
Import default grading_policy was setting it to a unicode empty string
|
2012-12-17 10:17:23 -08:00 |
|
Calen Pennington
|
c546c36858
|
Merge pull request #1147 from MITx/fix/zoldak/cms-jasmine
Do not copy already compiled coffee to js files from xmodule video and a...
|
2012-12-17 09:39:43 -08:00 |
|
Don Mitchell
|
e2526a37d3
|
Import default grading_policy was setting it to a unicode empty string
rather than an empty dict and thus screwing up later updates.
|
2012-12-17 11:50:40 -05:00 |
|
Chris Dodge
|
d18f42224c
|
fix crash of custom tags when running against Mongo datastores. Mongo's 'system' does not have a course_id attribute defined, which makes it asymmetric to XmlFilesystem store
|
2012-12-17 10:41:54 -05:00 |
|
Jay Zoldak
|
c485e441a9
|
Do not copy already compiled coffee to js files from xmodule video and also do not save them in git
|
2012-12-13 14:26:27 -05:00 |
|
Chris Dodge
|
10b417c85e
|
initial checkin of export
|
2012-12-13 11:53:52 -05:00 |
|
chrisndodge
|
6ab97b6fd9
|
Merge pull request #1125 from MITx/feature/dhm/cms-settings
Feature/dhm/cms settings
|
2012-12-13 06:52:49 -08:00 |
|
Christina Roberts
|
c87eb08b1e
|
Bug fix for Lighthouse #22.
html names are automatically converted to the symbols they describe.
|
2012-12-12 12:57:31 -05:00 |
|
Chris Dodge
|
95c6719447
|
initial commit. Add 'import_path' field to the GridFS so that when we export, we know where it originated from
|
2012-12-12 10:57:06 -05:00 |
|
Chris Dodge
|
0e3a022086
|
fix broken tests from master -> CMS-master merge. Namely the change to unicode strings when reading files off disk. Also there was some work collisions on course_loads which removed Mongo testing. Make it so that explicitly test both XMLFilestores as well as Mongo
|
2012-12-11 11:21:08 -05:00 |
|
Don Mitchell
|
0a91a98dd0
|
Merge remote-tracking branch 'origin/feature/cale/cms-master' into
feature/dhm/cms-settings
Conflicts:
cms/djangoapps/contentstore/course_info_model.py
cms/djangoapps/contentstore/views.py
cms/static/js/models/course_info.js
cms/static/js/template_loader.js
cms/static/js/views/course_info_edit.js
cms/templates/base.html
cms/templates/course_info.html
cms/urls.py
|
2012-12-11 10:55:10 -05:00 |
|
Don Mitchell
|
39024a7fee
|
Grading mostly working
|
2012-12-10 16:32:33 -05:00 |
|
Christina Roberts
|
6acae5b440
|
Show error if organization name has invalid characters
|
2012-12-10 15:19:34 -05:00 |
|