<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/static, branch 1.1</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>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>
<entry>
<title>Stop bundling jQuery.</title>
<updated>2013-11-23T14:57:51+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-23T14:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=98ff8bd7e589f9ec714fd9145527ce962c76dd86'/>
<id>98ff8bd7e589f9ec714fd9145527ce962c76dd86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incompatibility with jQuery 2.</title>
<updated>2013-11-23T14:39:03+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-23T14:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3209c8e6a59b34dcd9ba2c212694bb4dd993d075'/>
<id>3209c8e6a59b34dcd9ba2c212694bb4dd993d075</id>
<content type='text'>
Fix #463.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #463.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option to collapse the toolbar by default.</title>
<updated>2013-11-18T07:43:40+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-18T07:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=efdd0ce313052dc390c0001b5dc8c56e888514d0'/>
<id>efdd0ce313052dc390c0001b5dc8c56e888514d0</id>
<content type='text'>
Fix #258.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #258.
</pre>
</div>
</content>
</entry>
</feed>
