Show patches with: none      |   2533 patches
« 1 2 3 425 26 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Configure WSGI to pass HTTP authorization - - - - --- 2010-02-05 Martin Krafft Rejected
De-hyphenate Git commands in update-patchwork-status.py - - - - --- 2010-02-05 Martin Krafft Accepted
Add a simple sample Git post-receive hook - - - - --- 2010-02-05 Martin Krafft Accepted
Decode patch from UTF-8 while parsing from stdin - - - - --- 2010-02-05 Martin Krafft Accepted
Only spout to stderr if $VERBOSE is set - - - - --- 2010-04-27 Martin Krafft jk Not Applicable
[1/1] templates: Add CSRF (cross-site request forgery) values to form posts - - - - --- 2010-06-24 John 'Warthog9' Hawley Accepted
Need help setting up Patchwork - - - - --- 2010-07-02 Deen Sethanandha Not Applicable
handle octet-stream attachments that contain patches - - - - --- 2010-08-24 Patrick Georgi Changes Requested
Recognize X-list list header - - - - --- 2010-09-22 Ralf Baechle Accepted
models: Fix HeaderParser import on python 2.4 - - - - --- 2010-11-02 Jeremy Kerr Accepted
Add support for stripping a subject prefix that's different from linkname - - - - --- 2010-11-26 Sascha Silbe Superseded
Add support for stripping a subject prefix that's different from linkname - - - - --- 2010-11-26 Sascha Silbe Superseded
Add support for stripping a subject prefix that's different from linkname - - - - --- 2010-11-26 Sascha Silbe Changes Requested
Add link to password change form on user profile page - - - - --- 2010-11-29 Sascha Silbe Accepted
pwclient: fix handling of UTF-8 char in submitter name - - - - --- 2010-12-07 Andreas Bießmann Accepted
Decode the subject header - - - - --- 2011-01-13 Dirk Wallenstein Accepted
Decode patch from UTF-8 while parsing from stdin - - - - --- 2011-01-13 Dirk Wallenstein Superseded
[1/4] docs: Fix link creation example - - - - --- 2011-01-13 Dirk Wallenstein Accepted
[2/4] Spelling fix - - - - --- 2011-01-13 Dirk Wallenstein Accepted
[3/4] Replace tab in indentation with space - - - - --- 2011-01-13 Dirk Wallenstein Accepted
[4/4] Fix pwclient no-match messages - - - - --- 2011-01-13 Dirk Wallenstein Accepted
Implement __unicode__ in models instead of __str__ - - - - --- 2011-01-15 Dirk Wallenstein Accepted
Don't require optional model fields in forms - - - - --- 2011-01-15 Dirk Wallenstein Superseded
[v2] Don't require optional model fields in forms - - - - --- 2011-01-17 Dirk Wallenstein Accepted
Account for mail client line wrapping in pull requests - - - - --- 2011-01-17 Dirk Wallenstein Accepted
Embellish admin model change lists - - - - --- 2011-01-18 Dirk Wallenstein Accepted
Recognize mail headers for delegate and state - - - - --- 2011-01-26 Dirk Wallenstein Superseded
[v2] Recognize mail headers for delegate and state - - - - --- 2011-01-26 Dirk Wallenstein Changes Requested
Missing basedir/apps in sys.path? - - - - --- 2011-02-02 Guilherme Salgado Superseded
Missing basedir/apps in sys.path? - - - - --- 2011-02-03 Guilherme Salgado Superseded
Pull requests with patches - - 1 - --- 2011-02-08 Guilherme Salgado Accepted
Ensure consecutive patch header lines - - - - --- 2011-02-09 Dirk Wallenstein Changes Requested
Manually encode utf-8 patch in testcase - - - - --- 2011-02-10 Dirk Wallenstein Rejected
[1/2] adapt patchwork-update-commits to pwclient changes - - - - --- 2011-02-11 Sascha Silbe Changes Requested
[2/2] patchwork-update-commits: autodetect patchwork install directory - - - - --- 2011-02-11 Sascha Silbe Accepted
Guessing project based on email address - - - - --- 2011-02-14 Guilherme Salgado RFC
Make sure the diffs of pull requests are stored in the Patch object. - - - - --- 2011-02-15 Guilherme Salgado Superseded
Change patchwork.wsgi to include the apps/ dir in sys.path - - - - --- 2011-02-15 Guilherme Salgado Accepted
Fix parsemail-batch.sh - - - - --- 2011-02-16 Guilherme Salgado Superseded
Support execution of single tests - - - - --- 2011-02-16 Dirk Wallenstein Accepted
Make it possible to configure Patchwork to delegate user authentication to an OpenID provider. - - - - --- 2011-02-17 Guilherme Salgado RFC
[v2] Make sure the diffs of pull requests are stored in the Patch object. - - - - --- 2011-02-18 Guilherme Salgado Superseded
[v2] Get rid of some code duplication in parsemail-batch.sh. - - - - --- 2011-02-18 Guilherme Salgado Superseded
Remove unused imports. - - - - --- 2011-02-22 Guilherme Salgado Superseded
Replace tab characters with spaces on .py files. - - - - --- 2011-02-22 Guilherme Salgado Superseded
Remove a bunch of unused variables. - - - - --- 2011-02-22 Guilherme Salgado Superseded
Use the 'in' operator instead of dict.has_key(), which has been deprecated. - - - - --- 2011-02-22 Guilherme Salgado Superseded
Get rid of hard-coded absolute paths. - - - - --- 2011-02-22 Guilherme Salgado Superseded
Remove unused templates and some code for processing them. - - - - --- 2011-02-23 Guilherme Salgado Accepted
Fix archiving/unarchiving of patches on patch lists. - - - - --- 2011-02-23 Guilherme Salgado Superseded
Refactor the generic_list() view to make it less complicated. - - - - --- 2011-02-25 Guilherme Salgado Accepted
New factory which creates arbitrary model objects to be used in tests. - - - - --- 2011-02-25 Guilherme Salgado Superseded
Make sure the diffs of pull requests are stored in the Patch object. - - - - --- 2011-02-28 Guilherme Salgado Accepted
Get rid of some code duplication in parsemail-batch.sh. - - - - --- 2011-02-28 Guilherme Salgado Accepted
Fix archiving/unarchiving of patches on patch lists. - - - - --- 2011-02-28 Guilherme Salgado Accepted
Get rid of hard-coded absolute paths. - - - - --- 2011-02-28 Guilherme Salgado Accepted
Use the 'in' operator instead of dict.has_key(), which has been deprecated. - - - - --- 2011-02-28 Guilherme Salgado Accepted
Remove a bunch of unused variables. - - - - --- 2011-02-28 Guilherme Salgado Accepted
[PATCH/RFC] Provide basic test fixture through inheritance - - - - --- 2011-03-05 Dirk Wallenstein Changes Requested
Remove unused imports. - - - - --- 2011-03-09 Guilherme Salgado Accepted
Replace tab characters with spaces on .py files. - - - - --- 2011-03-09 Guilherme Salgado Superseded
Replace tab characters with spaces on .py files. - - - - --- 2011-03-09 Guilherme Salgado Accepted
Guessing project based on email address - - - - --- 2011-03-16 Guilherme Salgado RFC
New module to set appropriate sys.path for scripts. - - - - --- 2011-03-21 Guilherme Salgado Superseded
Fully automating patch state updates - - - - --- 2011-03-21 Guilherme Salgado Superseded
patchwork-update-commits: add missing `update` to command line - - - - --- 2011-03-23 Paul Menzel Accepted
Add a source_tree field to Project. - - - - --- 2011-03-25 Guilherme Salgado Superseded
Refactor the generic_list() view to make it less complicated. - - - - --- 2011-03-30 Guilherme Salgado Superseded
Add a source_tree field to Project. - - - - --- 2011-03-30 Guilherme Salgado Superseded
Add a source_tree field to Project. - - - - --- 2011-03-31 Guilherme Salgado RFC
[PATCH/RFC,v2] Provide basic test fixture through inheritance - - - - --- 2011-04-01 Dirk Wallenstein Superseded
Streamline admin model registration - - - - --- 2011-04-01 Dirk Wallenstein Accepted
[PATCH/RFC,v3] Provide basic test fixture through inheritance - - - - --- 2011-04-01 Dirk Wallenstein Superseded
[RFC] A new page listing the user's patches that are waiting for feedback - - - - --- 2011-04-04 Guilherme Salgado RFC
Just add a comment on settings.py with instructions to enable CSRF protection on Django 1.1 - - - - --- 2011-04-06 Guilherme Salgado Rejected
[V2,1/2] Refactor the generic_list() view to make it less complicated. - - - - --- 2011-04-12 Guilherme Salgado Accepted
[2/2] New Project method to check whether the given user has edit rights on it. - - - - --- 2011-04-12 Guilherme Salgado Accepted
[v2] Ensure consecutive patch header lines - - - - --- 2011-04-13 Dirk Wallenstein Accepted
Make MultipleBooleanField.to_python work when the field value is missing - - - - --- 2011-04-13 Guilherme Salgado Accepted
Use email addresses of recipients as fallback to lookup the patch's project - - - - --- 2011-04-14 Guilherme Salgado Accepted
Patchwork now requires Django 1.2, so state that in docs/INSTALL - - - - --- 2011-04-14 Guilherme Salgado Accepted
[V2] New factory class to create arbitrary model objects, to be used in tests - - - - --- 2011-04-14 Guilherme Salgado Superseded
Show the bulk edit form when the user can edit all patches in the list - - - - --- 2011-04-14 Guilherme Salgado Superseded
Make it possible, via a config setting, to use OpenID for authentication - - - - --- 2011-04-15 Guilherme Salgado Superseded
[V2] New module to set appropriate sys.path for scripts. - - - - --- 2011-04-15 Guilherme Salgado Superseded
[V3] New module to set appropriate sys.path for scripts - - - - --- 2011-04-15 Guilherme Salgado Superseded
A new page that displays the patches for which the user is waiting feedback - - - - --- 2011-04-15 Guilherme Salgado Changes Requested
[V2] Use email addresses of recipients as fallback to lookup the patch's project - - - - --- 2011-04-19 Guilherme Salgado Superseded
[V2] Make it possible, via a config setting, to use OpenID for authentication - - - - --- 2011-04-19 Guilherme Salgado Superseded
[RFC] Store patch authors in the new Patch.author field - - - - --- 2011-04-28 Guilherme Salgado RFC
[V3] New factory class to create arbitrary model objects, to be used in tests - - - - --- 2011-04-29 Guilherme Salgado Superseded
[V2] Show the bulk edit form when the user can edit all patches in the list - - - - --- 2011-04-29 Guilherme Salgado Superseded
Make sure Person.email is really unique by lower casing it - - - - --- 2011-05-06 Guilherme Salgado Superseded
[V2] Add a source_tree field to Project. - - - - --- 2011-05-11 Guilherme Salgado Superseded
[V2] A new page that displays the patches for which the user is waiting feedback - - - - --- 2011-05-11 Guilherme Salgado Superseded
[V2] Prefer patch subject/author when they're specified in the body of the email - - - - --- 2011-05-13 Guilherme Salgado Superseded
[V3] Prefer patch subject/author when they're specified in the body of the email - - - - --- 2011-05-19 Guilherme Salgado Superseded
Remove hard-coded view paths from tests and use reverse() instead - - - - --- 2011-06-14 Guilherme Salgado Superseded
Limit the length of patch names when they are used in the heading of a page - - - - --- 2011-06-21 Guilherme Salgado Superseded
patchwork: new pwclient git-am action - - - - --- 2011-11-22 david decotigny Accepted
« 1 2 3 425 26 »