Chris Dodge
|
99750a6812
|
make sure we turn off module wrappers for the 'ancillary' course content
|
2013-01-08 11:18:41 -05: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 |
|
Calen Pennington
|
789ac3fc87
|
Use the XBlock library as the base for XModule, so that we can incrementally rely on more and more of the XBlock api
|
2013-01-04 16:19:58 -05:00 |
|
Calen Pennington
|
8874d9d7f8
|
Add a draft implementation of the Poll module for Justice
|
2013-01-03 12:21:13 -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 |
|
Jay Zoldak
|
ccc8b599f1
|
Fixed tests to work OK so far.
|
2013-01-02 10:44:21 -05:00 |
|
Jay Zoldak
|
7e5a67badf
|
Add new partner universities and remove cs50 from smart accordion testing
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
7f6d55ad86
|
Create acceptance tests for open ended grading.
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
6df565e468
|
Interim work on open-ended grading acceptance testing POC
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
d65985b445
|
Use beautiful soup to massage the HTML for easier comparison.
Strip off the data-id tag for HTML diff of courseware
Strip data-id attributes so they are not compared in the HTML
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
8934f54d6f
|
Save the HTML to a file for each section and comment out debug msgs
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
5cad5d5fba
|
Add scenarios for all Fall 2012 courses to smart accordion feature.
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
20cc930312
|
Bring over acceptance test changes from cms master branch.
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
af4f1668d7
|
Stub out the video and capture the html files of the high level tabs for diff comparison
Conflicts:
lms/templates/video.html
|
2013-01-02 10:44:20 -05:00 |
|
Jay Zoldak
|
10275e9709
|
Add item checking within courseware tabs
|
2013-01-02 10:44:19 -05:00 |
|
Jay Zoldak
|
a40ea202d2
|
Cleanup of imports in courseware tests
|
2013-01-02 10:44:19 -05:00 |
|
Jay Zoldak
|
0a77dd4431
|
Smart accordion walkthrough working for cms-master branch
Conflicts:
lms/envs/cms/acceptance.py
|
2013-01-02 10:44:19 -05:00 |
|
Jay Zoldak
|
668bc81d7f
|
New branch for clean lms acceptance tests
|
2013-01-02 10:44:19 -05:00 |
|
Calen Pennington
|
6427dd6742
|
WIP: Get the cms running. Component previews work
|
2013-01-02 09:07:02 -05:00 |
|
Calen Pennington
|
2509308ce9
|
Remove reference to shared_state_key
|
2013-01-02 09:05:48 -05:00 |
|
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
|
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
|
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
|
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 |
|
Carlos Andrés Rocha
|
1ac41787a7
|
Fix broken display of courses in university profile
|
2012-12-21 16:38:17 -05:00 |
|
Carlos Andrés Rocha
|
8ac89c39a7
|
Use course metadata instead of setting attributes to display new course overlay
|
2012-12-21 11:12:21 -05:00 |
|
Carlos Andrés Rocha
|
22de7cbb4e
|
Add logic to display courses by start date and show the new overlay
|
2012-12-20 20:05:11 -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 |
|
David Ormsbee
|
7596deb40a
|
Merge pull request #1094 from MITx/feature/victor/instructor-grading
Feature/victor/instructor grading
|
2012-12-07 08:44:58 -08:00 |
|
Calen Pennington
|
47ed02c9ea
|
Remove more merge badness
|
2012-12-07 11:30:21 -05:00 |
|
Calen Pennington
|
c917725ff0
|
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
Conflicts:
common/lib/xmodule/xmodule/seq_module.py
common/lib/xmodule/xmodule/template_module.py
common/lib/xmodule/xmodule/x_module.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/courseware/views.py
lms/static/sass/course.scss
requirements.txt
|
2012-12-07 11:17:41 -05:00 |
|
Brian Wilson
|
70f35b2e15
|
remove skipped tests that use mongo
|
2012-12-04 13:46:32 -05:00 |
|
Brian Wilson
|
cde20758f8
|
cosmetic cleanup
|
2012-12-04 13:25:04 -05:00 |
|
Brian Wilson
|
dfb9913100
|
clean up lms tests, and fix export/import
|
2012-12-04 11:52:35 -05:00 |
|