<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar, branch restrict-toolbar-handle-to-window</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>toolbar.js: Ensure toolbar handle cannot be dragged outside window</title>
<updated>2014-09-14T17:03:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-08-17T01:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b2957c1782e7053e389d9bb2a3f0f2558a914bfe'/>
<id>b2957c1782e7053e389d9bb2a3f0f2558a914bfe</id>
<content type='text'>
Previously the toolbar handle could be dragged beyond the top and bottom
of the window where it could get lost.

If the handle position outside the window border was saved, the only way
to get the handle back that I found would be to open the inspector and
manually change the handle's offset to make it visible once again.

This change restricts the handle so that it cannot be dragged above the
top or below the bottom of the window area.

Using `event.clientY` in order to get the cursor position relative to
the viewport instead of the document (as is the case with
`event.pageY`). This allows the handle to be dragged when the page is
scrolled.

Closes #634.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the toolbar handle could be dragged beyond the top and bottom
of the window where it could get lost.

If the handle position outside the window border was saved, the only way
to get the handle back that I found would be to open the inspector and
manually change the handle's offset to make it visible once again.

This change restricts the handle so that it cannot be dragged above the
top or below the bottom of the window area.

Using `event.clientY` in order to get the cursor position relative to
the viewport instead of the document (as is the case with
`event.pageY`). This allows the handle to be dragged when the page is
scrolled.

Closes #634.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #631 from maksbotan/patch-1</title>
<updated>2014-09-05T21:46:39+00:00</updated>
<author>
<name>Tim Schilling</name>
</author>
<published>2014-09-05T21:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=2a1458d58f2e4c30d25e52d5fd014c9115f7d846'/>
<id>2a1458d58f2e4c30d25e52d5fd014c9115f7d846</id>
<content type='text'>
Truly exclude 'tests' package in setup.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Truly exclude 'tests' package in setup.py</pre>
</div>
</content>
</entry>
<entry>
<title>Truly exclude 'tests' package in setup.py</title>
<updated>2014-08-27T08:49:34+00:00</updated>
<author>
<name>Maxim Koltsov</name>
</author>
<published>2014-08-27T08:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=da7ea9d2cbec890e31d83a66ace52545691b37b8'/>
<id>da7ea9d2cbec890e31d83a66ace52545691b37b8</id>
<content type='text'>
This way setuptools certainly won't install it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way setuptools certainly won't install it.</pre>
</div>
</content>
</entry>
<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>
</feed>
