<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/templates, 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>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>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 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 to maintain Django 1.0 compatibility.</title>
<updated>2010-02-26T16:05:36+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-02-26T16:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=25d97a4a097230a119cd1f9ca1d997341aeb75f1'/>
<id>25d97a4a097230a119cd1f9ca1d997341aeb75f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #60 - Added MEDIA_URL config option to be able to override the URL to the static files (good with django-staticfiles). Also moved media files to subdirectories like other apps.</title>
<updated>2010-02-16T23:40:07+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2010-02-16T21:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3bfcb1d76ad08146958038455450369bd3ea4e07'/>
<id>3bfcb1d76ad08146958038455450369bd3ea4e07</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>Updated toolbar Javascript to use a closure.</title>
<updated>2010-01-31T18:26:25+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-01-31T18:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ed74a1c9fcc48855e4f3cb28db55d91fa9d1a089'/>
<id>ed74a1c9fcc48855e4f3cb28db55d91fa9d1a089</id>
<content type='text'>
* Update jQuery to latest version, 1.4.1
* Pulled jquery.cookie.js into toolbar.js so it doesn't depend on jQuery being
  in the global namespace.
* jQuery loading code based on Ben Alman's bookmarklet generator here:
  http://benalman.com/code/test/jquery-run-code-bookmarklet/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update jQuery to latest version, 1.4.1
* Pulled jquery.cookie.js into toolbar.js so it doesn't depend on jQuery being
  in the global namespace.
* jQuery loading code based on Ben Alman's bookmarklet generator here:
  http://benalman.com/code/test/jquery-run-code-bookmarklet/
</pre>
</div>
</content>
</entry>
<entry>
<title>Load jQuery from the DOM instead of document.write.</title>
<updated>2010-01-22T15:23:47+00:00</updated>
<author>
<name>Gabriel</name>
</author>
<published>2010-01-22T14:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e25a6ba55b437091ab8d5d801d6f3ef227d92d95'/>
<id>e25a6ba55b437091ab8d5d801d6f3ef227d92d95</id>
<content type='text'>
document.write doesn't work with xhtml.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
document.write doesn't work with xhtml.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to not display EXPLAIN/PROFILE links for non-SELECT queries.</title>
<updated>2010-01-22T14:54:18+00:00</updated>
<author>
<name>Chris Lamb</name>
</author>
<published>2010-01-22T14:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f5f29e4577fc34cb4e7b44232f36ad6e2a1b0eb9'/>
<id>f5f29e4577fc34cb4e7b44232f36ad6e2a1b0eb9</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>Fixed toolbar loading problem if page does not load jQuery.</title>
<updated>2010-01-20T15:10:02+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-01-20T15:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ddd021bfc101d55a1ed69a5514491296705dda6c'/>
<id>ddd021bfc101d55a1ed69a5514491296705dda6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
