index
:
patchwork
add-captcha
Unnamed repository; edit this file 'description' to name the repository.
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
models: Add PatchChangeNotification and record patch state changes
Jeremy Kerr
2011-04-14
*
Add email opt-out system
Jeremy Kerr
2011-04-14
*
registration: use EmailConfimation rather than separate registration app
Jeremy Kerr
2011-04-14
*
Use generic email confirmation object
Jeremy Kerr
2011-04-14
*
forms: Fix MultipleBooleanField.to_python when the field value is missing
Guilherme Salgado
2011-04-14
*
models: use implied line continuations
Jeremy Kerr
2011-04-14
*
models: Project.is_editable to check whether a user has edit rights
Guilherme Salgado
2011-04-14
*
views: Refactor generic_list() to make it less complicated
Guilherme Salgado
2011-04-14
*
admin: Streamline admin model registration
Dirk Wallenstein
2011-04-14
*
settings: Remove hard-coded absolute paths
Guilherme Salgado
2011-04-14
*
patchwork-update-commits: add missing `update` to command line
Paul Menzel
2011-03-30
*
Remove a bunch of unused variables
Guilherme Salgado
2011-03-30
*
Use the 'in' operator instead of dict.has_key(), which has been deprecated
Guilherme Salgado
2011-03-30
*
parser: Get rid of some code duplication in parsemail-batch.sh
Guilherme Salgado
2011-03-30
*
templates: remove redundant 'about' link from main nav
Jeremy Kerr
2011-03-30
*
models: use User.post_save signal to create UserProfile objects
Jeremy Kerr
2011-03-30
*
Replace tab characters with spaces on .py files
Guilherme Salgado
2011-03-30
*
Remove unused imports
Guilherme Salgado
2011-03-15
*
views: use id__in = get_patch_ids() to get the modified patch set
Jeremy Kerr
2011-03-09
*
forms: Fix archiving/unarchiving of patches on patch lists
Guilherme Salgado
2011-03-08
*
parser: Allow pull requests to include a diff
Guilherme Salgado
2011-03-08
*
Remove unused templates and some code for processing them
Guilherme Salgado
2011-03-08
*
filters: quote param names and values when constructing querystrings
Jeremy Kerr
2011-03-08
*
tests: Support execution of single tests
Dirk Wallenstein
2011-02-28
*
patchwork-update-commits: autodetect patchwork install directory
Sascha Silbe
2011-02-28
*
helpers: Change patchwork.wsgi to include the apps/ dir in sys.path
Guilherme Salgado
2011-02-28
*
parser: Recognize mail headers for delegate and state
Dirk Wallenstein
2011-02-28
*
admin: Embellish model change lists
Dirk Wallenstein
2011-02-11
*
tests/parser: Add test for wrapped git pull requests
Jeremy Kerr
2011-02-11
*
parser: Account for mail client line wrapping in pull requests
Dirk Wallenstein
2011-02-11
*
models: Don't require optional model fields in forms
Dirk Wallenstein
2011-02-11
*
models: Implement __unicode__ in models instead of __str__
Dirk Wallenstein
2011-02-11
*
templates: Spelling fix
Dirk Wallenstein
2011-02-11
*
Replace tab in indentation with space
Dirk Wallenstein
2011-02-11
*
templates: Fix pwclient no-match messages
Dirk Wallenstein
2011-02-11
*
docs: Fix link creation example
Dirk Wallenstein
2011-02-11
*
tests/parser: Add subject encoding tests
Jeremy Kerr
2011-02-11
*
parser: Decode the subject header
Dirk Wallenstein
2011-02-11
*
Revert "Decode patch from UTF-8 while parsing from stdin"
Jeremy Kerr
2011-02-10
*
Decode patch from UTF-8 while parsing from stdin
martin f. krafft
2010-12-13
*
pwclient: fix handling of UTF-8 char in submitter name
Andreas Bießmann
2010-12-10
*
templates: use custom templates for password change
Jeremy Kerr
2010-12-10
*
Add link to password change form on user profile page
Sascha Silbe
2010-12-10
*
models: Fix HeaderParser import on python 2.4
Jeremy Kerr
2010-11-09
*
Add support for git-pull requests
Jeremy Kerr
2010-11-01
*
parsemail: change tab to space
Jeremy Kerr
2010-11-01
*
parser: Recognize X-list list header
Ralf Baechle
2010-09-23
*
tests/updates: Add delegate clear test
Jeremy Kerr
2010-09-03
*
forms: change MultiplePatchForm from a ModelForm to a Form
Jeremy Kerr
2010-09-03
*
tests/updates: Add multiple invalid state change test
Jeremy Kerr
2010-09-03
[next]