Calen Pennington
f5a63f7375
Remove all askbot common settings
2012-10-11 12:31:51 -04:00
Calen Pennington
1114f66a98
Enable specification of modulestore in LMS aws config
2012-10-11 12:31:51 -04:00
Tom Giannattasio
86f32bb3d4
added edge template to university folder
2012-10-11 12:29:40 -04:00
ichuang
778017fc3e
add django management command for dumping grades to CSV file
2012-10-11 11:30:57 -04:00
David Ormsbee
88f147c704
Merge pull request #847 from MITx/feature/rocha/openid-djangostore
...
Fix openid provider URL matching for usernames with non-word characters
2012-10-11 08:06:48 -07:00
David Ormsbee
488d001e85
Merge pull request #854 from MITx/feature/bridger/course_grading
...
Added an indicator on Progress page when there are no problem scores in a section.
2012-10-11 08:06:05 -07:00
Arjun Singh
58b0829b79
Fix some issues with integer ids in the discussion forum
2012-10-11 06:22:00 -07:00
Calen Pennington
c8d267fb72
Fix minor typo in access.py
2012-10-10 22:03:08 -04:00
Bridger Maxwell
e256b2390b
Added an indicator on Progress page when there are no problem scores in a section.
2012-10-10 14:53:39 -04:00
Calen Pennington
b19627ccf3
Add configs for lms and lms preview running against mongo
2012-10-10 12:49:52 -04:00
Calen Pennington
2b030f7aaf
Clean up how tests use modulestores
2012-10-10 12:49:51 -04:00
Calen Pennington
1a8532d8ad
Make it possible to create, edit, and publish a draft
2012-10-10 12:49:51 -04:00
Carlos Andrés Rocha
386480905f
Fix openid provider URL matching for usernames with non-word characters
2012-10-09 17:48:46 -04:00
Chris Dodge
a80e8ce3d5
respond to Cale pull request comments. Update access.py (LMS) to use the same 'check for legacy group name first' logic. Add SECRET_KEY setting to the CAS project so that auth tokens from CAS are accepted in the LMS
2012-10-09 15:11:07 -04:00
Victor Shnayder
bcf835532b
Pass course_id instead of course to get_site_status_msg
...
* makes testing easier -- don't need course objects
2012-10-08 14:06:58 -04:00
Victor Shnayder
9e43664498
Add support for per-course site status.
...
Now looks for a status_message.json file, looks for 'global' and ${course.id} keys. Return any global message and any course-specific message, joined by <br>.
fab files need to be updated to use this new format (new filename, possibly also help manage per-course messages, or at least test for valid json)
2012-10-07 23:09:26 -04:00
Victor Shnayder
36917b0036
Merge pull request #829 from MITx/feature/tomg/ie-banner
...
added ie warning banner to courseware; displayed by ie conditional style...
2012-10-05 13:53:15 -07:00
Victor Shnayder
4fd530dbac
fix python syntax in template for adding google analytics
2012-10-05 11:49:17 -04:00
Tom Giannattasio
1804d5410c
fixed ie banner showing outside of courseware bug
2012-10-04 15:50:02 -04:00
Tom Giannattasio
49bd3ac905
added ie warning banner to courseware; displayed by ie conditional stylesheet
2012-10-04 15:34:50 -04:00
Tom Giannattasio
69f8734893
changed vote button icon display mode to fight zoom bugs
2012-10-04 14:09:01 -04:00
Calen Pennington
41b0eb9df4
Merge pull request #824 from MITx/feature/tomg/google-analytics
...
added google analytics to all pages without a course object
2012-10-04 07:54:29 -07:00
Victor Shnayder
5b79352aba
Merge pull request #806 from MITx/feature/rocha/support-additional-video-sources
...
Add support for video download link
2012-10-03 17:15:46 -07:00
Tom Giannattasio
33378bbafd
added google analytics to all pages without a course object
2012-10-03 19:33:12 -04:00
Victor Shnayder
b2cc462562
Merge pull request #812 from MITx/feature/victor/status-banner
...
Firefox bug fix
2012-10-03 08:04:39 -07:00
Tom Giannattasio
a15ef161a9
ff bug fix
2012-10-03 10:59:24 -04:00
Victor Shnayder
227cc58d30
fix a bug: can_load() should check for the 'load' permission.
...
- triggered by anon users when all courses have started (or start dates are off).
2012-10-02 18:59:04 -04:00
David Ormsbee
13c8cbf5af
Merge pull request #807 from MITx/feature/victor/status-banner
...
Feature/victor/status banner
2012-10-02 14:19:36 -07:00
Victor Shnayder
f4623bf155
address comments on #807
2012-10-02 17:17:15 -04:00
Victor Shnayder
2f30a717a5
only display site status inside the courseware
2012-10-02 16:54:03 -04:00
David Ormsbee
13bfbc820d
Prevent caching of block showing top status bar (used for system alert notifications).
2012-10-02 16:38:28 -04:00
Carlos Andrés Rocha
f357e90dc0
Add support for video download link
...
Add a download link to the video player. The link is defined in the
content xml using the following structure:
<video youtube="youtubestring">
<source src="video_link"/>
</video>
2012-10-02 14:23:31 -04:00
Tom Giannattasio
671f2af387
added image
2012-10-02 13:39:42 -04:00
Tom Giannattasio
18a66a0b9c
styled site status banner
2012-10-02 13:36:36 -04:00
Victor Shnayder
8ad1e7fba1
Add framework for a site status banner.
...
- still needs style
- will cache for 10 seconds
2012-10-02 11:48:16 -04:00
Calen Pennington
258a210556
Don't ignore .py files in static files dirs
2012-10-02 11:04:43 -04:00
Calen Pennington
b305c0bae2
Make drag/drop save content immediately in seqs and verticals
2012-10-01 15:17:41 -04:00
Calen Pennington
fd7223bd87
Make editing work, building towards drag/drop saving
2012-10-01 15:17:41 -04:00
Calen Pennington
ce3638538c
Make inline editing save to mongo and then update the preview
2012-10-01 15:17:41 -04:00
Calen Pennington
05b9e6cab2
Standardize more of css between lms and cms
2012-10-01 15:17:40 -04:00
Calen Pennington
4381674ec5
Move common scss mixins to common/static/sass, and tweak the video player to have more in common between the cms and the lms
2012-10-01 15:17:40 -04:00
Calen Pennington
d240b5b1eb
Consolidate bourbon and link to it from both cms and lms
2012-10-01 15:17:40 -04:00
Calen Pennington
44805ca383
Make discussion js work for cms as well as lms so that inline discussion xmodules load
2012-10-01 15:16:54 -04:00
Tom Giannattasio
1870db5fb1
fixed custom tab box-sizing glitch in firefox
2012-10-01 10:09:56 -04:00
David Ormsbee
cd0991469e
Merge pull request #786 from MITx/feature/tomg/moderator-tag
...
added moderator label styles
2012-09-30 19:10:19 -07:00
David Ormsbee
1c823b375c
Merge pull request #790 from MITx/feature/bridger/max_grade_cache_fix
...
Fix to update the max_grade cache on StudentModule
2012-09-30 19:08:50 -07:00
Victor Shnayder
af6dd84af0
Merge pull request #789 from MITx/feature/bridger/course_grading
...
Feature/bridger/course grading
2012-09-30 11:52:36 -07:00
Bridger Maxwell
fd43e94318
If an problem was updated and had a new max score it wasn't recached. Now it is fixed.
2012-09-28 23:38:49 -04:00
Bridger Maxwell
fc73916e05
Removed django.conf.settings dependency from graders.
2012-09-28 23:14:55 -04:00
kimth
7750bb471c
Merge pull request #788 from MITx/bug/tomg/new-collapsibles
...
Added HTML and Problem collapsibles
2012-09-28 10:03:50 -07:00