- 31 May, 2012 27 commits
-
-
Add enrollment link back to main page for development purposes, until we...
pmitros committed -
Courseware module rewrite
Calen Pennington committed -
* Change looping code style in seq_module * Clone and keep the latest version of jasmine-jquery locally * Use django-pipeline asset tags
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
This will handle the case where the site was deployed under a path prefix.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Calen Pennington committed
-
- 30 May, 2012 3 commits
-
-
Pmitros/modular refactor
Calen Pennington committed -
Update requirement dependencies
Calen Pennington committed -
* Make sure we're installing django-pipeline from our fork * Bump rake to 0.9.2.2, as 0.8.3 is already outdated.
Prem Sichanugrist committed
-
- 29 May, 2012 2 commits
-
-
Calen Pennington committed
-
Add enrollment link back to main page for development purposes, until we have the multicourse enrollment stuff worked out
Calen Pennington committed
-
- 27 May, 2012 1 commit
-
-
Piotr Mitros committed
-
- 26 May, 2012 3 commits
-
-
ichuang committed
-
Piotr Mitros committed
-
Piotr Mitros committed
-
- 25 May, 2012 4 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
Exclude things during .deb packaging correctly, so that we don't have a bunch of build detritus left over. FPM still leaves the empty directories, unfortunately
Calen Pennington committed -
Use a key function that is safe for use w/ memcache This is needed for the asset-pipeline. The pipeline has to map a requested asset name ('css/application.css') to a string that encodes the file contents ('css/application.12323423abcf.css'). It caches these associations in memcache. We have the potential for filenames with spaces in them, which memcache can't handle, so we need to escape the cache keys in such a way that memcache can handle them. It puts these in a cache named 'staticfiles' (http://django-staticfiles.readthedocs.org/en/latest/helpers/#cachedstaticfilesstorage). In the future, it may make sense to put that cache onto the filesystem, rather than memcache, but we should do that only after performance testing.
pmitros committed
-