55d7d2bc14
Updates to grading doc.
Bridger Maxwell
2012-09-27 13:29:04 -04:00
adad3c550b
Support asset library references in CapaModule. Also some code refactoring/cleanup. Preparing for review and submit
Chris Dodge
2012-09-27 12:31:45 -04:00
955e90129a
Merge pull request #771 from MITx/feature/bridger/course_grading
David Ormsbee
2012-09-27 08:39:49 -07:00
39e64c1e56
work in progress. Need to commit before rebasing to master
Chris Dodge
2012-09-27 09:55:30 -04:00
7bf7eab616
support client-side caching through 'Last-Modified' response headers
Chris Dodge
2012-09-26 16:39:02 -04:00
7512b78eb2
work-in-flight for uploading/serving of static content for courses
Chris Dodge
2012-09-26 15:26:13 -04:00
85e6c23386
work-in-flight for uploading/serving of static content for courses
Chris Dodge
2012-09-26 15:24:21 -04:00
52a9bd2d1e
Fix news and announcements icons on the frontpage
Carlos Andrés Rocha
2012-09-25 10:33:38 -04:00
7f6196c835
Add an example sequence template
Calen Pennington
2012-09-25 09:57:11 -04:00
5410e161f9
Switch template definitions to yaml, so that they can have multiline strings
Calen Pennington
2012-09-25 09:48:54 -04:00
022e27e1a2
Add docstrings to xmodule.templates.py
Calen Pennington
2012-09-25 09:33:18 -04:00
5e0f0be1be
Fix up ErrorDescriptor._construct, and use in in ErrorDescriptor.from_json
Calen Pennington
2012-09-24 11:48:44 -04:00
bf4ae6b7e6
Load modules from the mongo modulestore as errordescriptors if creating a regular descriptor fails, but leave the location the same
Calen Pennington
2012-09-21 11:27:47 -04:00
d4377d4ada
Make imports into the CMS ignore broken modules, while still loading bad xml as error modules in the LMS
Calen Pennington
2012-09-21 11:24:56 -04:00
3107bb9c45
Make separate json and xml editing interfaces
Calen Pennington
2012-09-21 10:57:06 -04:00
33f9eae3e8
Set data_dir based on parent data_dir when cloning new content in the CMS
Calen Pennington
2012-09-24 11:15:37 -04:00
e9358f0e4e
Make ErrorDescriptor continue to use the interface for __init__ that XModuleDescriptor uses, while providing a helper function for constructing from a different set of arguments
Calen Pennington
2012-09-24 09:05:31 -04:00
b69edcd869
Pass org and course through ErrorDescriptor.from_xml to ErrorDescriptor.__init__
Calen Pennington
2012-09-24 08:56:02 -04:00
d8736914d4
Display an error descriptor for a preview when a descriptor can be loaded but a module can't
Calen Pennington
2012-09-20 14:45:34 -04:00
7d8095cd97
Initial port of templates into filesystem based storage
Calen Pennington
2012-09-20 13:49:26 -04:00
2554413291
Hook up link to create modules from templates
Calen Pennington
2012-09-19 15:02:26 -04:00
912d6cd6f1
Move common code for updating modules in mongo to a single helper function that also handles creating the item if it doesn't already exist
Calen Pennington
2012-09-19 14:55:56 -04:00
9c5b0ba6ea
Create the data dir to put files in, if it doesn't exist when loading a module from mongo
Calen Pennington
2012-09-19 14:54:41 -04:00
eb20e47160
Remove drag-and-drop handles from navigation until we actually are going to enable them
Calen Pennington
2012-09-19 14:52:51 -04:00
a85b255271
Define 'system metadata' which should not be editable by the end user. When posting back metadata edits, we need to fetch a copy of the existing metadata and apply the changes.
Chris Dodge
2012-09-24 16:54:46 -04:00
5f6cc6ef93
Quick fix for scores within a homework/lab showing up in reverse order.
David Ormsbee
2012-09-24 16:24:38 -04:00
e6445ceaa0
adjust implementation to reflect feedback from Calen. Also limit the jQuery selection to be within the metadata-edit region, just to avoid picking up other elements decorated with that attribute
Chris Dodge
2012-09-24 13:03:34 -04:00
eae2ef1d74
Merge pull request #765 from MITx/feature/victor/fix-index-js-caching
Victor Shnayder
2012-09-24 06:24:33 -07:00
ea762eabf1
optimize!
Victor Shnayder
2012-09-24 09:22:35 -04:00
ad7e84ad0e
Fix forums in IE9; apparently it's just very strict about the charset being a valid identifier. utf8 is not a valid identifier, utf-8 is.
Ibrahim Awwal
2012-09-22 23:01:34 -07:00
015328ed5c
more 188 styling
Arjun Singh
2012-09-22 17:19:27 -07:00
987d8ea43b
Some 188-specific styling + default styling for static tabs
Arjun Singh
2012-09-22 14:17:34 -07:00
ae06f13b96
Fix broken submission in firefox
Victor Shnayder
2012-09-21 18:35:00 -04:00
0a4a523e44
Merge pull request #754 from MITx/feature/victor/add-request-debug-view
Victor Shnayder
2012-09-21 14:50:24 -07:00
450a20228d
more info
Victor Shnayder
2012-09-21 17:49:10 -04:00
b4ae3abe4d
Merge pull request #752 from MITx/feature/victor/less-greedy-urls
David Ormsbee
2012-09-21 14:42:03 -07:00
6cd2a14b8e
Merge pull request #753 from MITx/feature/victor/add-request-debug-view
David Ormsbee
2012-09-21 14:41:21 -07:00
8d0cc1007a
add a debug_request view that prints the request.
Victor Shnayder
2012-09-21 16:51:49 -04:00
a3bf3fb1ca
Put SequenceDescriptor back as a subclass of MakeModuleDescriptor. THe previous change to have it derive from EditorDescriptor was not safe as EditorDescriptor presumes that there is a edit box in the JS save flows. So we need to edit get_context() on MakoModuleDescriptor to also pass along the metadata to the Mako rendering templates
Chris Dodge
2012-09-21 15:49:07 -04:00
03fbacd4e1
Merge branch 'cdodge/meta-data-cms-editing' of github.com:MITx/mitx into cdodge/meta-data-cms-editing
Chris Dodge
2012-09-21 15:24:09 -04:00
cc13b61e30
add a trailing slash to avoid conflicts with slash-appending redirects
Victor Shnayder
2012-09-21 15:12:23 -04:00
8a57093309
Make static tab url pattern less greedy
Victor Shnayder
2012-09-21 15:05:50 -04:00