Calen Pennington
|
71f39bc4c0
|
Merge pull request #751 from MITx/cdodge/meta-data-cms-editing
Cdodge/meta data cms editing
|
2012-09-25 06:16:51 -07:00 |
|
Victor Shnayder
|
450a20228d
|
more info
|
2012-09-21 17:49:10 -04:00 |
|
Victor Shnayder
|
8d0cc1007a
|
add a debug_request view that prints the request.
|
2012-09-21 16:51:49 -04:00 |
|
Chris Dodge
|
0a7dfca0e4
|
Fix JSON postback error where the content-type header line can contain more info than just the application/json descriptor. Now we just to a compare on the start of the header value.
|
2012-09-21 14:25:48 -04:00 |
|
Victor Shnayder
|
ce0bc1f782
|
Separate caches per-domain-name
|
2012-08-22 13:18:33 -04:00 |
|
Calen Pennington
|
6abc2d733f
|
Merge pull request #370 from MITx/feature/bridger/django1.4
Feature/bridger/django1.4
|
2012-08-08 12:52:33 -07:00 |
|
Bridger Maxwell
|
14a35b9605
|
Upgrading to django 1.4.
|
2012-08-08 11:57:15 -04:00 |
|
Calen Pennington
|
80b8529f2f
|
Merge branch 'hotfix/1.0.4'
Conflicts:
common/djangoapps/util/middleware.py
|
2012-08-08 11:05:26 -04:00 |
|
Victor Shnayder
|
b4e400ba56
|
Make tests pass again again
* Move lazyproperty decorator into xmodule so it's accessible during tests
* add default xqueue to test system
|
2012-08-07 11:08:56 -04:00 |
|
Bridger Maxwell
|
ba42c0225d
|
Moved the generation of the 'grading context' to a lazy property in course descriptor.
|
2012-08-06 13:57:41 -04:00 |
|
Calen Pennington
|
8059008bde
|
Switch from exception logging middleware to a django signal handler, so that we no longer swallow Http404 exceptions and turn them into 500 errors
|
2012-08-06 10:13:12 -04:00 |
|
Calen Pennington
|
1d1a9173a4
|
Cleaning up pep8 violations
|
2012-07-23 14:44:40 -04:00 |
|
Bridger Maxwell
|
6caee537a1
|
Accidentally disabled cache_if_anonymous earlier. Re-enabling.
|
2012-07-22 17:40:27 -04:00 |
|
Bridger Maxwell
|
2f4aba8042
|
If a user is anonymous when they click the enroll button, they will automatically be enrolled in the course if they immediately log in our create an account.
|
2012-07-21 17:52:28 -04:00 |
|
Bridger Maxwell
|
960c8619e5
|
Added a cache_if_anonymous decorator.
|
2012-07-16 13:40:17 -04:00 |
|
Prem Sichanugrist
|
0f60459709
|
Add @expect_json to help with parsing JSON request
|
2012-07-05 09:38:51 -04:00 |
|
Calen Pennington
|
5404345b1f
|
Make tests pass when running on cms
|
2012-06-18 13:21:06 -04:00 |
|