<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django-compressor.git/compressor/css.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>Make CssCompressor class easier to extend</title>
<updated>2013-07-26T07:41:12+00:00</updated>
<author>
<name>jor123</name>
<email>jor123@gmail.com</email>
</author>
<published>2013-07-26T07:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=b693f6be170102ba97cf56cdfc11349e95cb349b'/>
<id>b693f6be170102ba97cf56cdfc11349e95cb349b</id>
<content type='text'>
Avoids the need to override split_content in subclasses of CssCompressor</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids the need to override split_content in subclasses of CssCompressor</pre>
</div>
</content>
</entry>
<entry>
<title>Use regex in the lxml parser to support case-insensitive attribute parsing</title>
<updated>2012-05-19T13:32:26+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-05-19T13:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=9aa8f5a42643184f0426b9a575fde5294b1225b0'/>
<id>9aa8f5a42643184f0426b9a575fde5294b1225b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop hardcoding the template names and provide an API for returning custom paths. Fixed #167. </title>
<updated>2012-01-30T18:56:11+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-01-30T18:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=399585103ec7424034271794878049666f94fb0d'/>
<id>399585103ec7424034271794878049666f94fb0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix so compress css includes all css if COMPRESS_PRECOMPILERS is used and COMPRESS_ENABLED is false</title>
<updated>2012-01-16T09:05:28+00:00</updated>
<author>
<name>peterlundberg</name>
<email>peter.lundberg.se@gmail.com</email>
</author>
<published>2012-01-16T09:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=8fea1a6a1d446fd4c89d24911b267367b3e818a9'/>
<id>8fea1a6a1d446fd4c89d24911b267367b3e818a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made sure the rel attribute of link tags can be mixed case. Fixes #125.</title>
<updated>2011-09-26T09:53:53+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-09-23T13:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=22f6245d1c60f65c105816e96cdf4c08ad188aa8'/>
<id>22f6245d1c60f65c105816e96cdf4c08ad188aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import settings from compressor.conf again instead of django.conf to make sure they are loaded correctly.</title>
<updated>2011-09-06T12:11:37+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-09-06T12:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=70cc7aa351e187513c650dcbc03ebefb84edf3b1'/>
<id>70cc7aa351e187513c650dcbc03ebefb84edf3b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the current context when rendering the output templates.</title>
<updated>2011-08-26T13:33:16+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-08-26T13:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=f57e495991708851d332e9c2500ae4f27ad61d91'/>
<id>f57e495991708851d332e9c2500ae4f27ad61d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved settings handling over to django-appconf and fixed coverage.</title>
<updated>2011-08-25T15:52:35+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-08-25T15:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=c16e6a8df2312696a27d95f428c3c8fba58a0d5e'/>
<id>c16e6a8df2312696a27d95f428c3c8fba58a0d5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved tests out of the app to stay sane and changed a few things. E.g. the inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5).</title>
<updated>2011-08-10T15:38:20+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-08-10T14:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=66cced5d5b3c574c6f6c9e8f97bb09a1d1b3d867'/>
<id>66cced5d5b3c574c6f6c9e8f97bb09a1d1b3d867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a few unneeded imports.</title>
<updated>2011-05-18T10:13:42+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-05-18T10:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django-compressor.git/commit/?id=cd0175b66f80e181e39c00437c909bb8d8167617'/>
<id>cd0175b66f80e181e39c00437c909bb8d8167617</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
