<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar, 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>Adding download URL to setup script.</title>
<updated>2009-04-02T16:34:06+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-04-02T16:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=04fc096d6b90704d706f4301c846306b068cbb31'/>
<id>04fc096d6b90704d706f4301c846306b068cbb31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove cache panel mentions in README until working.</title>
<updated>2009-04-02T16:26:38+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-04-02T16:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9068120d7e0f5c0635878a4262edc6daee49e4a4'/>
<id>9068120d7e0f5c0635878a4262edc6daee49e4a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumping version number preparing for release.</title>
<updated>2009-04-02T16:06:08+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-04-02T16:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=644ae5068c58fb208d0d96cbe40f80723c2a70e1'/>
<id>644ae5068c58fb208d0d96cbe40f80723c2a70e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable cache panel in default list of panels to load since it's slightly broken at the moment.</title>
<updated>2009-04-02T16:02:04+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-04-02T16:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a4247bc722c1e9bf42f749e91ce118cde1bd0d2f'/>
<id>a4247bc722c1e9bf42f749e91ce118cde1bd0d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>New configuration option to provide your own 'show_toolbar' method.</title>
<updated>2009-03-26T14:29:26+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-26T14:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b9b0cbe718c6a1736af1fa86452ffc4af28b64f4'/>
<id>b9b0cbe718c6a1736af1fa86452ffc4af28b64f4</id>
<content type='text'>
This change allows a custom method to be used in place of the default 'show_toolbar' method on whether the toolbar should be displayed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change allows a custom method to be used in place of the default 'show_toolbar' method on whether the toolbar should be displayed.</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup of imports and long lines.</title>
<updated>2009-03-26T14:27:17+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-03-26T14:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dedf8a9633abdb4f0e9a39ff80d32df62b0da4d8'/>
<id>dedf8a9633abdb4f0e9a39ff80d32df62b0da4d8</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>
</feed>
