summaryrefslogtreecommitdiffstats
path: root/apps/patchwork
Commit message (Expand)AuthorAgeFilesLines
* Add URL and SCM data to projectsSimo Sorce2012-11-151-0/+3
* pwclient: lookup patch_id given Message-IdBen Myers2012-11-051-2/+9
* bundles: Add check for duplicate bundlesJeremy Kerr2012-10-222-0/+36
* requestcontext: Initialise 'messages' context varJeremy Kerr2012-10-081-1/+4
* pwclient: Pass input to git-am as a UTF-8 stringJeremy Kerr2012-09-041-1/+1
* templates: Don't rely on bool(Page)Jeremy Kerr2012-06-173-1/+40
* models: Add connection parameter for HashField.db_type.Jeremy Kerr2012-05-041-1/+1
* tests: Find test data relative to file locationDirk Wallenstein2012-05-041-2/+2
* tests/notifications: Add test for escaped patch namesJeremy Kerr2012-05-011-0/+14
* tests: Check the right optin emailDirk Wallenstein2012-05-011-1/+1
* tests/patchparser: abstract delegate and state testingJeremy Kerr2012-04-301-21/+17
* tests/patchparser: don't assume PK valuesJeremy Kerr2012-04-301-14/+21
* tests: Add tests for explicit delegate and state requestsDirk Wallenstein2012-04-301-2/+106
* 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-1915-55/+1311
|\
| * notifications: implement opt-outnotificationsJeremy Kerr2011-04-143-3/+29
| * notifications: Add NOTIFICATION_FROM_EMAIL settingJeremy Kerr2011-04-141-1/+1
| * notifications: Add code to send notificationsJeremy Kerr2011-04-143-1/+183
| * 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-149-27/+258
| * Use generic email confirmation objectJeremy Kerr2011-04-147-29/+240
* | xmlrpc: do slice before patch_to_dictJeremy Kerr2011-07-181-1/+1
* | 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-141-19/+7
* 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-304-38/+9
* 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