Commit Graph

1856 Commits

Author SHA1 Message Date
Calen Pennington
9859e8546d Move accept header computations out of middleware 2012-05-17 13:23:20 -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
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
Galen Frechette
825cf0e03e wip better communication of current page in course ware 2012-05-17 09:06:15 -04:00
Isaac Chuang
ad44882835 Ike's changes to enable multicourse, new response types, etc. 2012-05-16 21:18:47 -04:00
Kyle Fiedler
e45eb9fbe1 minor fixes for IE bugs 2012-05-16 17:16:40 -04:00
kylefiedler
5053ba4b99 Merge pull request #50 from MITx/el-border-radius-course-content-fix
Fixes border radius overflow issue on course content wrapper
2012-05-16 13:12:41 -07:00
Edward Loveall
5148746d0a Fixes border radius overflow issue on course content wrapper 2012-05-16 14:48:53 -04:00
Calen Pennington
69321b4497 Display the appropriate type of error message depending on the type of the incoming request 2012-05-16 13:45:00 -04:00
Calen Pennington
698d0a167e Display specific error messages when parts of the courseware break, rather than returning a 500 indicating that the whole site is down 2012-05-16 11:46:09 -04:00
Kyle Fiedler
1e8ab2240e Added msising marketing files 2012-05-16 11:05:23 -04:00
Galen Frechette
ea87d82cc6 Merge pull request #47 from MITx/kf-scss-cleanup
Kf scss cleanup
2012-05-16 08:04:44 -07:00
Calen Pennington
c6c53be2c1 Migrate changes to settings.py to envs/*.py settings files 2012-05-16 11:01:23 -04:00
Kyle Fiedler
b17d83a459 Cleaned up unused functions now in bourbon and unused variables 2012-05-16 10:45:31 -04:00
Kyle Fiedler
60bd63a594 Removed print.scss, moved index to marketing, started to alphabatize 2012-05-15 16:55:53 -04:00
kylefiedler
ff366ad6b2 Merge pull request #44 from MITx/gf-sequence-nav
makes the sequence nav more semantic and replaces js hover with css
2012-05-15 13:40:27 -07:00
Galen Frechette
d0a7326738 refactors some of the sequence nav styles 2012-05-15 16:34:21 -04:00
Galen Frechette
709faa4718 makes the sequence nav more semantic and replaces js hover with css 2012-05-15 16:00:27 -04:00
Calen Pennington
1b8ea44403 Exclude reports from debian package 2012-05-15 15:22:46 -04:00
Calen Pennington
3c9b2e3deb Add pylint and pep8 to test deps 2012-05-15 14:53:23 -04:00
Calen Pennington
4a3929a28f Move test reports into a separate directory 2012-05-15 14:50:01 -04:00
Calen Pennington
e3dc7d0a49 Don't step on Ruby's built in VERSION constant 2012-05-15 14:49:51 -04:00
Calen Pennington
337f1aff54 Add pylint command 2012-05-15 14:33:05 -04:00
Calen Pennington
08620eaf34 Fixing tests and removing unused/broken code 2012-05-15 14:02:33 -04:00
Calen Pennington
a712fe020f Don't try and install stuff from requirements.txt 2012-05-15 13:18:59 -04:00
Calen Pennington
f7e947b5f5 Install all requirements before running tests 2012-05-15 10:58:43 -04:00
Calen Pennington
02bb23f46a Minor formatting cleanup 2012-05-15 10:55:57 -04:00
Kyle Fiedler
2d75118592 Added nav for sidebar links 2012-05-14 16:41:39 -04:00
Kyle Fiedler
89afc98f76 Made links in sidebar all in p> 2012-05-14 16:39:44 -04:00
Calen Pennington
8567fb1655 Make rake test install the test requirements 2012-05-14 16:36:50 -04:00
Calen Pennington
a7995df63c Use the django-nose test runner, for the coverage features 2012-05-14 16:36:50 -04:00
pmitros
f0c07b28d1 Merge pull request #42 from MITx/ps-fix-global-context
Fix missing `global_context` problem
2012-05-14 13:25:10 -07:00
Prem Sichanugrist
28d12628f7 Fix missing global_context problem
This problem was introduced in 232e758c7a
and caused the check answer button to not functioning.
2012-05-14 15:43:50 -04:00
Calen Pennington
c6a6144ade Point at a test_data directory for testing 2012-05-14 13:16:14 -04:00
Calen Pennington
8f79c94d0a Fix one more place where simplewiki was importing the wrong settings 2012-05-14 11:51:07 -04:00
Calen Pennington
ee258f7acf Fix place where simplewiki was importing the wrong settings 2012-05-14 11:46:30 -04:00
Calen Pennington
0856f5517b Disable askbot during tests 2012-05-14 11:21:17 -04:00
Calen Pennington
371ce6968c Removing empty django module 2012-05-14 11:14:55 -04:00
Calen Pennington
8e78f73d00 Adding a test environment with some debug stuff turned off 2012-05-14 11:14:55 -04:00