Chris Dodge
|
0743adb1cd
|
update grade download csv content
|
2013-01-03 12:58:59 -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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
David Ormsbee
|
61c17cabfa
|
Merge pull request #1100 from MITx/fix/brian/nonascii-html-xmodule
Fix/brian/nonascii html xmodule
|
2012-12-06 15:33:21 -08: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 |
|
Carlos Andrés Rocha
|
c702bbcd85
|
Modify Wellesley rollover logo
|
2012-12-04 10:27:23 -05:00 |
|
Carlos Andrés Rocha
|
4d6162b1df
|
Fix incorrect Facebook URL for Wellesley news announcement
|
2012-12-04 09:58:50 -05:00 |
|
Carlos Andrés Rocha
|
e3d180505f
|
Add Wellesley College news announcement and frontpage changes
|
2012-12-04 09:45:30 -05:00 |
|
Brian Wilson
|
1d44ebb10c
|
Add more non-ascii characters to full dataset, and make fixes in xmodule code.
|
2012-12-03 16:22:25 -05:00 |
|
Ashley Penney
|
e36cffa86f
|
Merge pull request #1096 from MITx/feature/cale/bad-newrelic-logging
Don't try and send exceptions to newrelic with a busted logging interfac...
|
2012-12-03 11:35:53 -08:00 |
|
Calen Pennington
|
251f552e64
|
Don't try and send exceptions to newrelic with a busted logging interface
|
2012-12-03 14:30:36 -05:00 |
|
David Ormsbee
|
3b326048f9
|
Don't log errors to console if there is no console (like IE8 and below).
|
2012-12-01 12:16:10 -05:00 |
|
Brian Wilson
|
0c1ebd8dfb
|
add toylab test data and test changes, including fix to jump_to
|
2012-11-30 19:05:26 -05:00 |
|
David Ormsbee
|
7ffb30d0c9
|
IE errors if you try to use 'return' as a dict key.
|
2012-11-30 18:22:37 -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 |
|
David Ormsbee
|
41b73e3b3a
|
Merge pull request #1084 from MITx/fix/rocha/remove-unused-discussion-styles
Remove unused askbot/discussion sass stylesheets
|
2012-11-27 16:09:20 -08:00 |
|
Carlos Andrés Rocha
|
d4f5f17381
|
Remove unused askbot/discussion sass stylesheets
The unused styles are referencing images that no longer exisit,
breaking collectstatic and therefore tests.
|
2012-11-27 19:06:03 -05:00 |
|
Ashley Penney
|
c4377484d5
|
You need to fill out your full name but it's not marked with a * as
required.
|
2012-11-27 11:39:33 -05:00 |
|
John Jarvis
|
2db0efa2b4
|
Only show certificate criteria for notpassing students
|
2012-11-26 17:57:38 -05:00 |
|
John Jarvis
|
792ddb4d86
|
Show grade when certificate is generating
|
2012-11-26 17:51:59 -05:00 |
|
John Jarvis
|
d13509e6f3
|
Adding percentage formatting for final grade reporting
|
2012-11-26 17:42:55 -05:00 |
|
John Jarvis
|
4e4a29e030
|
Removing unnecessary test for 'generating'
|
2012-11-26 17:40:55 -05:00 |
|
John Jarvis
|
9148d49ac7
|
lowest_passing_grade fix
|
2012-11-26 16:57:00 -05:00 |
|
John Jarvis
|
631580ccaf
|
Changing grade info on the dashboard
|
2012-11-26 16:30:23 -05:00 |
|
brianhw
|
c341975b2a
|
Merge pull request #1072 from MITx/feature/brian/dashboard-manage-mods
Feature/brian/dashboard manage mods
|
2012-11-26 12:52:09 -08:00 |
|
Brian Wilson
|
8d0eb7f1a1
|
Respond to feedback (esp. use of .format())
|
2012-11-26 15:43:18 -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 |
|
Brian Wilson
|
3b29ab373d
|
check for staff access before creating forum admin
|
2012-11-26 01:27:16 -05:00 |
|
David Ormsbee
|
0a66ef1acc
|
Redo the part of 010bccc8a5 that address the test failure
|
2012-11-20 18:45:17 -05:00 |
|
David Ormsbee
|
658c92037c
|
Revert "Make tests pass again without askbot" -- that commit removed
scss files that were still being partially used by the current
discussion forum.
This reverts commit 010bccc8a5.
|
2012-11-20 18:43:00 -05:00 |
|
Brian Wilson
|
57cb8c1e21
|
Add unit tests
|
2012-11-20 15:56:18 -05:00 |
|
Brian Wilson
|
619ac10069
|
Merge remote-tracking branch 'origin/master' into feature/brian/dashboard-manage-mods
|
2012-11-20 15:46:49 -05:00 |
|
Victor Shnayder
|
62ffc246f7
|
Merge pull request #1070 from MITx/feature/jarv/cert-status-fix
Feature/jarv/cert status fix
|
2012-11-20 12:22:45 -08:00 |
|
John Jarvis
|
6d28be0439
|
Adding management command to grade students who were not previously
graded
|
2012-11-20 15:18:25 -05:00 |
|
John Jarvis
|
b8cfe80145
|
Saving grade for non-passing students
|
2012-11-20 15:18:09 -05:00 |
|
Brian Wilson
|
5953be7463
|
fix testing for forum admin privileges
|
2012-11-20 01:38:33 -05:00 |
|