summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Use an explicit initial default patch stateDirk Wallenstein2012-04-302-4/+7
* parser: allow words starting with "diff" at beginning of lineStefan Hajnoczi2012-01-142-1/+6
* tests/patchparser: Add CVS format patch testJeremy Kerr2011-12-082-0/+142
* tests: add abstract mbox parsing testJeremy Kerr2011-12-081-7/+9
* filters: handle utf-8 characters when building filter querystringJeremy Kerr2011-12-082-2/+17
* patchwork: new pwclient git-am actiondavid decotigny2011-11-251-3/+20
* parser: allow other protocol types in pull-request handlingJeremy Kerr2011-11-255-1/+1055
* models: Update Person & UserProfile object whenever User is savedJeremy Kerr2011-09-192-5/+46
* Merge branch 'notifications'Jeremy Kerr2011-09-1917-68/+1316
|\
| * notifications: implement opt-outnotificationsJeremy Kerr2011-04-143-3/+29
| * notifications: Add NOTIFICATION_FROM_EMAIL settingJeremy Kerr2011-04-142-1/+2
| * notifications: Add code to send notificationsJeremy Kerr2011-04-144-1/+185
| * models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-143-0/+162
| * 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
* | xmlrpc: do slice before patch_to_dictJeremy Kerr2011-07-181-1/+1
* | settings: Use multiple-DB-style format for default settingsJeremy Kerr2011-04-191-6/+6
* | Order: always set Order.orderJeremy Kerr2011-04-191-2/+1
|/
* 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