<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/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>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>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>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>
<entry>
<title>Get the relative top rather than the absolute top.</title>
<updated>2014-07-05T22:25:18+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-07-05T22:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ac539e5ba019a0881b4b28dc2133bcc9f74ce5e3'/>
<id>ac539e5ba019a0881b4b28dc2133bcc9f74ce5e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefixing common CSS classes with djdt-</title>
<updated>2014-06-18T01:13:24+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-06-18T01:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a450969f03449b909716073cfea6898aa56cf54a'/>
<id>a450969f03449b909716073cfea6898aa56cf54a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the fix for #591 more focused and explain it.</title>
<updated>2014-05-17T20:32:33+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-05-17T20:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=c0b70af276716dbeec47a30c3e5367b3e133d949'/>
<id>c0b70af276716dbeec47a30c3e5367b3e133d949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #591 from mbarrien/jquery-require</title>
<updated>2014-05-17T20:29:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-05-17T20:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=67affcbbb5fa9e2768c782d2d31bde05a06bb160'/>
<id>67affcbbb5fa9e2768c782d2d31bde05a06bb160</id>
<content type='text'>
undefine "define" to avoid requirejs conflict</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
undefine "define" to avoid requirejs conflict</pre>
</div>
</content>
</entry>
<entry>
<title>Don't show AJAX loader for preloaded panels.</title>
<updated>2014-05-17T20:24:15+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-05-17T20:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9d6dff760932adbc5449e6d207504c365d029701'/>
<id>9d6dff760932adbc5449e6d207504c365d029701</id>
<content type='text'>
Fix #582, #594. Thanks TacoDelPaco for the report and ionelmc for the fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #582, #594. Thanks TacoDelPaco for the report and ionelmc for the fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>settings: fix minor typo.</title>
<updated>2014-05-04T16:54:02+00:00</updated>
<author>
<name>Seyi Ogunyemi</name>
</author>
<published>2014-05-04T16:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b0ca0b4177b977d27f60e98cba0e6191a2dc25b5'/>
<id>b0ca0b4177b977d27f60e98cba0e6191a2dc25b5</id>
<content type='text'>
Otherwise, it render the deprecation warning as '… in theDEBUG_TOOLBAR_CONFIG …'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, it render the deprecation warning as '… in theDEBUG_TOOLBAR_CONFIG …'</pre>
</div>
</content>
</entry>
</feed>
