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
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
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
Tom Giannattasio
04119cce3f
remove collapsible from problem template
2012-09-28 12:37:25 -04:00
Calen Pennington
1977b42d5b
Merge pull request #783 from MITx/feature/rocha/update-jobs-page
...
Remove Fellow and Course Manager positions from the jobs page
2012-09-28 09:09:32 -07:00
Calen Pennington
8838c50f0d
Merge pull request #770 from MITx/feature/dave/progress_reverse_quickfix
...
Put tests to check ordering of scores returned on progress page.
2012-09-28 05:56:56 -07:00
Tom Giannattasio
10227e8cdf
added moderator label styles
2012-09-28 07:27:57 -04:00
Carlos Andrés Rocha
70b91813a9
Remove Fellow and Course Manager positions from the jobs page
2012-09-27 19:29:42 -04:00
David Ormsbee
7a6eedb3f1
Make it so we don't require HTTP basic auth to talk to the queue server
2012-09-27 19:02:34 -04:00
kimth
8210bfdff5
Remove vestigial js include
2012-09-26 19:51:04 -07:00
Carlos Andrés Rocha
ed3d944371
Fix display of email address on 404 pages
2012-09-26 13:35:48 -04:00
Carlos Andrés Rocha
52bde562ce
Correct Terms of Use and Privacy static pages
2012-09-26 13:19:33 -04:00
Carlos Andrés Rocha
e05c7be1ab
Update Terms of Use and Privacy static pages
2012-09-26 10:42:08 -04:00
ichuang
35569d1086
Merge pull request #731 from MITx/feature/ichuang/symmath_improvements
...
improvements in symbolic math checking.
Merging now because it is needed for Physics courses.
2012-09-25 19:36:02 -07:00
David Ormsbee
305dcfc4e9
Put tests to check ordering of scores returned on progress page.
2012-09-25 12:54:06 -04:00
Calen Pennington
d0cfd16bfa
Merge pull request #769 from MITx/feature/rocha/elsevier-press-release
...
Fix news and announcements icons on the frontpage
2012-09-25 07:39:19 -07:00
Calen Pennington
0c6a6a6e53
Merge pull request #750 from MITx/feature/cale/cms-save-validation
...
Feature/cale/cms save validation
2012-09-25 07:34:09 -07:00
Carlos Andrés Rocha
52a9bd2d1e
Fix news and announcements icons on the frontpage
2012-09-25 10:33:38 -04:00
Calen Pennington
2554413291
Hook up link to create modules from templates
2012-09-25 10:10:44 -04:00
Carlos Andrés Rocha
17820fef3b
Made small correction to Elseview announcement on front page
2012-09-25 09:41:50 -04:00
Carlos Andrés Rocha
7fd6e0e23f
Change subtitle of Elsevier announcement on the frontpage
2012-09-25 09:41:50 -04:00
Carlos Andrés Rocha
a948c13496
Resize images for the news feed on the frontpage
2012-09-25 09:41:50 -04:00
Carlos Andrés Rocha
1a95abd095
Update Elsevier press release and frontpage feed
2012-09-25 09:41:50 -04:00
Carlos Andrés Rocha
3492243ffa
Add Elsevier press release
2012-09-25 09:41:50 -04:00
David Ormsbee
5f6cc6ef93
Quick fix for scores within a homework/lab showing up in reverse order.
...
The real fix would be to have yield_dynamic_descriptor_descendents return
things in the proper order, but I'm not entirely sure what's going on
there, and this is a bug on prod now.
2012-09-24 16:24:38 -04:00
Victor Shnayder
eae2ef1d74
Merge pull request #765 from MITx/feature/victor/fix-index-js-caching
...
optimize!
2012-09-24 06:24:33 -07:00
Victor Shnayder
ea762eabf1
optimize!
2012-09-24 09:22:35 -04:00
Calen Pennington
2edda935f7
Merge pull request #764 from MITx/feature/victor/fix-index-js-caching
...
Also make the actual ?next redirection work with caching
2012-09-24 06:20:52 -07:00
Victor Shnayder
a8aced9bba
Also make the actual ?next redirection work with caching
...
- use js instead of django to do the redirection
2012-09-24 09:15:06 -04:00
Calen Pennington
a45fe4a651
Merge pull request #759 from MITx/feature/victor/fix-index-js-caching
...
Fix login-if-?next behavior
2012-09-24 05:24:13 -07:00
Arjun Singh
95997a5e67
fix up syllabus
2012-09-24 04:32:36 -07:00
Arjun Singh
60ed7046bd
make progress label wider
2012-09-24 00:33:26 -07:00
arjun810
df2b06f235
Merge pull request #760 from MITx/kimth/fix-gradebook
...
Kimth/fix gradebook
2012-09-23 22:17:43 -07:00
Arjun Singh
f86933de4f
Increase height of progress graph; allows for more cutoffs to look reasonable
2012-09-23 20:53:38 -07:00
Victor Shnayder
0b40e75166
Fix login-if-?next behavior
...
* for more context, see https://basecamp.com/1892446/projects/631155-devops/messages/4719963-strange-caching
2012-09-23 22:33:20 -04:00
kimth
6f62408ed6
Add comments
2012-09-23 18:47:35 -07:00