- 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
-
- 28 Nov, 2013 1 commit
-
-
Timothée Peignier committed
-
- 26 Nov, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 15 Nov, 2013 2 commits
-
-
prevent pipeline from dying on Closure Compiler warnings
Timothée Peignier committed -
Rickey Visinski committed
-
- 12 Nov, 2013 1 commit
-
-
Coffeescript compiler now accepts .litcoffee and .coffee files.
Timothée Peignier committed
-
- 10 Nov, 2013 1 commit
-
-
Andrew committed
-
- 07 Nov, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 31 Oct, 2013 2 commits
-
-
fixed issue #271
Timothée Peignier committed -
Stanley Yeo committed
-
- 27 Oct, 2013 1 commit
-
-
Timothée Peignier committed
-