- 31 May, 2012 17 commits
-
-
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 1 commit
-
-
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 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 1 commit
-
-
Calen Pennington committed
-