<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar, branch master</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>Remove css text-indent hack for back and close buttons.</title>
<updated>2014-08-26T01:37:23+00:00</updated>
<author>
<name>Bo Lopker</name>
</author>
<published>2014-08-26T01:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=69bf1eb127f8c1b6b7c6c2e798ccd208293c1309'/>
<id>69bf1eb127f8c1b6b7c6c2e798ccd208293c1309</id>
<content type='text'>
Fixes #624.
Remove text-index
Remove old 'Back' text
Remove 'close' text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #624.
Remove text-index
Remove old 'Back' text
Remove 'close' text
</pre>
</div>
</content>
</entry>
<entry>
<title>Added documentation around ProfilingPanel and problems with the middlware.</title>
<updated>2014-08-02T08:22:43+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-07-17T02:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e009bb394820c6753e6f6a36e9eb88fb61606248'/>
<id>e009bb394820c6753e6f6a36e9eb88fb61606248</id>
<content type='text'>
Closes #497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #497
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #627 from djsutho/patch-3</title>
<updated>2014-08-02T08:20:00+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-08-02T08:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f6cae03e901d76331da73752f592dd7e1d5f1931'/>
<id>f6cae03e901d76331da73752f592dd7e1d5f1931</id>
<content type='text'>
Add Request History panel to list of third-party panels.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Request History panel to list of third-party panels.</pre>
</div>
</content>
</entry>
<entry>
<title>Add Request History panel to list of third-party panels.</title>
<updated>2014-07-29T13:08:44+00:00</updated>
<author>
<name>David Sutherland</name>
</author>
<published>2014-07-29T13:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ad268989729158028875536811662015b8686a38'/>
<id>ad268989729158028875536811662015b8686a38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make note of the incompatability with the GZipMiddleware.</title>
<updated>2014-07-26T20:40:35+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-07-15T20:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=12746fa0f97db7d62183ea70f49bbe1f5af0be4d'/>
<id>12746fa0f97db7d62183ea70f49bbe1f5af0be4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't suggest adding the app config to INSTALLED_APPS.</title>
<updated>2014-07-26T20:27:04+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-07-26T20:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=92d4cbbc4aff93e67dde2a79cb85a3df2bdd13b9'/>
<id>92d4cbbc4aff93e67dde2a79cb85a3df2bdd13b9</id>
<content type='text'>
This is more in line with Django's contrib apps.

Fix #621.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is more in line with Django's contrib apps.

Fix #621.
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep the toolbar handle pinned to the side after drag event.</title>
<updated>2014-07-26T20:25:13+00:00</updated>
<author>
<name>David Sutherland</name>
</author>
<published>2014-07-18T02:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d177aefdf14be50f24aa376813cd467ee8d4cb18'/>
<id>d177aefdf14be50f24aa376813cd467ee8d4cb18</id>
<content type='text'>
Current behaviour: after handle is moved when the window width is resized the handled keeps its absolute position rather than sticking to the right side of the window. Handle position returns to normal on page reload.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current behaviour: after handle is moved when the window width is resized the handled keeps its absolute position rather than sticking to the right side of the window. Handle position returns to normal on page reload.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #619 from tim-schilling/javascript-api-484</title>
<updated>2014-07-18T06:13:39+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-07-18T06:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e49340d2e763b04d0fd1f1505394de835992a4d0'/>
<id>e49340d2e763b04d0fd1f1505394de835992a4d0</id>
<content type='text'>
Add a JavaScript API. Fix #484.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a JavaScript API. Fix #484.</pre>
</div>
</content>
</entry>
<entry>
<title>Updating JS api documentation.</title>
<updated>2014-07-17T01:15:39+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-07-17T01:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=4b960709e15455af09d5632f84b463dee268d8a8'/>
<id>4b960709e15455af09d5632f84b463dee268d8a8</id>
<content type='text'>
Removed parameters to show_toolbar and hide_toolbar.
Removed extra whitespace and added a tab after a long param description.
Fixed copy-paste error for method summary for djdt.cookie.set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed parameters to show_toolbar and hide_toolbar.
Removed extra whitespace and added a tab after a long param description.
Fixed copy-paste error for method summary for djdt.cookie.set
</pre>
</div>
</content>
</entry>
<entry>
<title>Making a basic javascript API for the toolbar.</title>
<updated>2014-07-16T01:30:25+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-07-16T01:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b80c9221b48784692a7f454ca173c4a267c9f4c0'/>
<id>b80c9221b48784692a7f454ca173c4a267c9f4c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
