Calen Pennington
|
84cb0ce99b
|
Move inheritance logic out into a separate file in the modulestore
|
2012-12-28 14:56:42 -05:00 |
|
Calen Pennington
|
7f8b79694c
|
Grade problems that have ungraded student modules
|
2012-12-28 14:55:32 -05:00 |
|
Calen Pennington
|
9bd42278e9
|
Don't hide the logs in tests
|
2012-12-28 14:55:32 -05:00 |
|
Calen Pennington
|
9c5a922eee
|
Create tables for all known scopes, and add tests of the LmsKeyValueStore
|
2012-12-28 14:55:32 -05:00 |
|
Calen Pennington
|
7cb95aad47
|
WIP: Add grade publishing functionality
|
2012-12-28 14:55:32 -05:00 |
|
Calen Pennington
|
7679fda172
|
Remove debugging print statements
|
2012-12-28 14:54:13 -05:00 |
|
Calen Pennington
|
d61c91c139
|
Fix errors around error descriptors and custom tag modules
|
2012-12-28 14:53:30 -05:00 |
|
Calen Pennington
|
8693d288c8
|
Fix errors from running unit tests (some tests still fail)
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
2879853eee
|
Pep8 fixes
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
fbd9499c51
|
Make debug message use the available request.user object
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
64848a32ee
|
Delete get_instance_module and get_shared_instance_module, as they are obsolete with the new properties
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
13cab34a7d
|
Always use the url form of the location when making StudentModules
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
306dbcff9c
|
Rationalize StudentModule unicode and repr strings
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
3adb1e7109
|
Make grading not require get_instance_module
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
7977491ddf
|
WIP: LMS Courseware appears to be working
|
2012-12-28 14:51:50 -05:00 |
|
Calen Pennington
|
01411ae66e
|
WIP: Trying to get tests working
|
2012-12-28 14:48:47 -05:00 |
|
Calen Pennington
|
7e224f5847
|
Convert a bunch more references from metadata to fields
|
2012-12-28 14:45:46 -05:00 |
|
Calen Pennington
|
45544396a8
|
Make computed defaults work, even in namespaces
|
2012-12-28 14:45:46 -05:00 |
|
Calen Pennington
|
c5e3380b71
|
WIP: Save student state via StudentModule. Inheritance doesn't work
|
2012-12-28 14:45:46 -05:00 |
|
Calen Pennington
|
cbfc7b201a
|
WIP more changes to model definitions. Next Up: actually wiring model data into the rdbms
|
2012-12-28 14:44:31 -05:00 |
|
Calen Pennington
|
8ba4163557
|
WIP. Data loads, but not all of it
|
2012-12-28 14:39:13 -05:00 |
|
Don Mitchell
|
bd8661a8b5
|
Merge pull request #1211 from MITx/feature/cdodge/export
Feature/cdodge/export
|
2012-12-27 13:38:28 -08: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 |
|
Chris Dodge
|
0bf79eb587
|
append some character, in this case a '_', if the course number is really a full-on number. The Wiki library interprets this incorrectly - to date we've always used non-numerical values.
|
2012-12-19 20:54:43 -05:00 |
|
Don Mitchell
|
5709ff34f5
|
Refactored videos to a much simpler impl b/c about videos don't have
speeds and don't use the video/default.yaml format.
|
2012-12-18 12:46:54 -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
|
d1c0eb8fc2
|
Somehow linked file disappeared again.
|
2012-12-12 10:55:57 -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 |
|
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
|
71f16d40e1
|
wire through course asset path information to the video playback module and corresponding .coffee files
|
2012-11-26 11:19:51 -05:00 |
|
Chris Dodge
|
2524cd614a
|
fix edit conflict
|
2012-11-26 09:36:59 -05:00 |
|
Don Mitchell
|
a9233dfd44
|
Merge branch 'course-info' into feature/dhm/cms-settings
Conflicts:
cms/djangoapps/contentstore/views.py
|
2012-11-19 16:00:27 -05:00 |
|
Brian Wilson
|
cb36d675e3
|
add press mentions for October, update missing logos, and add sorting.
|
2012-11-19 10:28:40 -05:00 |
|
Brian Wilson
|
e56030ef18
|
update press page mentions through September, and home page pointers for early November.
|
2012-11-19 10:28:40 -05:00 |
|
Victor Shnayder
|
60368ec370
|
Revert overly aggressive killing.
(don't worry--askbot is still dead)
|
2012-11-19 10:24:41 -05:00 |
|
Victor Shnayder
|
b18136d0cd
|
remove (almost) all references to askbot.
|
2012-11-19 10:18:03 -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
|
0fff578e7d
|
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
Conflicts:
.gitmodules
lms/envs/aws.py
lms/envs/common.py
lms/static/sass/course.scss
lms/urls.py
|
2012-11-16 09:03:15 -05:00 |
|
David Ormsbee
|
156dc1fb6c
|
Merge branch 'master' into feature/victor/actual-askbot-removal
Conflicts:
lms/envs/aws.py
|
2012-11-15 14:24:55 -05:00 |
|
Bridger Maxwell
|
ba57e8a7a5
|
Fixed redunant rounding of final grade percent, which was causing floating point weirdness.
|
2012-11-15 13:24:19 -05:00 |
|
David Ormsbee
|
1ab7019607
|
Merge pull request #1044 from MITx/feature/brian/press-updates
Feature/brian/press updates
|
2012-11-14 10:01:16 -08:00 |
|
Brian Wilson
|
08d9cd7e79
|
clean up commented-out links on main page
|
2012-11-14 12:01:04 -05:00 |
|
Brian Wilson
|
515d2f4b1e
|
add press mentions for October, update missing logos, and add sorting.
|
2012-11-14 11:55:08 -05:00 |
|
Calen Pennington
|
630c2fa21e
|
Make jasmine testing quieter
|
2012-11-13 10:55:17 -05:00 |
|
Calen Pennington
|
dbcb1adfaf
|
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
Conflicts:
lms/static/sass/course/courseware/_courseware.scss
|
2012-11-13 10:22:42 -05:00 |
|
Brian Wilson
|
f9f5850a55
|
update press page mentions through September, and home page pointers for early November.
|
2012-11-12 23:14:20 -05:00 |
|
Arjun Singh
|
5f97533caa
|
add meta tag for google verification
|
2012-11-12 13:52:58 -08:00 |
|
Victor Shnayder
|
92ab5af627
|
bigger error messages
|
2012-11-12 16:23:40 -05:00 |
|
Vik Paruchuri
|
d5702fc712
|
Add in ability to define score points
|
2012-11-12 14:19:04 -05:00 |
|