aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-14
* Add email opt-out systemJeremy Kerr2011-04-14
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-14
* Use generic email confirmation objectJeremy Kerr2011-04-14
* forms: Fix MultipleBooleanField.to_python when the field value is missingGuilherme Salgado2011-04-14
* models: use implied line continuationsJeremy Kerr2011-04-14
* models: Project.is_editable to check whether a user has edit rightsGuilherme Salgado2011-04-14
* views: Refactor generic_list() to make it less complicatedGuilherme Salgado2011-04-14
* admin: Streamline admin model registrationDirk Wallenstein2011-04-14
* settings: Remove hard-coded absolute pathsGuilherme Salgado2011-04-14
* patchwork-update-commits: add missing `update` to command linePaul Menzel2011-03-30
* Remove a bunch of unused variablesGuilherme Salgado2011-03-30
* Use the 'in' operator instead of dict.has_key(), which has been deprecatedGuilherme Salgado2011-03-30
* parser: Get rid of some code duplication in parsemail-batch.shGuilherme Salgado2011-03-30
* templates: remove redundant 'about' link from main navJeremy Kerr2011-03-30
* models: use User.post_save signal to create UserProfile objectsJeremy Kerr2011-03-30
* Replace tab characters with spaces on .py filesGuilherme Salgado2011-03-30
* Remove unused importsGuilherme Salgado2011-03-15
* views: use id__in = get_patch_ids() to get the modified patch setJeremy Kerr2011-03-09
* forms: Fix archiving/unarchiving of patches on patch listsGuilherme Salgado2011-03-08
* parser: Allow pull requests to include a diffGuilherme Salgado2011-03-08
* Remove unused templates and some code for processing themGuilherme Salgado2011-03-08
* filters: quote param names and values when constructing querystringsJeremy Kerr2011-03-08
* tests: Support execution of single testsDirk Wallenstein2011-02-28
* patchwork-update-commits: autodetect patchwork install directorySascha Silbe2011-02-28
* helpers: Change patchwork.wsgi to include the apps/ dir in sys.pathGuilherme Salgado2011-02-28
* parser: Recognize mail headers for delegate and stateDirk Wallenstein2011-02-28
* admin: Embellish model change listsDirk Wallenstein2011-02-11
* tests/parser: Add test for wrapped git pull requestsJeremy Kerr2011-02-11
* parser: Account for mail client line wrapping in pull requestsDirk Wallenstein2011-02-11
* models: Don't require optional model fields in formsDirk Wallenstein2011-02-11
* models: Implement __unicode__ in models instead of __str__Dirk Wallenstein2011-02-11
* templates: Spelling fixDirk Wallenstein2011-02-11
* Replace tab in indentation with spaceDirk Wallenstein2011-02-11
* templates: Fix pwclient no-match messagesDirk Wallenstein2011-02-11
* docs: Fix link creation exampleDirk Wallenstein2011-02-11
* tests/parser: Add subject encoding testsJeremy Kerr2011-02-11
* parser: Decode the subject headerDirk Wallenstein2011-02-11
* Revert "Decode patch from UTF-8 while parsing from stdin"Jeremy Kerr2011-02-10
* Decode patch from UTF-8 while parsing from stdinmartin f. krafft2010-12-13
* pwclient: fix handling of UTF-8 char in submitter nameAndreas Bießmann2010-12-10
* templates: use custom templates for password changeJeremy Kerr2010-12-10
* Add link to password change form on user profile pageSascha Silbe2010-12-10
* models: Fix HeaderParser import on python 2.4Jeremy Kerr2010-11-09
* Add support for git-pull requestsJeremy Kerr2010-11-01
* parsemail: change tab to spaceJeremy Kerr2010-11-01
* parser: Recognize X-list list headerRalf Baechle2010-09-23
* tests/updates: Add delegate clear testJeremy Kerr2010-09-03
* forms: change MultiplePatchForm from a ModelForm to a FormJeremy Kerr2010-09-03
* tests/updates: Add multiple invalid state change testJeremy Kerr2010-09-03