- 29 Jun, 2014 2 commits
-
-
Andrew Choi committed
-
Andrew Choi committed
-
- 18 Jun, 2014 1 commit
-
-
Update link to coffeescript page and smaller typo.
Feanil Patel committed
-
- 11 Jun, 2014 1 commit
-
-
'zip' in GZIPMixin should be capitalized
Timothée Peignier committed
-
- 10 Jun, 2014 1 commit
-
-
Brad Pitcher committed
-
- 19 May, 2014 2 commits
-
-
Update storages.rst
Timothée Peignier committed -
Typo in docs
Jaromir Fojtu committed
-
- 14 Apr, 2014 2 commits
-
-
Timothée Peignier committed
-
don't fail on finders without storages attribute
Timothée Peignier committed
-
- 10 Apr, 2014 1 commit
-
-
Timothée Peignier committed
-
- 08 Apr, 2014 1 commit
-
-
Timothée Peignier committed
-
- 04 Apr, 2014 1 commit
-
-
Łukasz Mierzwa committed
-
- 31 Mar, 2014 1 commit
-
-
Timothée Peignier committed
-
- 30 Mar, 2014 1 commit
-
-
Timothée Peignier committed
-
- 15 Mar, 2014 4 commits
-
-
Timothée Peignier committed
-
check path first
Timothée Peignier committed -
PipelineStorage.listdir short-circuit returning the first match only
Timothée Peignier committed -
Timothée Peignier committed
-
- 07 Mar, 2014 1 commit
-
-
Julien Hartmann committed
-
- 05 Mar, 2014 1 commit
-
-
pranto157 committed
-
- 04 Mar, 2014 3 commits
-
-
Timothée Peignier committed
-
check if path is exists
Timothée Peignier committed -
pranto157 committed
-
- 19 Feb, 2014 3 commits
-
-
Timothée Peignier committed
-
Thomas Parslow committed
-
Timothée Peignier committed
-
- 14 Feb, 2014 2 commits
-
-
Fix whitespace in script tags, remove charset attribute for inline scripts
Timothée Peignier committed -
Philipp Wollermann committed
-
- 13 Feb, 2014 1 commit
-
-
Before: <script type="text/javascript" ... <script async type="text/javascript" ... <script defer type="text/javascript" ... <script async defer type="text/javascript" ... After: <script type="text/javascript" ... <script async type="text/javascript" ... <script defer type="text/javascript" ... <script async defer type="text/javascript" ... The charset attribute is not valid for inline scripts: "Element script must not have attribute charset unless attribute src is also specified." http://dev.w3.org/html5/markup/script.html
Philipp Wollermann committed
-
- 31 Jan, 2014 2 commits
-
-
Bumped django dependency
Timothée Peignier committed -
DJ Sharkey committed
-
- 29 Jan, 2014 1 commit
-
-
First example should probably say PipelineStorage
Timothée Peignier committed
-
- 27 Jan, 2014 2 commits
-
-
Fix incorrect PIPELINE_JS_COMPRESSOR setting in documentation
Timothée Peignier committed -
Andy Kish committed
-
- 21 Jan, 2014 2 commits
-
-
Adding a new company on the documentation (fixes #309).
Timothée Peignier committed -
hobbestigrou committed
-
- 14 Jan, 2014 1 commit
-
-
The current code inserts bytes into a string. In Python 3 those are different types, causing the URI to look like: url("data:image/png;charset=utf-8;base64,b'iVBORw0KGgoAAAANSUhEUgAAAA...'") Because Base64 data is always ASCII it is safe to decode it as such, and insert the resulting string, which causes the correct output: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAA...")
Sander Steffann committed
-
- 12 Jan, 2014 1 commit
-
-
First example in documentation should refer to ordinary PipelineStorage rather than PipelineCachedStorage, which is covered in the "Cache-busting" section below.
Chris Applegate committed
-
- 03 Jan, 2014 1 commit
-
-
Timothée Peignier committed
-
- 30 Dec, 2013 1 commit
-
-
Do not rewrite data URIs
Timothée Peignier committed
-