- 28 May, 2012 26 commits
-
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
values of correct_map
ichuang committed -
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
ichuang committed
-
perl, and use "context" for both global and local frames
ichuang committed -
ichuang committed
-
ichuang committed
-
- 27 May, 2012 6 commits
- 26 May, 2012 2 commits
-
-
ichuang committed
-
Piotr Mitros committed
-
- 25 May, 2012 6 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
-