Commit Graph

1892 Commits

Author SHA1 Message Date
Calen Pennington
b84da37731 Make fpm run in verbose mode 2012-05-23 11:47:16 -04:00
Calen Pennington
0af8502c6d Dirt-simple heartbeat page for use by AWS load balancers 2012-05-22 15:39:40 -04:00
Calen Pennington
431704ac88 Make courseware work with multicourse disabled 2012-05-21 12:59:51 -04:00
David Ormsbee
77edc4ceee Merge pull request #62 from MITx/newrelic-handler
Add newrelic handler, rather than custom function to log exceptions
2012-05-21 09:19:06 -07:00
Calen Pennington
03a9be7e78 Add newrelic handler, rather than custom function to log exceptions 2012-05-21 12:12:16 -04:00
Edward Loveall
7332a11394 Merge pull request #61 from MITx/el-add-aria-labels-to-nav
Adds ARIA labels to navigation
2012-05-21 08:36:28 -07:00
Edward Loveall
4b842e7ac8 Adds ARIA labels to page elements
This includes calculator open/close button, navigation, profile, and
book's table of content.
2012-05-21 11:23:55 -04:00
David Ormsbee
4fe22be501 Merge pull request #59 from MITx/pmitros/modular-refactor
First part of courseware refactor
2012-05-21 06:21:43 -07:00
Piotr Mitros
bb66cad68b Code review -- comments and better exceptions 2012-05-21 09:18:40 -04:00
David Ormsbee
fb146bf5c8 Merge pull request #58 from MITx/new-settings
Delete settings.py in favor of envs/*.py, and add a rake task to run a d...
2012-05-21 05:35:35 -07:00
Piotr Mitros
abdd696f7e Modular refactor: Fixed bugs. Tests work. 2012-05-20 16:08:10 -04:00
Piotr Mitros
e9468a0e5e Modular refactor: Very minor changes (comments, etc.) 2012-05-20 15:22:39 -04:00
Piotr Mitros
d95a5e462d Modular refactor: Better names (grade to get_score, etc. 2012-05-20 14:52:48 -04:00
pmitros
da77cec954 Merge pull request #57 from MITx/fix-multicourse
fix multicourse; fix bug in I4xSystem - self.filestore not set when
2012-05-20 10:47:04 -07:00
Piotr Mitros
29f565dd6e Modular refactor: Input types register in SimpleInput with decorator 2012-05-20 13:38:02 -04:00
Piotr Mitros
cd67ec8fc1 Modular refactor: Input types look more like x_module 2012-05-20 13:31:37 -04:00
Calen Pennington
a2eb8fcada Delete settings.py in favor of envs/*.py, and add a rake task to run a dev server locally from those settings 2012-05-18 11:59:08 -04:00
ichuang
da64a16c23 cleaned up cruft in mathjax_include.html 2012-05-17 22:54:38 -04:00
ichuang
a76248251a fix quickedit (request.user_is_staff is not a function); small edit to problem.html
to show quickedit when settings.QUICKEDIT is True.  add
mathjax_include.html because that is needed by quickedit.html
2012-05-17 22:48:39 -04:00
ichuang
22c75cf748 make courseware/capa/util.py contextualize_text return gracefully if text = None 2012-05-17 22:39:20 -04:00
ichuang
5e8fbcdc8d fix multicourse; fix bug in I4xSystem - self.filestore not set when
filestore not None.  mitxhome.html now properly automatically lists
all courses given in settings.COURSE_SETTINGS.  mitxhome now served
from multicourse.views.  optioninput.html was missing; fixed. cleaned
up access to request.session for coursename in courseware/views.py
2012-05-17 22:29:45 -04:00
David Ormsbee
b8b9928a09 Merge pull request #54 from MITx/pmitros/removing-fs-refs-pull
More code transitioned to pyfilesystem
2012-05-17 14:24:41 -07:00
Reda Lemeden
71f864b517 Merge pull request #55 from MITx/rl-comments
Added comments to Askbot stylesheets
2012-05-17 13:57:13 -07:00
Reda Lemeden
d6fbda39b4 Added comments to Askbot stylesheets 2012-05-17 16:56:34 -04:00
Kyle Fiedler
ba8fb95d72 added fix for lists in updates 2012-05-17 16:55:44 -04:00
Calen Pennington
03c7b37b30 Bring envs/common.py up to par with settings.py 2012-05-17 16:53:56 -04:00
Calen Pennington
156c4f1636 Renable debugging in envs/dev.py 2012-05-17 16:50:36 -04:00
Calen Pennington
411d822605 Remove references to the Accept middleware 2012-05-17 16:49:44 -04:00
pmitros
3632f6a748 Merge pull request #49 from MITx/specific-error-handling
Specific error handling
2012-05-17 13:43:13 -07:00
Piotr Mitros
0e3349706a Fix minor bugs, commenting out future code 2012-05-17 15:48:47 -04:00
Prem Sichanugrist
5c82af3a5c Update files after use guard to compile sources 2012-05-17 15:41:47 -04:00
Prem Sichanugrist
0a97979a0e Add Guard to aid sass/coffeescript compilation
You can run this by do:

    bundle install (first time only)
    bundle exec guard
2012-05-17 15:41:43 -04:00
Piotr Mitros
cad13b30a1 Passing i4x system deeper into capa_problem 2012-05-17 15:37:08 -04:00
Calen Pennington
9859e8546d Move accept header computations out of middleware 2012-05-17 13:23:20 -04:00
kylefiedler
67061f1b25 Merge pull request #51 from MITx/el-courseware-bottom-border-alignment
changes the border and box-shadow of headings in courseware content so b...
2012-05-17 08:58:34 -07:00
Galen Frechette
cb8224cbcd cleans up visual style of accordion and sidebar links and fixes border alignment issues 2012-05-17 11:47:28 -04:00
Calen Pennington
e7ab1aa9be Fixing typo from merge 2012-05-17 11:42:56 -04:00
Calen Pennington
f30596c499 Merge branch 'master' into specific-error-handling
Conflicts:
	djangoapps/courseware/views.py
2012-05-17 11:39:21 -04:00
Calen Pennington
cc6e0c55c4 Cleaning up the envs/* files so that they will work with gunicorn_django 2012-05-17 11:18:32 -04:00
Calen Pennington
a61cbab3d1 Make tests work by default, without having to create any extra directories 2012-05-17 11:02:54 -04:00
Calen Pennington
37abb7aad1 Search the path for both django-admin.py and django-admin when running tests 2012-05-17 10:50:41 -04:00
Calen Pennington
2efc013316 Ignore long lines in pep8 2012-05-17 10:12:10 -04:00
Calen Pennington
4a9a28c76b Clean up indentation in ssl_auth 2012-05-17 10:12:00 -04:00
Calen Pennington
56e8ecdf42 Have git create a folder that's required for the tests 2012-05-17 10:11:40 -04:00
Calen Pennington
d387843ccc Fixing up check_course to pull in modules correctly 2012-05-17 09:18:36 -04:00
Galen Frechette
2bb7a77d01 changes the border and box-shadow of headings in courseware content so bottom border is not hidden 2012-05-17 09:08:51 -04:00
Galen Frechette
1652ec38de changes text color of highlited section in courseware index from red to black 2012-05-17 09:06:16 -04:00
Galen Frechette
2d7e36b409 improves communication of current selection in the courseware index sidebar 2012-05-17 09:06:16 -04:00
Galen Frechette
2b4437c951 handles the case of no title or sub title in the courseware index links 2012-05-17 09:06:16 -04:00
Galen Frechette
12eb7cf6f3 wip more defined week headings 2012-05-17 09:06:15 -04:00