<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/templates, 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>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>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>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>Tuple unpacking of stacktrace variables for niceness.</title>
<updated>2009-01-23T19:45:14+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-01-23T19:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1a52939905b7a43a9cf83cde6216a98cc5cbc595'/>
<id>1a52939905b7a43a9cf83cde6216a98cc5cbc595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add preliminary support for stacktraces to see where SQL queries are coming from.</title>
<updated>2009-01-23T18:59:59+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-01-23T18:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=85bd265bd5fe9dda44c67c2b2e618a79c2fb8fdc'/>
<id>85bd265bd5fe9dda44c67c2b2e618a79c2fb8fdc</id>
<content type='text'>
I'm wanting to test this a bit more before I merge it in fully.  Feedback welcome.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm wanting to test this a bit more before I merge it in fully.  Feedback welcome.</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js.</title>
<updated>2009-01-17T20:29:51+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-01-17T20:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ed520f265d71ea61ff8c04ae3a0aa4246d447ae7'/>
<id>ed520f265d71ea61ff8c04ae3a0aa4246d447ae7</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>Minor cleanup and template change to previous commit.</title>
<updated>2008-12-09T22:14:46+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2008-12-09T22:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9f5c2280ec25c162b720a6e864b081934126cecc'/>
<id>9f5c2280ec25c162b720a6e864b081934126cecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more of the rusage stats in a drop-down panel</title>
<updated>2008-12-09T22:01:31+00:00</updated>
<author>
<name>Martin Maney</name>
</author>
<published>2008-11-09T01:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=47d1a4ff38bc48a6dd54246556434a72c0476bb0'/>
<id>47d1a4ff38bc48a6dd54246556434a72c0476bb0</id>
<content type='text'>
(some items were commented out after I was reminded that not all of the original BSD items are supported under Linux)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(some items were commented out after I was reminded that not all of the original BSD items are supported under Linux)
</pre>
</div>
</content>
</entry>
<entry>
<title>Only show the SQL profile if we're using a MySQL database backend.</title>
<updated>2008-12-09T20:44:07+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2008-12-09T20:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=64794a5a1d342ffeceae9ddaa55c81384d54702f'/>
<id>64794a5a1d342ffeceae9ddaa55c81384d54702f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
