]> git.ozlabs.org Git - patchwork/history - apps/patchwork/models.py
Add email opt-out system
[patchwork] / apps / patchwork / models.py
2011-04-14 Jeremy KerrAdd email opt-out system
2011-04-14 Jeremy Kerrregistration: use EmailConfimation rather than separate...
2011-04-14 Jeremy KerrUse generic email confirmation object
2011-04-14 Jeremy Kerrmodels: use implied line continuations
2011-04-14 Guilherme Salgadomodels: Project.is_editable to check whether a user...
2011-03-30 Guilherme SalgadoRemove a bunch of unused variables
2011-03-30 Jeremy Kerrmodels: use User.post_save signal to create UserProfile...
2011-03-15 Guilherme SalgadoRemove unused imports
2011-02-11 Dirk Wallensteinmodels: Don't require optional model fields in forms
2011-02-11 Dirk Wallensteinmodels: Implement __unicode__ in models instead of...
2010-11-09 Jeremy Kerrmodels: Fix HeaderParser import on python 2.4
2010-11-01 Jeremy KerrAdd support for git-pull requests
2009-10-23 Jeremy Kerrmodels: Add Reported-By to parsed comment fields
2009-09-30 Jeremy KerrCopy headers from original mail into patch mbox output
2009-09-18 Thomas GleixnerAdd Message-Id to xmlrpc patch_get_mbox headers
2009-07-08 Jeremy KerrAdd nacked-by tag
2009-06-09 Jeremy Kerrviews: order bundle correctly
2009-02-14 Mauro Carvalho ChehabAdd extra patch meta tags (Tested/Reviewed/Nacked-by)
2009-02-12 Jeremy Kerr[mbox] Add extra newline after patch comment
2009-02-12 Jeremy Kerr[mbox] Put ACKs before '---' updates
2009-02-08 Jeremy KerrBundle reordering support
2009-01-29 Jeremy KerrInitial bundle reordering support
2009-01-27 Jeremy Kerr[models] use case-insensitve lookup when creating confi...
2008-10-29 Jeremy Kerr[models] Make patches unique on (msgid, project), not...
2008-10-10 Jeremy Kerr[packages] update to django 1.0
2008-10-09 Jeremy Kerr[models] Fix exception on mbox view with non-ascii...
2008-10-07 Jeremy Kerr[encoding] Don't output patch mbox as quoted-printable
2008-09-29 Jeremy Kerr[models] Create patch mbox with utf-8 encoding
2008-09-20 Jeremy KerrAdd comment signoffs and acks to mbox text
2008-09-20 Jeremy Kerr[models] Improve comment filter
2008-09-11 Jeremy KerrSave UserPersonConfirmations after activating
2008-09-11 Jeremy KerrDon't just rely on random for UserPersonConfirmation...
2008-09-11 Jeremy KerrAdd HashField.construct() method
2008-09-10 Jeremy KerrSimplify hashlib behaviour in HashField
2008-09-10 Jeremy KerrUse hex strings for hash values
2008-09-09 Jeremy KerrImport hashlib in HashField.db_type
2008-09-09 Jeremy KerrHook-up hashing infrastructure
2008-09-09 Jeremy KerrRe-save user profile after setting name
2008-08-23 Nate CaseSupport postgresql_psycopg2 DATABASE_ENGINE
2008-08-23 Nate CaseIn some places tabs are used instead of spaces for...
2008-08-23 Nate CaseAdd support for Python 2.4 email modules
2008-08-23 Nate CaseEliminate hashlib requirement
2008-08-22 Jeremy KerrUse django-registration infrastructure
2008-08-21 Jeremy KerrUse new django admin infrastructure
2008-08-21 Jeremy KerrImplement confirmation emails.
2008-08-21 Jeremy KerrInital commit