<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/media, branch 0.7.0</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>Add fix so jQuery doesn't conflict with other Javascript libraries.</title>
<updated>2009-03-23T06:41:15+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-23T06:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ea1f9430ddb58f28b50cc702f9eb2612f19e308d'/>
<id>ea1f9430ddb58f28b50cc702f9eb2612f19e308d</id>
<content type='text'>
I think I finally got this one working.  The saving of the temporary variable has to happen *before* jQuery loads, or else jQuery has already stomped on the '$' variable that another library might have used.  This patch moves the temporary saving of this variable the HTML template so it tucks it aside before jQuery loads and puts it back after we're done.  Tested and works with jQuery, mootools, and prototype.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think I finally got this one working.  The saving of the temporary variable has to happen *before* jQuery loads, or else jQuery has already stomped on the '$' variable that another library might have used.  This patch moves the temporary saving of this variable the HTML template so it tucks it aside before jQuery loads and puts it back after we're done.  Tested and works with jQuery, mootools, and prototype.</pre>
</div>
</content>
</entry>
<entry>
<title>Close the panel if the toolbar is hiding.</title>
<updated>2009-03-23T06:37:38+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-23T06:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=bc8691de49618a41fc57f54420a921b1c8a7c4ff'/>
<id>bc8691de49618a41fc57f54420a921b1c8a7c4ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding stack traces to SQL panel to see where the calls are coming from.</title>
<updated>2009-03-21T17:56:08+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-21T17:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=30ab58a69510f3fd35e19f6be9b669d2fdf956c0'/>
<id>30ab58a69510f3fd35e19f6be9b669d2fdf956c0</id>
<content type='text'>
Merge branch 'sql_stacktrace'

* sql_stacktrace:
  Tuple unpacking of stacktrace variables for niceness.
  Add preliminary support for stacktraces to see where SQL queries are coming from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge branch 'sql_stacktrace'

* sql_stacktrace:
  Tuple unpacking of stacktrace variables for niceness.
  Add preliminary support for stacktraces to see where SQL queries are coming from.
</pre>
</div>
</content>
</entry>
<entry>
<title>jQuery 1.3 cleanup.</title>
<updated>2009-03-21T17:27:40+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-21T17:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=2e0d4d3b7e2aad03743ca255b053caf55b0b73b2'/>
<id>2e0d4d3b7e2aad03743ca255b053caf55b0b73b2</id>
<content type='text'>
* jQuery events changed slightly which caused the click event on '#djDebugPanelList li a' to fire when the hide link was clicked.  The hide link has no class attribute and an error was occurring.  This checks for the lack of a class attribute and returns false immediately if it doesn't exist.  The other event should catch normally and hide the toolbar.

* Updating all click methods to return false.

* Close the opened panel when hide is clicked.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* jQuery events changed slightly which caused the click event on '#djDebugPanelList li a' to fire when the hide link was clicked.  The hide link has no class attribute and an error was occurring.  This checks for the lack of a class attribute and returns false immediately if it doesn't exist.  The other event should catch normally and hide the toolbar.

* Updating all click methods to return false.

* Close the opened panel when hide is clicked.</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>Patch from kmike84 to fix conflict if project uses mootools.</title>
<updated>2009-03-21T15:16:46+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-21T15:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e808a3ddb946d16ab49e8553e64b65f1238f27db'/>
<id>e808a3ddb946d16ab49e8553e64b65f1238f27db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
