<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/templates, branch 1.0.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>Fix: sql panel sql uncollapse</title>
<updated>2013-12-27T13:08:27+00:00</updated>
<author>
<name>Yue Du</name>
</author>
<published>2013-12-27T13:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e7c335fb2c68a11dc1816dd39a3b00d9153196a1'/>
<id>e7c335fb2c68a11dc1816dd39a3b00d9153196a1</id>
<content type='text'>
sql_select.html, sql_explain.html, sql_profile.html
These three templates all need toolbar.sql.js, otherwise
the `select ...` cannot be uncollapsed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sql_select.html, sql_explain.html, sql_profile.html
These three templates all need toolbar.sql.js, otherwise
the `select ...` cannot be uncollapsed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix staticfiles panel to work with prefixed STATICFILES_DIRS.</title>
<updated>2013-12-23T11:43:49+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-23T11:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=4225671177f9f65e873ddbab373e5968c2afa8fc'/>
<id>4225671177f9f65e873ddbab373e5968c2afa8fc</id>
<content type='text'>
Closes #503 and #507. Many thanks to Alexander Clausen (@sk1p) for the
inspiration for the patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #503 and #507. Many thanks to Alexander Clausen (@sk1p) for the
inspiration for the patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Another pass over the staticfiles panel.</title>
<updated>2013-12-09T16:42:04+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T16:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e75309b712537f3ee53005bf6330057c9640be21'/>
<id>e75309b712537f3ee53005bf6330057c9640be21</id>
<content type='text'>
- adds some docstrings
- adds some basic tests
- adds the staticfiles panel to the default list of panels
- fixed a pluralization bug in the template
- refactored some things into own methods for easier testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- adds some docstrings
- adds some basic tests
- adds the staticfiles panel to the default list of panels
- fixed a pluralization bug in the template
- refactored some things into own methods for easier testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Added staticfiles panel class.</title>
<updated>2013-12-08T22:33:39+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2012-04-06T10:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=184992f2d5773016e2c8315c91acbf8f601775bf'/>
<id>184992f2d5773016e2c8315c91acbf8f601775bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review translated strings.</title>
<updated>2013-12-01T08:40:33+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T17:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e334bf6e4b4975fd87957c473a62c0d889e38cb0'/>
<id>e334bf6e4b4975fd87957c473a62c0d889e38cb0</id>
<content type='text'>
- Include trailing colons inside translated strings because some
  languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
  weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
  single and double quotes).
- Remove msgstr from the English po file because they're identical to
  msgid by definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Include trailing colons inside translated strings because some
  languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
  weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
  single and double quotes).
- Remove msgstr from the English po file because they're identical to
  msgid by definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression from last week-end's massive renaming.</title>
<updated>2013-11-30T13:00:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d30452ee1997b3edd0c772e681c2ce816c730384'/>
<id>d30452ee1997b3edd0c772e681c2ce816c730384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move support for line_profiler to a 3rd party panel.</title>
<updated>2013-11-29T09:45:58+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T09:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a7dbc61ec4b4932a570d538b23a3ddd1d46203d4'/>
<id>a7dbc61ec4b4932a570d538b23a3ddd1d46203d4</id>
<content type='text'>
Many thanks to Dave McLain.

Fix #477.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many thanks to Dave McLain.

Fix #477.
</pre>
</div>
</content>
</entry>
<entry>
<title>Take advantage of django.contrib.staticfiles to serve static files.</title>
<updated>2013-11-24T11:09:47+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-24T11:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1c1b4428642254f4e6b05e93bd135b894f708eeb'/>
<id>1c1b4428642254f4e6b05e93bd135b894f708eeb</id>
<content type='text'>
It is the de facto standard nowadays and there's no good reason not to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is the de facto standard nowadays and there's no good reason not to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename some settings for clarity and consistency.</title>
<updated>2013-11-24T10:26:07+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-24T10:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=908b49cb7d2d527b701996f0d0b9e1e19e765819'/>
<id>908b49cb7d2d527b701996f0d0b9e1e19e765819</id>
<content type='text'>
Thanks Jannis for his help.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Jannis for his help.
</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>
