<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/static, branch 1.2</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>Merge pull request #587 from living180/work_around_chrome_mousemove</title>
<updated>2014-04-25T16:59:53+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-04-25T16:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=33b8063e1c2bd7349558672df6d5a8f0ed9475b1'/>
<id>33b8063e1c2bd7349558672df6d5a8f0ed9475b1</id>
<content type='text'>
Work around spurious mousemove on Chrome.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Work around spurious mousemove on Chrome.</pre>
</div>
</content>
</entry>
<entry>
<title>Make the pain go away.</title>
<updated>2014-04-25T16:53:00+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-04-25T16:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=727b4e05f59c15904f7b08388220b7bfc76d59b2'/>
<id>727b4e05f59c15904f7b08388220b7bfc76d59b2</id>
<content type='text'>
Fix #581, #544, #541, #535 and a few others.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #581, #544, #541, #535 and a few others.
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around spurious mousemove on Chrome.</title>
<updated>2014-04-25T15:03:16+00:00</updated>
<author>
<name>Daniel Harding</name>
</author>
<published>2014-04-25T14:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9bee94d9c00f856be513143927a5299388ee5f59'/>
<id>9bee94d9c00f856be513143927a5299388ee5f59</id>
<content type='text'>
When clicking on an element in Chrome, spurious mousemove events can be
generated when the cursor hasn't actually moved.  This can prevent the
toolbar from being shown when the handle is clicked because the code
sees the mousemove event and thinks a handle drag is happening.  Work
around this by only running the handle drag code if the cursor has moved
since the mousedown event.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When clicking on an element in Chrome, spurious mousemove events can be
generated when the cursor hasn't actually moved.  This can prevent the
toolbar from being shown when the handle is clicked because the code
sees the mousemove event and thinks a handle drag is happening.  Work
around this by only running the handle drag code if the cursor has moved
since the mousedown event.
</pre>
</div>
</content>
</entry>
<entry>
<title>Propagate mouseup events when not dragging toolbar</title>
<updated>2014-02-25T04:55:23+00:00</updated>
<author>
<name>David Sutherland</name>
</author>
<published>2014-02-25T04:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=decf92eb045a269e69604ef4650d297faceea162'/>
<id>decf92eb045a269e69604ef4650d297faceea162</id>
<content type='text'>
In Chrome (this does not affect Firefox) onchange events on multi-selects are not fired all of the time e.g. with the following template:

&lt;body&gt;
    &lt;select multiple="multiple" onchange="console.log('clicked');"&gt;
        &lt;option  value="1"&gt;1&lt;/option&gt;
    &lt;/select&gt;
&lt;/body&gt;

Ctrl click on the option and view the js log. many of the events will not register. Therefore stop propagation and prevent default action only when handle is dragged.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Chrome (this does not affect Firefox) onchange events on multi-selects are not fired all of the time e.g. with the following template:

&lt;body&gt;
    &lt;select multiple="multiple" onchange="console.log('clicked');"&gt;
        &lt;option  value="1"&gt;1&lt;/option&gt;
    &lt;/select&gt;
&lt;/body&gt;

Ctrl click on the option and view the js log. many of the events will not register. Therefore stop propagation and prevent default action only when handle is dragged.</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize used PNGs. Remove unused PNG and GIF.</title>
<updated>2014-02-13T20:51:17+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-02-13T20:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=413fe81f607301902e9e2ab8d7752d415df23645'/>
<id>413fe81f607301902e9e2ab8d7752d415df23645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add loading animation for panels. Fix #488.</title>
<updated>2014-02-13T20:51:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-02-13T20:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=19ffd1e1d2604a5834e3e1b1c5ece01f091de073'/>
<id>19ffd1e1d2604a5834e3e1b1c5ece01f091de073</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 unbind all mousemove events</title>
<updated>2014-02-05T12:34:57+00:00</updated>
<author>
<name>Rivo Laks</name>
</author>
<published>2014-02-05T12:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=8d9d527bf6c59df5260c5f9244d788ed0e42f784'/>
<id>8d9d527bf6c59df5260c5f9244d788ed0e42f784</id>
<content type='text'>
There was no namespace specified for mousemove event, which caused all document's mousemove event handlers to be removed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was no namespace specified for mousemove event, which caused all document's mousemove event handlers to be removed.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on jquery-cookie plugin</title>
<updated>2014-01-15T22:36:10+00:00</updated>
<author>
<name>Dan Farrelly</name>
</author>
<published>2014-01-15T22:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=70b19cb5bea6a4915549458bb7169a56d40c3178'/>
<id>70b19cb5bea6a4915549458bb7169a56d40c3178</id>
<content type='text'>
Replace plugin with simpler get and set methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace plugin with simpler get and set methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix JS regression in the template panel.</title>
<updated>2013-11-29T22:46:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T22:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=67c855ac1548b0f00ced8944c76453dd118ae09d'/>
<id>67c855ac1548b0f00ced8944c76453dd118ae09d</id>
<content type='text'>
It was introduced during last week-end's large renaming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was introduced during last week-end's large renaming.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename storage to store to avoid conflicting with Django terminology.</title>
<updated>2013-11-24T10:01:44+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-24T10:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e7692b33ca7fd3f7704d283d6b1368cdea198d59'/>
<id>e7692b33ca7fd3f7704d283d6b1368cdea198d59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
