- 28 May, 2012 1 commit
-
-
ichuang committed
-
- 27 May, 2012 6 commits
- 26 May, 2012 2 commits
-
-
ichuang committed
-
Piotr Mitros committed
-
- 25 May, 2012 7 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 -
Calen Pennington committed
-
Url encode memcache keys, rather than writing a new encoding scheme. Also use fasthash, rather than md5
Calen Pennington committed -
Calen Pennington committed
-
- 24 May, 2012 7 commits
-
-
Calen Pennington committed
-
Asset pipeline
David Ormsbee committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Split the pipeline_mako templates from the namespace used by actual django-pipeline django templates
Calen Pennington committed
-
- 23 May, 2012 5 commits
-
-
Calen Pennington committed
-
Matt Jankowski committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 22 May, 2012 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 21 May, 2012 10 commits
-
-
Conflicts: static/js/application.js
Calen Pennington committed -
Calen Pennington committed
-
Add newrelic handler, rather than custom function to log exceptions
David Ormsbee committed -
Calen Pennington committed
-
Adds ARIA labels to navigation
Edward Loveall committed -
This includes calculator open/close button, navigation, profile, and book's table of content.
Edward Loveall committed -
Calen Pennington committed
-
First part of courseware refactor
David Ormsbee committed -
Piotr Mitros committed
-
Delete settings.py in favor of envs/*.py, and add a rake task to run a d...
David Ormsbee committed
-