summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* notifications: implement opt-outnotificationsJeremy Kerr2011-04-143-3/+29
* notifications: Add NOTIFICATION_FROM_EMAIL settingJeremy Kerr2011-04-143-1/+4
* notifications: Add code to send notificationsJeremy Kerr2011-04-146-1/+205
* models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-146-2/+179
* Add email opt-out systemJeremy Kerr2011-04-1421-15/+725
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-1424-78/+293
* Use generic email confirmation objectJeremy Kerr2011-04-1412-33/+274
* forms: Fix MultipleBooleanField.to_python when the field value is missingGuilherme Salgado2011-04-141-2/+2
* models: use implied line continuationsJeremy Kerr2011-04-141-9/+8
* models: Project.is_editable to check whether a user has edit rightsGuilherme Salgado2011-04-142-3/+7
* views: Refactor generic_list() to make it less complicatedGuilherme Salgado2011-04-144-64/+59
* admin: Streamline admin model registrationDirk Wallenstein2011-04-142-21/+11
* settings: Remove hard-coded absolute pathsGuilherme Salgado2011-04-142-8/+17
* patchwork-update-commits: add missing `update` to command linePaul Menzel2011-03-301-1/+1
* Remove a bunch of unused variablesGuilherme Salgado2011-03-305-11/+3
* Use the 'in' operator instead of dict.has_key(), which has been deprecatedGuilherme Salgado2011-03-302-3/+3
* parser: Get rid of some code duplication in parsemail-batch.shGuilherme Salgado2011-03-301-8/+2
* templates: remove redundant 'about' link from main navJeremy Kerr2011-03-301-2/+0
* models: use User.post_save signal to create UserProfile objectsJeremy Kerr2011-03-305-42/+10
* Replace tab characters with spaces on .py filesGuilherme Salgado2011-03-303-4/+4
* Remove unused importsGuilherme Salgado2011-03-158-38/+12
* views: use id__in = get_patch_ids() to get the modified patch setJeremy Kerr2011-03-092-7/+63
* forms: Fix archiving/unarchiving of patches on patch listsGuilherme Salgado2011-03-082-40/+69
* parser: Allow pull requests to include a diffGuilherme Salgado2011-03-083-8/+156
* Remove unused templates and some code for processing themGuilherme Salgado2011-03-086-204/+0
* filters: quote param names and values when constructing querystringsJeremy Kerr2011-03-083-1/+40
* tests: Support execution of single testsDirk Wallenstein2011-02-281-14/+5
* patchwork-update-commits: autodetect patchwork install directorySascha Silbe2011-02-281-1/+2
* helpers: Change patchwork.wsgi to include the apps/ dir in sys.pathGuilherme Salgado2011-02-283-3/+4
* parser: Recognize mail headers for delegate and stateDirk Wallenstein2011-02-281-1/+24
* admin: Embellish model change listsDirk Wallenstein2011-02-111-7/+26
* tests/parser: Add test for wrapped git pull requestsJeremy Kerr2011-02-112-2/+355
* parser: Account for mail client line wrapping in pull requestsDirk Wallenstein2011-02-111-1/+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
* templates: Spelling fixDirk Wallenstein2011-02-111-1/+1
* Replace tab in indentation with spaceDirk Wallenstein2011-02-115-20/+20
* templates: Fix pwclient no-match messagesDirk Wallenstein2011-02-111-2/+2
* docs: Fix link creation exampleDirk Wallenstein2011-02-111-1/+1
* tests/parser: Add subject encoding testsJeremy Kerr2011-02-112-0/+29
* parser: Decode the subject headerDirk Wallenstein2011-02-111-0/+2
* Revert "Decode patch from UTF-8 while parsing from stdin"Jeremy Kerr2011-02-101-1/+2
* Decode patch from UTF-8 while parsing from stdinmartin f. krafft2010-12-131-2/+1
* pwclient: fix handling of UTF-8 char in submitter nameAndreas Bießmann2010-12-101-1/+2
* templates: use custom templates for password changeJeremy Kerr2010-12-103-1/+59
* Add link to password change form on user profile pageSascha Silbe2010-12-101-0/+5
* models: Fix HeaderParser import on python 2.4Jeremy Kerr2010-11-091-0/+1
* Add support for git-pull requestsJeremy Kerr2010-11-018-9/+415
* parsemail: change tab to spaceJeremy Kerr2010-11-011-1/+1
* parser: Recognize X-list list headerRalf Baechle2010-09-231-1/+1