cahrens
|
3c1c61fb19
|
Fixes for https://edx.lighthouseapp.com/projects/102637/tickets/144 (progress tab not updating).
|
2013-01-30 09:23:07 -05:00 |
|
Calen Pennington
|
2854d7d066
|
Point course_image.jpg at the correct place in the /static url space
|
2013-01-30 09:12:50 -05:00 |
|
Calen Pennington
|
07487a8d8f
|
Use descriptor when setting up replace_urls, as it's been created at that point
|
2013-01-30 09:12:50 -05:00 |
|
Calen Pennington
|
e773b8e7b1
|
Fix import error
|
2013-01-30 09:12:50 -05:00 |
|
Calen Pennington
|
95f2c9e275
|
Standardize how static urls are replaced by modules in their own html
|
2013-01-30 09:12:50 -05:00 |
|
Calen Pennington
|
89f984c08b
|
Prefix courseware urls with /static, since they are no longer served through collectstatic
|
2013-01-30 09:12:50 -05:00 |
|
Vik Paruchuri
|
01f218b7f8
|
Fix some tab issues from the rebase
|
2013-01-29 21:36:55 -05:00 |
|
Vik Paruchuri
|
fde370bd92
|
Fix notification issue, sanitize input html
|
2013-01-29 21:24:04 -05:00 |
|
Vik Paruchuri
|
bd0b933ff2
|
Highlight the correct tab
|
2013-01-29 21:24:04 -05:00 |
|
Vik Paruchuri
|
665fb707b1
|
Cache notifications for 5 mins so that we don't hit the grading server on every web request
|
2013-01-29 21:24:03 -05:00 |
|
Vik Paruchuri
|
6412eb4080
|
Fix naming for overall need to check
|
2013-01-29 19:39:24 -05:00 |
|
Vik Paruchuri
|
d3d4e557d6
|
Fix notification display
|
2013-01-29 19:31:03 -05:00 |
|
Vik Paruchuri
|
457afaaeda
|
Making tab render properly for open ended notifications
|
2013-01-29 19:31:03 -05:00 |
|
Vik Paruchuri
|
0f212cc8f2
|
Fix course id passing, template rendering
|
2013-01-29 19:31:02 -05:00 |
|
Vik Paruchuri
|
22a2bdaa3d
|
Disable student problem list caching, build out notifications
|
2013-01-29 19:30:04 -05:00 |
|
Vik Paruchuri
|
4112f8ad8e
|
Pass back dictionaries where needed from notifications functions
|
2013-01-29 19:30:04 -05:00 |
|
Vik Paruchuri
|
68db8b0d77
|
Refactor tab logic, start adding in combined notifications view
|
2013-01-29 19:30:04 -05:00 |
|
Vik Paruchuri
|
693337593e
|
Properly parse url for grading controller
|
2013-01-29 19:30:03 -05:00 |
|
Vik Paruchuri
|
b0599ea133
|
Fix queries and some controller query stuff
|
2013-01-29 19:30:03 -05:00 |
|
Vik Paruchuri
|
2191f3e228
|
Add in open ended problems view
|
2013-01-29 19:30:03 -05:00 |
|
Vik Paruchuri
|
fe77bb00c4
|
Fix naming for overall need to check
|
2013-01-29 19:25:56 -05:00 |
|
Vik Paruchuri
|
5e63a4690b
|
Work on getting combined notifications
|
2013-01-29 19:25:56 -05:00 |
|
Vik Paruchuri
|
d28228639e
|
Add in controller query stuff
|
2013-01-29 19:25:56 -05:00 |
|
cahrens
|
26cb1c5a25
|
Fixes for https://edx.lighthouseapp.com/projects/102637/tickets/144 (progress tab not updating).
|
2013-01-29 16:30:41 -05:00 |
|
Deena Wang
|
4f58e9c177
|
Merge branch 'master' into feature/deena/testing to get factory files
|
2013-01-29 14:33:54 -05:00 |
|
Deena Wang
|
d9fdccb567
|
testing testing tests
|
2013-01-29 14:23:55 -05:00 |
|
Deena Wang
|
7918c35414
|
fixing up tests
|
2013-01-28 15:29:55 -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 |
|
Deena Wang
|
583505b95b
|
test_courses.py
|
2013-01-25 12:19:16 -05:00 |
|
Chris Dodge
|
1787157e00
|
put back the 'position' argument to get_module() which got accidentially - or so I think - dropped in a previous commit
|
2013-01-24 21:38:02 -05:00 |
|
Deena Wang
|
f9b0ec37cd
|
more tests in test_views, needs templates to continue
|
2013-01-24 16:08:19 -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 |
|
Deena Wang
|
9663973038
|
more tests for courseware/views
|
2013-01-24 14:59:46 -05:00 |
|
Calen Pennington
|
592d044864
|
Fix more tests
|
2013-01-24 14:37:46 -05:00 |
|
Kevin Chugh
|
def2d8adf2
|
fix cohorts in create, and read, and update regular expressions to fix courses with periods not working in General commentable
|
2013-01-24 14:20:18 -05:00 |
|
Calen Pennington
|
9a3e122a48
|
Fix a few failing tests
|
2013-01-24 14:04:03 -05:00 |
|
Ned Batchelder
|
ac9d162d86
|
Fix a failing test. Pennington's Law strikes again.
|
2013-01-24 13:07:55 -05:00 |
|
Deena Wang
|
d81b031624
|
Merge branch 'feature/deena/testing' of https://github.com/MITx/mitx into feature/deena/testing
Conflicts:
lms/djangoapps/courseware/tests/test_views.py
|
2013-01-24 10:05:04 -05:00 |
|
Deena Wang
|
61e12f57e7
|
experimenting with creating a course
|
2013-01-24 09:59:33 -05:00 |
|
Jay Zoldak
|
4d469fd9f7
|
Add test for jump_to.
|
2013-01-24 09:55:24 -05:00 |
|
Kevin Chugh
|
1bd9366e40
|
Merge remote-tracking branch 'origin/master' into feature/kevin/groups
|
2013-01-23 16:26:06 -05:00 |
|
Kevin Chugh
|
59b3dc61a2
|
lms producing grouped content
|
2013-01-23 16:25:26 -05:00 |
|
Calen Pennington
|
993c24b72b
|
WIP: Model data caching work
|
2013-01-23 14:51:07 -05:00 |
|
Calen Pennington
|
4779043a5f
|
Add message during 404 for debugging
|
2013-01-23 14:47:05 -05:00 |
|
Calen Pennington
|
6e7afb968d
|
Move xqueue handler to new module format, and continue to distinguish grades set by xqueue from those set by ajax in stats
|
2013-01-23 14:47:05 -05:00 |
|
Ned Batchelder
|
6f322bcd81
|
Simplify the construction of the ErrorDescriptor
|
2013-01-23 11:34:42 -05:00 |
|
Ned Batchelder
|
376575dedd
|
Make system.xblock_model_data more explicit to fix the problem where error descriptors can't get any data because the schema and the data don't match.
|
2013-01-23 11:34:24 -05:00 |
|
Chris Dodge
|
54ee1607b8
|
add unit test to test DraftModuleStore.get_items() fix
|
2013-01-23 11:22:37 -05:00 |
|
Deena Wang
|
ca185c034f
|
Merge branch 'feature/deena/testing' of https://github.com/MITx/mitx into feature/deena/testing
Conflicts:
lms/djangoapps/courseware/tests/test_module_render.py
|
2013-01-23 10:50:37 -05:00 |
|