<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clandmeter/patchwork/templates/base.html, branch django-1.4</title>
<subtitle>Mirror of git://ozlabs.org/home/jk/git/patchwork
</subtitle>
<id>https://git-old.alpinelinux.org/user/clandmeter/patchwork/atom?h=django-1.4</id>
<link rel='self' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/atom?h=django-1.4'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/'/>
<updated>2011-04-14T09:23:04Z</updated>
<entry>
<title>Add email opt-out system</title>
<updated>2011-04-14T09:23:04Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2010-08-11T06:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=41f19b6643b44768dc06561c992c04ed6148477d'/>
<id>urn:sha1:41f19b6643b44768dc06561c992c04ed6148477d</id>
<content type='text'>
We're going to start generating emails on patchwork updates, so firstly
allow people to opt-out of all patchwork communications.

We do this with a 'mail settings' interface, allowing non-registered
users to set preferences on their email address. Logged-in users can do
this through the user profile view.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>registration: use EmailConfimation rather than separate registration app</title>
<updated>2011-04-14T09:21:04Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2010-10-31T23:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=c2c6a408c7764fa29389ce160f52776c9308d50a'/>
<id>urn:sha1:c2c6a408c7764fa29389ce160f52776c9308d50a</id>
<content type='text'>
Since we have infrastructure for email confirmations, we no longer need
the separate registration app.

Requires a migration script, which will delete all inactive users,
including those newly added and pending confirmation. Use carefully.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>templates: remove redundant 'about' link from main nav</title>
<updated>2011-03-30T03:35:24Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2011-03-28T09:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=88e77da6413f137488da91a3f1ab1a67b261cfb4'/>
<id>urn:sha1:88e77da6413f137488da91a3f1ab1a67b261cfb4</id>
<content type='text'>
We have a link to the about page right below.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>templates: remove "beta"</title>
<updated>2010-08-10T04:17:03Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2010-08-10T04:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=84bef91e8851dbb9e377529bb18956619bfd5442'/>
<id>urn:sha1:84bef91e8851dbb9e377529bb18956619bfd5442</id>
<content type='text'>
Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>views: separate project views into separate file</title>
<updated>2009-04-05T10:02:26Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2009-04-02T06:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=b42a41ecb729b0e4a6edb1ae47c555207dbc6214'/>
<id>urn:sha1:b42a41ecb729b0e4a6edb1ae47c555207dbc6214</id>
<content type='text'>
Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>[html] Fix apparently-unclosed script tag</title>
<updated>2008-09-24T07:29:36Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2008-09-24T07:29:36Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=e43db080161c69c5497f4fb153628dc50c22cd62'/>
<id>urn:sha1:e43db080161c69c5497f4fb153628dc50c22cd62</id>
<content type='text'>
Firefox doesn't seem to grok the &lt;script/&gt; notation.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>[html] Reference common.js in base template</title>
<updated>2008-09-24T06:26:16Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2008-09-24T06:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=70e029436057b8a734c2b943ab2de8069b1fbd6a'/>
<id>urn:sha1:70e029436057b8a734c2b943ab2de8069b1fbd6a</id>
<content type='text'>
Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>[html] Reinstate 'about' link</title>
<updated>2008-09-23T11:55:39Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2008-09-23T11:55:39Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=ab38ae0d653da2b27f6060347c40ade2ae65616f'/>
<id>urn:sha1:ab38ae0d653da2b27f6060347c40ade2ae65616f</id>
<content type='text'>
Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>[views] Restructure profile view, simplify bundle access</title>
<updated>2008-09-23T10:52:53Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2008-09-23T10:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=750c03f854ace16cd013c189369aa0cf9d3bdd9d'/>
<id>urn:sha1:750c03f854ace16cd013c189369aa0cf9d3bdd9d</id>
<content type='text'>
Make bundles more like todo lists - the list itself has its own page,
accessible from the top user links.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>Add simple help infrastructure, with an 'about' page.</title>
<updated>2008-08-23T02:29:12Z</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2008-08-23T02:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/clandmeter/patchwork/commit/?id=8252a61e73126c2b89c97e4195c635bc3d60a3e9'/>
<id>urn:sha1:8252a61e73126c2b89c97e4195c635bc3d60a3e9</id>
<content type='text'>
We'll need the about page for adding attribution for included
components.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
</feed>
