cahrens
|
42fbc16006
|
Feedback from code review.
|
2013-04-02 14:10:56 -04:00 |
|
cahrens
|
16f4a3f9c1
|
Convert due date to a Date (vs. a string with no year).
|
2013-04-01 11:37:05 -04:00 |
|
Carlos Andrés Rocha
|
84f2cc8af6
|
Display advertised date correctly if it is an ISO date
|
2013-03-26 15:08:44 -04:00 |
|
Carlos Andrés Rocha
|
586f566b42
|
Use advertised_start as a simple string
LMS Lighthouse [#297]
|
2013-03-26 11:54:32 -04:00 |
|
Don Mitchell
|
264ca65640
|
Add some comments
|
2013-03-25 09:37:00 -04:00 |
|
Don Mitchell
|
884019b14c
|
Merge branch 'bug/dhm/date-parse' of github.com:MITx/mitx into bug/dhm/date-parse
Conflicts:
cms/djangoapps/models/settings/course_metadata.py
cms/urls.py
|
2013-03-22 16:56:31 -04:00 |
|
Don Mitchell
|
8370124e2b
|
Make to and from json for dates use iso format esp for timezone.
|
2013-03-22 16:16:32 -04:00 |
|
cahrens
|
dc89a4b3d5
|
Beginning of Selenium test, updates to work with master.
|
2013-03-18 21:25:44 -04:00 |
|
Calen Pennington
|
92e99d7a8b
|
Move field definitions for XModules into mixin classes, so that descriptors and modules always have the same set of fields
|
2013-03-13 11:35:50 -04:00 |
|
Calen Pennington
|
2a96c45677
|
Make default value for format setting None, and force lms and cms to be explicit about a string default
|
2013-03-12 10:16:14 -04:00 |
|
Calen Pennington
|
2113541632
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
.ruby-version
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/models/settings/course_metadata.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/modulestore/tests/factories.py
|
2013-03-12 07:23:28 -04:00 |
|
Calen Pennington
|
40f134ed4d
|
Don't use mutable defaults for fields
|
2013-03-11 22:23:23 -04:00 |
|
Calen Pennington
|
a39d607a8d
|
Make default course grading weights integers, to minimize floating point variation
|
2013-03-11 15:41:59 -04:00 |
|
David Ormsbee
|
0605c94113
|
Merge pull request #1636 from MITx/feature/brian/htmlbook
Initial implementation of htmlbook.
|
2013-03-11 11:38:46 -07:00 |
|
Brian Wilson
|
53f85f2a07
|
return empty list if no html or pdf textbook appears in policy.json
|
2013-03-11 13:52:43 -04:00 |
|
Calen Pennington
|
6395745c2b
|
Clean up serialization on some fields
|
2013-03-08 21:17:19 -05:00 |
|
cahrens
|
a68cdd35d8
|
Add advanced_modules course setting back in.
|
2013-03-08 16:07:59 -05:00 |
|
Calen Pennington
|
8bb0c64ff9
|
Set grading policy to an empty dict if it can't be decoded from json
|
2013-03-08 15:36:19 -05:00 |
|
Calen Pennington
|
d8b99e1e8e
|
Make remote_gradebook use the new field instead of metadata
|
2013-03-08 13:21:58 -05:00 |
|
Calen Pennington
|
cec3475c9d
|
Remove references to .definition and .metadata in modules
|
2013-03-06 18:07:56 -05:00 |
|
Brian Wilson
|
b5ab766092
|
initial framework for htmlbook
|
2013-03-06 17:57:33 -05:00 |
|
Calen Pennington
|
4327aa1885
|
If we can't parse policy, then set it to an empty dictionary
|
2013-03-06 15:18:03 -05:00 |
|
Calen Pennington
|
4cbae2269c
|
Clean up how grading policy is set
|
2013-03-06 15:12:54 -05:00 |
|
Calen Pennington
|
e7900859b6
|
Remove the 'title' alias for lms.display_name
|
2013-03-06 15:11:08 -05:00 |
|
Calen Pennington
|
8a9ba79d1f
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
cms/djangoapps/contentstore/views.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
|
2013-03-06 12:15:07 -05:00 |
|
Calen Pennington
|
b7680f3157
|
Fix tests except for conditional module and open ended grading
|
2013-03-05 15:04:59 -05:00 |
|
Calen Pennington
|
1bfb933518
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/contentstore/views.py
cms/templates/edit_subsection.html
cms/templates/overview.html
cms/templates/unit.html
cms/templates/widgets/header.html
common/djangoapps/course_groups/tests/tests.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/combined_open_ended_module.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/js/src/.gitignore
common/lib/xmodule/xmodule/mako_module.py
common/lib/xmodule/xmodule/modulestore/mongo.py
common/lib/xmodule/xmodule/modulestore/store_utilities.py
common/lib/xmodule/xmodule/modulestore/xml_exporter.py
common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py
common/lib/xmodule/xmodule/open_ended_grading_classes/controller_query_service.py
common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py
common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_self_assessment.py
common/lib/xmodule/xmodule/x_module.py
lms/djangoapps/courseware/grades.py
lms/djangoapps/courseware/models.py
lms/djangoapps/courseware/views.py
lms/djangoapps/open_ended_grading/tests.py
|
2013-03-04 16:33:40 -05:00 |
|
Don Mitchell
|
0c4a52567e
|
Provide convenience converter of the grading policy but don't save it on
the object.
|
2013-03-04 16:13:29 -05:00 |
|
Don Mitchell
|
020e1e94fb
|
Move side effecting of definition for grader to the course_module and
don't make caller responsible.
|
2013-03-04 15:38:47 -05:00 |
|
Calen Pennington
|
ee6c3d6b7e
|
Make advertised_start work when it's not parseable as a date
|
2013-03-04 09:02:51 -05:00 |
|
Victor Shnayder
|
01a38c29be
|
Add auto-cohorting functionality.
See changes in xml-format.md or wiki (dynamic cohorts v1) for spec.
|
2013-02-24 18:48:01 -05:00 |
|
Calen Pennington
|
2bc3000156
|
Fix tests
|
2013-02-15 15:44:11 -05:00 |
|
Brian Wilson
|
f0258b8dd0
|
first pass at pdfbook
|
2013-02-13 18:01:44 -05:00 |
|
Calen Pennington
|
bd822b9d2f
|
Fix tests post-merge
|
2013-02-13 14:13:22 -05:00 |
|
Calen Pennington
|
793bbfd351
|
Set up dev environment for testing xml vs mongo vs split_mongo modulestores
|
2013-02-13 14:04:21 -05:00 |
|
Ned Batchelder
|
27e8d699be
|
On 32-bit Python, this conversion could overflow, for example, for year 2099. This conversion won't.
|
2013-02-12 13:43:03 -05:00 |
|
Brian Wilson
|
290368ef0d
|
merge out from master
|
2013-02-07 17:40:54 -05:00 |
|
Brian Wilson
|
cc11dc2aa3
|
switch to using timelimit module for Pearson test
|
2013-02-07 15:57:43 -05:00 |
|
Calen Pennington
|
4f555f6480
|
Merge remote-tracking branch 'origin/master' into feature/cale/xmodule-storage-model
Conflicts:
cms/djangoapps/contentstore/course_info_model.py
cms/djangoapps/contentstore/module_info_model.py
cms/djangoapps/contentstore/tests/factories.py
cms/djangoapps/contentstore/tests/test_course_settings.py
cms/djangoapps/contentstore/views.py
cms/djangoapps/models/settings/course_details.py
cms/djangoapps/models/settings/course_grading.py
cms/templates/edit_subsection.html
common/djangoapps/mitxmako/shortcuts.py
common/djangoapps/static_replace.py
common/djangoapps/util/converters.py
common/djangoapps/xmodule_modifiers.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/abtest_module.py
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/discussion_module.py
common/lib/xmodule/xmodule/error_module.py
common/lib/xmodule/xmodule/html_module.py
common/lib/xmodule/xmodule/js/src/video/display.coffee
common/lib/xmodule/xmodule/mako_module.py
common/lib/xmodule/xmodule/modulestore/mongo.py
common/lib/xmodule/xmodule/modulestore/store_utilities.py
common/lib/xmodule/xmodule/modulestore/xml.py
common/lib/xmodule/xmodule/modulestore/xml_importer.py
common/lib/xmodule/xmodule/raw_module.py
common/lib/xmodule/xmodule/self_assessment_module.py
common/lib/xmodule/xmodule/seq_module.py
common/lib/xmodule/xmodule/template_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_export.py
common/lib/xmodule/xmodule/tests/test_import.py
common/lib/xmodule/xmodule/video_module.py
common/lib/xmodule/xmodule/x_module.py
common/lib/xmodule/xmodule/xml_module.py
lms/djangoapps/courseware/access.py
lms/djangoapps/courseware/courses.py
lms/djangoapps/courseware/grades.py
lms/djangoapps/courseware/models.py
lms/djangoapps/courseware/module_render.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/courseware/views.py
lms/djangoapps/django_comment_client/utils.py
lms/templates/staff_problem_info.html
lms/templates/video.html
rakefile
|
2013-02-07 15:12:30 -05:00 |
|
Calen Pennington
|
cfae1cdf62
|
Pep8 autofixes
|
2013-02-06 11:13:50 -05:00 |
|
Victor Shnayder
|
6847779f22
|
Merge remote-tracking branch 'origin/master' into feature/victor/cohorts
Conflicts:
common/djangoapps/student/models.py
|
2013-01-26 12:37:26 -05:00 |
|
Ned Batchelder
|
08acf43575
|
Don't store first_time_user any more, instead interested observers
can examine whether .position is None or not.
|
2013-01-25 15:49:29 -05:00 |
|
Victor Shnayder
|
69711a91ff
|
Fix inline discussion cohorting, debug logging
|
2013-01-24 16:58:19 -05:00 |
|
Victor Shnayder
|
3bfe9decf4
|
Change config keys to use underscores for consistency with other policy keys
|
2013-01-24 15:14:34 -05:00 |
|
Victor Shnayder
|
9e84ae14d4
|
Started integration work with Kevin's cohort changes
- Create new cohorts.py file
- moved code there from models.py
- implemented necessary functions.
Next: testing :)
|
2013-01-24 15:14:33 -05:00 |
|
Victor Shnayder
|
fa17913a91
|
is_cohorted course descriptor property, docs
|
2013-01-24 15:12:52 -05:00 |
|
Brian Wilson
|
0cb5f101ae
|
add UTC time to registration end date
|
2013-01-24 01:18:10 -05:00 |
|
Calen Pennington
|
993c24b72b
|
WIP: Model data caching work
|
2013-01-23 14:51:07 -05:00 |
|
Calen Pennington
|
e5a6509bb0
|
Add a first_time_user attribute to CourseModule so that we can check for that explicitly, rather than looking for an implicitly created StudentModule
|
2013-01-23 14:47:05 -05:00 |
|
Chris Dodge
|
550e805b74
|
Merge branch 'master' into feature/cdodge/cms-master-merge4
Conflicts:
common/lib/xmodule/xmodule/course_module.py
|
2013-01-18 15:44:41 -05:00 |
|