<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/templates, branch 1.0-alpha</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>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>
<entry>
<title>Rename all panels consistently.</title>
<updated>2013-11-24T10:01:44+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-24T09:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=fe3df822111d3b56000deca354b0bceed7bde9cc'/>
<id>fe3df822111d3b56000deca354b0bceed7bde9cc</id>
<content type='text'>
Enforce absolute imports to avoid clashing with built-in package names.

Thanks Jannis for his feedback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enforce absolute imports to avoid clashing with built-in package names.

Thanks Jannis for his feedback.
</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>Better solution than ca24b3f.</title>
<updated>2013-11-16T20:57:38+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-16T20:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f2382e747fa344d3ba13eda2cf60def6fc0df480'/>
<id>f2382e747fa344d3ba13eda2cf60def6fc0df480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move JS specific to the SQL panel to its own file.</title>
<updated>2013-11-16T20:46:38+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-16T20:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=80ac168eeff4bdce0764c25c2bd3da1f37cbda28'/>
<id>80ac168eeff4bdce0764c25c2bd3da1f37cbda28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
