<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django-compressor.git/compressor/storage.py, branch 1.4</title>
<subtitle>github.com: django-compressor/django-compressor.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/'/>
<entry>
<title>Don't give the gzip storage a filename at all.</title>
<updated>2013-05-27T12:22:20+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2013-05-27T12:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=2b554195008a6e8e7d3a6134ac99957e329ae894'/>
<id>2b554195008a6e8e7d3a6134ac99957e329ae894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed path issue in gzip middleware.</title>
<updated>2013-05-27T10:40:31+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2013-05-27T10:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=cf6a9f02b86e79ef5ef7ceb646b10400ce2bff21'/>
<id>cf6a9f02b86e79ef5ef7ceb646b10400ce2bff21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' of github.com:jezdez/django_compressor into develop</title>
<updated>2013-05-27T09:02:45+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2013-05-27T09:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=6affca5a7274d6bef1e888418042f90916ef432c'/>
<id>6affca5a7274d6bef1e888418042f90916ef432c</id>
<content type='text'>
Conflicts:
	compressor/parser/html5lib.py
	compressor/storage.py
	compressor/tests/test_parsers.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	compressor/parser/html5lib.py
	compressor/storage.py
	compressor/tests/test_parsers.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Set timestamps of files written by GzipCompressorFileStorage</title>
<updated>2013-05-13T20:55:29+00:00</updated>
<author>
<name>Benjamin Gilbert</name>
<email>bgilbert@cs.cmu.edu</email>
</author>
<published>2013-05-13T20:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=5519b3e9a2b46dad13e41f2d62e50366e54ebb9c'/>
<id>5519b3e9a2b46dad13e41f2d62e50366e54ebb9c</id>
<content type='text'>
nginx's HttpGzipStaticModule sets the Last-Modified response header from
the timestamp of the precompressed .gz file, if it is used.  If the .gz
file is created in a different second than the base file, this will cause
the Last-Modified response header to vary depending on the Accept-Encoding
request header.  Fix this by explicitly setting the timestamps of the
base and .gz files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nginx's HttpGzipStaticModule sets the Last-Modified response header from
the timestamp of the precompressed .gz file, if it is used.  If the .gz
file is created in a different second than the base file, this will cause
the Last-Modified response header to vary depending on the Accept-Encoding
request header.  Fix this by explicitly setting the timestamps of the
base and .gz files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test with storage.</title>
<updated>2013-04-16T22:40:29+00:00</updated>
<author>
<name>Kudlaty</name>
<email>kfuks2@o2.pl</email>
</author>
<published>2013-04-16T22:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=909176d178a1da678bfe0c5a2531eeb62c859976'/>
<id>909176d178a1da678bfe0c5a2531eeb62c859976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial python 3 compatibility</title>
<updated>2013-03-20T21:20:23+00:00</updated>
<author>
<name>Rafal Stozek</name>
<email>say4ne@gmail.com</email>
</author>
<published>2013-03-20T21:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=9b50a803d22f06c2574c48fff0c8fed9dbacd63b'/>
<id>9b50a803d22f06c2574c48fff0c8fed9dbacd63b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed UnicodeEncodeError in GzipCompressorFileStorage</title>
<updated>2013-03-20T20:59:44+00:00</updated>
<author>
<name>Rafal Stozek</name>
<email>say4ne@gmail.com</email>
</author>
<published>2013-03-19T19:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=3fcddb4d31920b48ec084ba51b9806191254671e'/>
<id>3fcddb4d31920b48ec084ba51b9806191254671e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GzipCompressorFileStorage save() should return filename like other storage classes do</title>
<updated>2012-10-09T00:55:17+00:00</updated>
<author>
<name>Mathieu Pillard</name>
<email>m@virgule.net</email>
</author>
<published>2012-10-09T00:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=c46e52a20c83a1aa552490266c8b2fa942828211'/>
<id>c46e52a20c83a1aa552490266c8b2fa942828211</id>
<content type='text'>
Fixes #320. Thanks, @dan-transparensee !
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #320. Thanks, @dan-transparensee !
</pre>
</div>
</content>
</entry>
<entry>
<title>Various PEP8 and pyflakes related fixes.</title>
<updated>2012-05-19T18:03:59+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-05-19T18:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=9ab19a60f2c77b65b9cbba1f590d9986f0d18b09'/>
<id>9ab19a60f2c77b65b9cbba1f590d9986f0d18b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch already removed files in storage.delete. See #159.</title>
<updated>2011-11-21T02:41:15+00:00</updated>
<author>
<name>mlavin</name>
<email>markdlavin@gmail.com</email>
</author>
<published>2011-11-21T02:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=d8c81f4327fda45864f48971e1628b49633b6cd0'/>
<id>d8c81f4327fda45864f48971e1628b49633b6cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
