summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/models.py
Commit message (Expand)AuthorAgeFilesLines
* notifications: implement opt-outnotificationsJeremy Kerr2011-04-141-0/+5
* models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-141-0/+44
* Add email opt-out systemJeremy Kerr2011-04-141-0/+5
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-141-1/+3
* Use generic email confirmation objectJeremy Kerr2011-04-141-17/+12
* models: use implied line continuationsJeremy Kerr2011-04-141-9/+8
* models: Project.is_editable to check whether a user has edit rightsGuilherme Salgado2011-04-141-1/+6
* Remove a bunch of unused variablesGuilherme Salgado2011-03-301-6/+0
* models: use User.post_save signal to create UserProfile objectsJeremy Kerr2011-03-301-0/+8
* Remove unused importsGuilherme Salgado2011-03-151-3/+1
* models: Don't require optional model fields in formsDirk Wallenstein2011-02-111-6/+6
* models: Implement __unicode__ in models instead of __str__Dirk Wallenstein2011-02-111-7/+7
* models: Fix HeaderParser import on python 2.4Jeremy Kerr2010-11-091-0/+1
* Add support for git-pull requestsJeremy Kerr2010-11-011-3/+5
* models: Add Reported-By to parsed comment fieldsJeremy Kerr2009-10-231-1/+3
* Copy headers from original mail into patch mbox outputJeremy Kerr2009-09-301-1/+8
* Add Message-Id to xmlrpc patch_get_mbox headersThomas Gleixner2009-09-181-0/+1
* Add nacked-by tagJeremy Kerr2009-07-081-1/+1
* views: order bundle correctlyJeremy Kerr2009-06-091-1/+1
* Add extra patch meta tags (Tested/Reviewed/Nacked-by)Mauro Carvalho Chehab2009-02-151-1/+1
* [mbox] Add extra newline after patch commentJeremy Kerr2009-02-121-1/+1
* [mbox] Put ACKs before '---' updatesJeremy Kerr2009-02-121-0/+13
* Bundle reordering supportJeremy Kerr2009-02-081-4/+18
* Initial bundle reordering supportJeremy Kerr2009-01-291-1/+17
* [models] use case-insensitve lookup when creating confirmationJeremy Kerr2009-01-271-1/+1
* [models] Make patches unique on (msgid, project), not just (msgid)Jeremy Kerr2008-10-291-2/+4
* [packages] update to django 1.0Jeremy Kerr2008-10-101-1/+0
* [models] Fix exception on mbox view with non-ascii submitter nameJeremy Kerr2008-10-091-1/+1
* [encoding] Don't output patch mbox as quoted-printableJeremy Kerr2008-10-071-3/+13
* [models] Create patch mbox with utf-8 encodingJeremy Kerr2008-09-291-1/+1
* Add comment signoffs and acks to mbox textJeremy Kerr2008-09-201-1/+16
* [models] Improve comment filterJeremy Kerr2008-09-201-1/+1
* Save UserPersonConfirmations after activatingJeremy Kerr2008-09-111-0/+1
* Don't just rely on random for UserPersonConfirmation keysJeremy Kerr2008-09-111-29/+30
* Add HashField.construct() methodJeremy Kerr2008-09-111-10/+10
* Simplify hashlib behaviour in HashFieldJeremy Kerr2008-09-101-11/+6
* Use hex strings for hash valuesJeremy Kerr2008-09-101-22/+10
* Import hashlib in HashField.db_typeJeremy Kerr2008-09-091-0/+1
* Hook-up hashing infrastructureJeremy Kerr2008-09-091-3/+6
* Re-save user profile after setting nameJeremy Kerr2008-09-091-1/+1
* Support postgresql_psycopg2 DATABASE_ENGINENate Case2008-08-231-1/+4
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-231-19/+19
* Add support for Python 2.4 email modulesNate Case2008-08-231-2/+9
* Eliminate hashlib requirementNate Case2008-08-231-2/+18
* Use django-registration infrastructureJeremy Kerr2008-08-221-37/+0
* Use new django admin infrastructureJeremy Kerr2008-08-211-29/+0
* Implement confirmation emails.Jeremy Kerr2008-08-211-2/+11
* Inital commitJeremy Kerr2008-08-211-0/+362