<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar, branch 0.8.4</title>
<subtitle>A configurable set of panels that display various debug information about the current request/response.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/'/>
<entry>
<title>Bumped version to 0.8.4</title>
<updated>2010-11-08T23:39:55+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-11-08T23:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ecfff96d5894aa9ad505149b9c26c9647d5af4e0'/>
<id>ecfff96d5894aa9ad505149b9c26c9647d5af4e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added print style to hide toolbar, fixing issue #90.</title>
<updated>2010-11-08T21:31:07+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-11-08T21:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a388a4db29e854c48354b1c6fafdf0a1fc04e541'/>
<id>a388a4db29e854c48354b1c6fafdf0a1fc04e541</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML Validation fixes</title>
<updated>2010-10-20T17:00:33+00:00</updated>
<author>
<name>Chris Adams</name>
</author>
<published>2010-10-20T16:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d83df7141239a2ca6f43f0b96c91919641e36f3f'/>
<id>d83df7141239a2ca6f43f0b96c91919641e36f3f</id>
<content type='text'>
It turns out that &lt;script … charset="utf-8"&gt;inline script&lt;/script&gt; is
not valid (charset is valid with script src). This avoids debug_toolbar
causing HTML validation errors simply by being active.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that &lt;script … charset="utf-8"&gt;inline script&lt;/script&gt; is
not valid (charset is valid with script src). This avoids debug_toolbar
causing HTML validation errors simply by being active.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated SQL explain panel to keep white space for indention, clarifying the output.</title>
<updated>2010-10-18T14:21:20+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-10-18T14:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9ee693f84548c6289ef5534288c854651b8321ea'/>
<id>9ee693f84548c6289ef5534288c854651b8321ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CSS classes to the SQL panel tables.</title>
<updated>2010-10-18T14:20:43+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-10-18T14:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=af205241fe51b2ebb5ec9789ac5e1074cd005333'/>
<id>af205241fe51b2ebb5ec9789ac5e1074cd005333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue 85, SQL not selectable due to line chart.</title>
<updated>2010-09-22T14:39:37+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-09-22T14:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1a619cd8818bf5a813a5f008dadaecd781e364ea'/>
<id>1a619cd8818bf5a813a5f008dadaecd781e364ea</id>
<content type='text'>
Thanks to Hynek Cernoch for the report and patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Hynek Cernoch for the report and patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue 6: Redirect page does not set cookie.</title>
<updated>2010-09-15T21:47:53+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-09-15T21:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f3d0ff27b2f256a062e8538f4e51c99d2fa8d1f2'/>
<id>f3d0ff27b2f256a062e8538f4e51c99d2fa8d1f2</id>
<content type='text'>
Thanks to ziz for the patch, and offbyone for testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to ziz for the patch, and offbyone for testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed template block inheritance bug (issues 77 and 97)</title>
<updated>2010-09-07T22:42:18+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-09-07T22:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=0a62cc02b621a08d2a5d19261ef64e31a5065214'/>
<id>0a62cc02b621a08d2a5d19261ef64e31a5065214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue 83, unstyled toolbar flash.</title>
<updated>2010-09-07T21:21:21+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-09-07T21:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d6911f737070f46984befe621878fcf7f1b6176e'/>
<id>d6911f737070f46984befe621878fcf7f1b6176e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue 81.</title>
<updated>2010-09-07T20:43:55+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-09-07T20:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3e030570c342cc570dcb8a52c565789855ce493e'/>
<id>3e030570c342cc570dcb8a52c565789855ce493e</id>
<content type='text'>
Updated to work with old TEMPLATE_LOADERS settings from &lt; 1.2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated to work with old TEMPLATE_LOADERS settings from &lt; 1.2.</pre>
</div>
</content>
</entry>
</feed>
