summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add email opt-out systemJeremy Kerr2011-04-148-4/+448
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-1411-40/+260
* Use generic email confirmation objectJeremy Kerr2011-04-147-29/+240
* 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-143-63/+58
* admin: Streamline admin model registrationDirk Wallenstein2011-04-142-21/+11
* settings: Remove hard-coded absolute pathsGuilherme Salgado2011-04-142-8/+17
* 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
* 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-082-34/+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
* 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
* Replace tab in indentation with spaceDirk Wallenstein2011-02-115-20/+20
* templates: Fix pwclient no-match messagesDirk Wallenstein2011-02-111-2/+2
* 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
* models: Fix HeaderParser import on python 2.4Jeremy Kerr2010-11-091-0/+1
* Add support for git-pull requestsJeremy Kerr2010-11-015-6/+394
* parsemail: change tab to spaceJeremy Kerr2010-11-011-1/+1
* parser: Recognize X-list list headerRalf Baechle2010-09-231-1/+1
* tests/updates: Add delegate clear testJeremy Kerr2010-09-031-5/+15
* forms: change MultiplePatchForm from a ModelForm to a FormJeremy Kerr2010-09-032-22/+28
* tests/updates: Add multiple invalid state change testJeremy Kerr2010-09-031-5/+18
* views/patch: remove unused codeJeremy Kerr2010-09-021-52/+0
* forms.MultiplePatchForm: remove no-change fields on clean()Jeremy Kerr2010-09-021-0/+15
* tests: Add multiple patch update testJeremy Kerr2010-09-023-2/+74
* views/user: don't refer to request.POST for non-POST requestsJeremy Kerr2010-08-111-1/+2
* views: implement CSRF protectionJeremy Kerr2010-08-102-0/+3
* parser: decode stdin from utf-8Jeremy Kerr2010-08-101-1/+4
* tests/utils: Specify content encoding on MIMEText() constructionJeremy Kerr2010-08-101-6/+5
* Remove broken registration symlinkJeremy Kerr2010-08-101-1/+0
* Registration framework maintained on bitbucketMartin Krafft2010-08-101-1/+1