<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hyperkitty.git/hyperkitty/views, branch v0.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/'/>
<entry>
<title>Get rid of redundant SQL queries</title>
<updated>2012-11-25T21:48:05+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-11-25T21:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=e8d1eb08050124a618c99d593b6dc8a6f6bd34b1'/>
<id>e8d1eb08050124a618c99d593b6dc8a6f6bd34b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix threads count on summary page</title>
<updated>2012-11-17T10:47:56+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-11-17T10:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=8ad4099206d49fd5f0878fd019186bc9b99bddb0'/>
<id>8ad4099206d49fd5f0878fd019186bc9b99bddb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Django's reverse() method for crafting URLs</title>
<updated>2012-11-15T11:22:42+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-11-15T11:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=5a4e072aaec3d6b096072015b4e9135b07cc0a0f'/>
<id>5a4e072aaec3d6b096072015b4e9135b07cc0a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to MySQL support splitting out the timezone offset</title>
<updated>2012-11-14T16:35:01+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-11-13T16:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=de9f63b4cd882526f0dde3775e4aa2ac6eea8abd'/>
<id>de9f63b4cd882526f0dde3775e4aa2ac6eea8abd</id>
<content type='text'>
Since the sender's timezone is in a separate column, we can now display
the message date in Django's timezone and in the sender's timezone.

Future improvement : ask the user for his/her preferred timezone and store
it in his/her profile. Then use that to display the dates, instead of
Django's server-wide setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the sender's timezone is in a separate column, we can now display
the message date in Django's timezone and in the sender's timezone.

Future improvement : ask the user for his/her preferred timezone and store
it in his/her profile. Then use that to display the dates, instead of
Django's server-wide setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new thread object in KittyStore</title>
<updated>2012-11-09T12:54:13+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-11-09T12:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=c4706dc6b77d8eaa57a3321b61acf76eec49e23b'/>
<id>c4706dc6b77d8eaa57a3321b61acf76eec49e23b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some pylint-detected errors</title>
<updated>2012-10-29T14:16:00+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-10-29T14:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=95044669971813323d974d2b3023c807e80f6aff'/>
<id>95044669971813323d974d2b3023c807e80f6aff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint fix</title>
<updated>2012-10-29T11:38:15+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-10-29T11:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=dfc0cedb1e562ca8375c8cf02b214c838550f539'/>
<id>dfc0cedb1e562ca8375c8cf02b214c838550f539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a button back to the thread in the message view</title>
<updated>2012-10-29T11:38:02+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-10-29T11:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=6e9398b46d16be2206f966e0aa028ddce9520a87'/>
<id>6e9398b46d16be2206f966e0aa028ddce9520a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compatibility URLs for Pipermail</title>
<updated>2012-10-22T13:50:22+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-10-19T11:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=03185e96db7963c4bbc151998468b9af33fdd6b9'/>
<id>03185e96db7963c4bbc151998468b9af33fdd6b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2012-10-17T14:47:22+00:00</updated>
<author>
<name>Aurélien Bompard</name>
<email>aurelien@bompard.org</email>
</author>
<published>2012-10-17T14:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abompard/public_git/hyperkitty.git/commit/?id=819cf960cfd760534e85395148ba47cf9939e2fc'/>
<id>819cf960cfd760534e85395148ba47cf9939e2fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
