- 07 Mar, 2014 1 commit
-
-
Julien Hartmann 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
-
- 29 Dec, 2013 1 commit
-
-
Tomek Paczkowski committed
-
- 21 Dec, 2013 2 commits
-
-
Fixed spelling of my last name
Timothée Peignier committed -
Vitaly Babiy committed
-
- 10 Dec, 2013 1 commit
-
-
If multiprocessing and concurrent unspported, render linear compilation.
Rajiv Bose committed
-
- 09 Dec, 2013 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Use generators and add a gzip support. Signed-off-by: Timothée Peignier <timothee.peignier@tryphon.org>
Edwin Lunando committed
-
- 07 Dec, 2013 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 06 Dec, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 05 Dec, 2013 2 commits
-
-
Avoid listing all files for every finder for finding a file. This is actually a bottleneck when the directory hierarchy is nested or the number of files served in DEBUG mode is big. Since this flow is done in every request, it slows down page loading. In production environments where templates are usually cached performance doesn't get hit by this.
Miguel Araujo Perez committed -
Minor performance improvement, avoid memory relocation every time we iterate and do a string concatenation. Instead add results to a list and join them at the end.
Miguel Araujo Perez committed
-
- 29 Nov, 2013 5 commits
-
-
Timothée Peignier committed
-
Axel Haustant committed
-
Timothée Peignier committed
-
References issue #282. I added an import for `mark_safe` and wrapped the JavaScript / CSS urls in it. All tests passed.
Joshua Kehn committed -
Timothée Peignier committed
-