<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/media/toolbar.css, 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>Moving media so they are "namespaced" like templates.</title>
<updated>2009-04-02T15:32:55+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-04-02T15:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1228a99da10a71c97b82c240350ee8b00c0c2d0c'/>
<id>1228a99da10a71c97b82c240350ee8b00c0c2d0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverting commit 2a839fd, "Restrict the debug toolbar to a single row of panels."</title>
<updated>2009-03-21T17:17:54+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-21T17:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3faace8b4fe7fbf0af7998340ce684d462ab0a9c'/>
<id>3faace8b4fe7fbf0af7998340ce684d462ab0a9c</id>
<content type='text'>
There were some issues with this commit that need to be resolved before it's added back in.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were some issues with this commit that need to be resolved before it's added back in.</pre>
</div>
</content>
</entry>
<entry>
<title>Making CSS classes 'odd' and 'even' more specific.</title>
<updated>2009-03-21T15:49:19+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-21T15:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=8c64bb0cc82c6129b4ab14ff4cc80880761680d4'/>
<id>8c64bb0cc82c6129b4ab14ff4cc80880761680d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict the debug toolbar to a single row of panels.</title>
<updated>2009-03-21T15:37:48+00:00</updated>
<author>
<name>Malcolm Tredinnick</name>
</author>
<published>2009-02-18T08:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=2a839fdc3b264f7bcb4af6caed3cf3f593c89308'/>
<id>2a839fdc3b264f7bcb4af6caed3cf3f593c89308</id>
<content type='text'>
Any panels that would cause the toolbar to wrap to a new line are put into a
new final panel called "more..." and are accessible via a vertical list under
that panel.

Slight tweaks were made to the original to match a previous commit's Javascript
style.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any panels that would cause the toolbar to wrap to a new line are put into a
new final panel called "more..." and are accessible via a vertical list under
that panel.

Slight tweaks were made to the original to match a previous commit's Javascript
style.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make text alignment in panels not inherit from surrounding page.</title>
<updated>2009-03-21T15:28:48+00:00</updated>
<author>
<name>Malcolm Tredinnick</name>
</author>
<published>2009-02-18T04:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=2ea62a9669eb797b5bca8bb80d750bdb5c7aab37'/>
<id>2ea62a9669eb797b5bca8bb80d750bdb5c7aab37</id>
<content type='text'>
If the debug toolbar was used in a page with, e.g., YUI grids, it would inherit
a "text-align:center" styling for all text. We now force the main structures to
be left-aligned.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the debug toolbar was used in a page with, e.g., YUI grids, it would inherit
a "text-align:center" styling for all text. We now force the main structures to
be left-aligned.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pre tags on odd table rows match row background color in CSS.</title>
<updated>2009-01-23T18:54:12+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-01-23T18:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=c3bcecfd13d8c82c9ac0a88a578bdeb4ad7cfc9d'/>
<id>c3bcecfd13d8c82c9ac0a88a578bdeb4ad7cfc9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor stylistic changes to CSS and Javascript file after merge.</title>
<updated>2009-01-17T20:23:42+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-01-17T20:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=87754fba031019d9fcff25c5dba2563baeb7ea1b'/>
<id>87754fba031019d9fcff25c5dba2563baeb7ea1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding ability to show/hide toolbar, using jquery.cookie.js for statefulness.</title>
<updated>2009-01-17T20:18:19+00:00</updated>
<author>
<name>Reto Aebersold</name>
</author>
<published>2009-01-17T20:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9d335bed8c83981370429833d1c5fd7f31b97a5e'/>
<id>9d335bed8c83981370429833d1c5fd7f31b97a5e</id>
<content type='text'>
Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clicking on a template file now will fetch and show the source of the template.</title>
<updated>2008-10-07T19:35:56+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2008-10-07T19:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=822988142666fccb216a17ef3abbee7b6bbcf76b'/>
<id>822988142666fccb216a17ef3abbee7b6bbcf76b</id>
<content type='text'>
Thanks to Adam Gomaa for the patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Adam Gomaa for the patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Getting rid of the text shadow in CSS.</title>
<updated>2008-10-03T15:59:43+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2008-10-03T15:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=55e932a4f71b6de8b8a7e0e5d4973bc7878b5a74'/>
<id>55e932a4f71b6de8b8a7e0e5d4973bc7878b5a74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
