cahrens
|
f443c66bcd
|
Rename, add css file.
|
2013-01-03 14:11:53 -05:00 |
|
cahrens
|
b4312cbfef
|
Starting the markdown editor.
|
2013-01-03 13:39:01 -05:00 |
|
cahrens
|
e09a8e4a9b
|
Don't show markdown if it doesn't exist.
|
2013-01-03 12:50:38 -05:00 |
|
Don Mitchell
|
47ca316d25
|
populate markdown into problem editor template
|
2013-01-03 12:02:45 -05:00 |
|
Don Mitchell
|
4e9d5c8a6a
|
Placeholders for markdown editor js and reference to pull it in from
CapaDescriptor. Overrode XMLEditorDescription
|
2013-01-03 11:15:06 -05:00 |
|
Don Mitchell
|
31141299e8
|
Cache to pull CR's cleanup of branch
|
2013-01-03 11:00:41 -05: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 |
|
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 |
|
cahrens
|
dd7ed956dd
|
Bug fix for Studio #55.
|
2012-12-14 11:37:45 -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 |
|
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 |
|
Christina Roberts
|
495b58241c
|
Remove 'name' property if it exists in an AssignmentFormatGrader. Don and I decided to do this instead of throwing an xlint warning and forcing authors to delete the name property.
|
2012-12-10 11:50:21 -05:00 |
|
chrisndodge
|
a4ed3a7ba9
|
Merge pull request #1088 from MITx/feature/dhm/course-info
Course info style and implementation
|
2012-12-10 05:59:59 -08:00 |
|
Don Mitchell
|
0b7bff4c3f
|
Everything tested and ready for Tom to fix
|
2012-11-30 10:40:19 -05:00 |
|
Chris Dodge
|
2aceb2e44a
|
make sure when defining the course namespace in the replace url methods that we explicitly state the parameter name. There are some optional parameters and if we don't define the parameter name, it'll end put being interpreted as a different parameter
|
2012-11-29 15:56:03 -05:00 |
|
Chris Dodge
|
46870f4391
|
be sure to always pass in a course namespace - which can be just the location of the module itself since it has the same org/course pair - when rewriting links. Also, allow for an option parameter in get_module() to disable the wrapping of the module's HTML with the xmodule_display.html. This is needed for ancillary course content such as 'about', 'course info', which are now stored as xmodules, but should not be wrapped in xmodule_display.html as it breaks some styling
|
2012-11-29 15:09:28 -05:00 |
|
Chris Dodge
|
050cb89cf7
|
fix crash with working with custom tags with XML filestore
|
2012-11-29 13:24:41 -05:00 |
|
Chris Dodge
|
021ed3bca6
|
fix crash with working with custom tags with XML filestore
|
2012-11-29 13:24:07 -05:00 |
|
Don Mitchell
|
2238019539
|
Details tab works except for file references
|
2012-11-27 11:32:03 -05:00 |
|
Calen Pennington
|
8e68573243
|
Merge pull request #1041 from MITx/fix/cdodge/video-captions
wire through course asset path information to the video playback module ...
|
2012-11-26 08:29:05 -08:00 |
|
Chris Dodge
|
6d45445aef
|
assume that users are putting caption information in /static/subs. We'll enforce this on the xlint utility
|
2012-11-26 11:19:51 -05:00 |
|
Chris Dodge
|
2d7f1b73d7
|
consolidate logic to compute caption path to server-side, we don't need to do this client-side
|
2012-11-26 11:19:51 -05:00 |
|
Chris Dodge
|
71f16d40e1
|
wire through course asset path information to the video playback module and corresponding .coffee files
|
2012-11-26 11:19:51 -05:00 |
|
Calen Pennington
|
4e3da342d7
|
Merge pull request #1048 from MITx/feature/cdodge/xlint
Feature/cdodge/xlint
|
2012-11-26 08:11:34 -08:00 |
|
Chris Dodge
|
fff3782884
|
cleave xlint entry point in xml_importer.py to be separate from the import method
|
2012-11-26 11:05:57 -05:00 |
|
Calen Pennington
|
2b6e2b5143
|
Merge pull request #1056 from MITx/bugfix/ichuang/xml_importer
xml_importer bugfix - when importing without policy override use course_location
|
2012-11-26 06:54:22 -08:00 |
|
Chris Dodge
|
ec6b1a12e9
|
insert the xmodule.coffee dependency into HTMLSnippet().get_javascript(). This allows us a single point to define this dependency.
|
2012-11-19 15:46:57 -05:00 |
|
Don Mitchell
|
8c8be3e82a
|
Cleaned up imports
|
2012-11-19 10:38:58 -05:00 |
|
Don Mitchell
|
88cc5a080b
|
Everything tested and ready for Tom to fix
|
2012-11-19 10:38:58 -05:00 |
|
ichuang
|
f84f08fae4
|
xml_importer bugfix - when importing without policy override use course_location
|
2012-11-17 21:38:15 -05:00 |
|
Calen Pennington
|
650f537763
|
Merge pull request #1043 from MITx/feature/cale/quieter-jasmine-tests
Make jasmine testing quieter
|
2012-11-16 13:35:45 -08:00 |
|
Calen Pennington
|
3b2b8ad4fa
|
Merge pull request #1053 from MITx/feature/jzoldak/common-jasmine-tests
Capa Problem jasmine tests running independently
|
2012-11-16 13:35:19 -08:00 |
|
Calen Pennington
|
719277876f
|
Merge pull request #1051 from MITx/fix/cdodge/code-mirror-crash-on-style-blocks
remove 'mode' property when creating a new CodeMirror control. This appe...
|
2012-11-16 12:52:33 -08:00 |
|
Jay Zoldak
|
8d0abcb974
|
Merge branch 'feature/cale/cms-master' into feature/jzoldak/common-jasmine-tests
|
2012-11-16 15:10:19 -05:00 |
|