Vik Paruchuri
b22bad7fa1
Add in some removed imports (fix tests)
2013-01-31 17:11:44 -05:00
Vik Paruchuri
01cdc6e7f8
Merge remote-tracking branch 'origin/master' into feature/vik/combined-xmodule-changes
...
Conflicts:
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
2013-01-31 16:50:10 -05:00
Calen Pennington
c4f56620df
Revert "Merge pull request #1374 from MITx/feature/cale/no-course-collectstatic"
...
This reverts commit ab437b9463 , reversing
changes made to 7a8e87c789 .
2013-01-30 16:49:49 -05:00
Victor Shnayder
f2944334ab
Merge pull request #1387 from MITx/feature/zoldak/courseware-unit-tests
...
Add unit tests for lms courseware access
2013-01-30 12:51:50 -08:00
Calen Pennington
ab437b9463
Merge pull request #1374 from MITx/feature/cale/no-course-collectstatic
...
Don't run collectstatic on course content
2013-01-30 12:07:47 -08:00
Jay Zoldak
91b8a95ed7
Add unit tests for lms courseware access
2013-01-30 15:03:43 -05:00
chrisndodge
67775fbfa9
Merge pull request #1377 from MITx/feature/christina/misc
...
Bug fixes for problem progress not updating.
2013-01-30 08:24:38 -08:00
Christina Roberts
fd4b3f9489
Merge pull request #1332 from MITx/fix/cdodge/unit-test-of-draft-store
...
add unit test to test DraftModuleStore.get_items() fix
2013-01-30 06:49:53 -08:00
Chris Dodge
dbf15fc2ac
add comment on draft store test which explains test success is just for get_items() not to throw an exception when passed in a course_id
2013-01-30 09:46:38 -05:00
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
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
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
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
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
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
Chris Dodge
54ee1607b8
add unit test to test DraftModuleStore.get_items() fix
2013-01-23 11:22:37 -05:00
Calen Pennington
75b0a8eed6
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
2013-01-22 14:47:52 -05:00
Calen Pennington
bbcab7314a
Anonymous users don't have an email attribute, and shouldn't be checked for CourseEnrollmentAllowed
2013-01-22 14:10:01 -05:00
Kevin Chugh
b26c59bda0
fix syntax error
2013-01-20 01:53:25 -05:00
Chris Dodge
0efd6e6a15
Merge branch 'master' into feature/cdodge/cms-master-merge4
2013-01-18 16:14:27 -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
David Ormsbee
878640b651
Merge pull request #1316 from MITx/bugfix/victor/beta_testers
...
fix tests--nosetests is overly excited about my code
2013-01-18 12:43:11 -08:00
Victor Shnayder
1411bd1a88
fix tests--nosetests is overly excited about my code
2013-01-18 15:39:28 -05:00
Your Name
b8e3cfcf96
added get_cohort_ids
2013-01-18 13:50:05 -05:00
Your Name
dba39e2431
add group support to lms
2013-01-18 12:50:25 -05:00
Carlos Andrés Rocha
ef69b738c9
Sort courses announcement date
...
If there is no announcement date (in the policy metadata) then use a
heuristic to sort them.
If there is an announcement date, the use it in the heuristic to
determine if the course is new or not.
2013-01-17 21:46:58 -05:00