]> git.ozlabs.org Git - patchwork/history - apps/patchwork/bin
bundles: Remove separate public bundle views
[patchwork] / apps / patchwork / bin /
2012-12-30 Doug Andersonpwclient: Add a little more space in 'pwclient list'
2012-12-30 Doug Andersonpwclient: Add command for printing patch info
2012-11-05 Ben Myerspwclient: lookup patch_id given Message-Id
2012-09-04 Jeremy Kerrpwclient: Pass input to git-am as a UTF-8 string
2012-04-30 Dirk WallensteinUse an explicit initial default patch state
2011-11-25 david decotignypatchwork: new pwclient git-am action
2011-11-25 Jeremy Kerrparser: allow other protocol types in pull-request...
2011-09-19 Jeremy KerrMerge branch 'notifications'
2011-04-14 Jeremy Kerrnotifications: Add code to send notifications
2011-03-30 Guilherme Salgadoparser: Get rid of some code duplication in parsemail...
2011-03-30 Jeremy Kerrmodels: use User.post_save signal to create UserProfile...
2011-03-08 Guilherme Salgadoparser: Allow pull requests to include a diff
2011-02-28 Dirk Wallensteinparser: Recognize mail headers for delegate and state
2011-02-11 Dirk Wallensteinparser: Account for mail client line wrapping in pull...
2011-02-11 Dirk Wallensteintemplates: Fix pwclient no-match messages
2011-02-11 Dirk Wallensteinparser: Decode the subject header
2010-12-10 Andreas Bießmannpwclient: fix handling of UTF-8 char in submitter name
2010-11-01 Jeremy KerrAdd support for git-pull requests
2010-11-01 Jeremy Kerrparsemail: change tab to space
2010-09-23 Ralf Baechleparser: Recognize X-list list header
2010-08-10 Martin Kraffttools: De-hyphenate Git commands in update-patchwork...
2010-03-19 Jeremy Kerrpwclient: allow authenticated https connections
2010-01-24 Paul Menzelpwclient get: fix for handling messages encoded in...
2009-11-24 Jeremy Kerrpwclient: fallback to patch_get_by_hash
2009-10-22 Jeremy Kerrpwclient,xmlrpc: Specify project for patch hash lookups
2009-10-22 Jeremy Kerrpwclient: Add newline to 'no hash' message
2009-09-18 Mauro Carvalho Chehabpwclient fix for handling messages with UTF-8
2009-08-01 Jeremy Kerrparser: allow short-form List-Id headers
2008-10-29 Jeremy Kerr[models] Make patches unique on (msgid, project), not...
2008-10-23 Jeremy Kerr[parser] Handle patches with no content charset defined
2008-10-14 Jeremy Kerr[parser] Convert patch content to unicode before parsing
2008-10-10 Jeremy Kerr[parser] Accept x-diff patches
2008-09-29 Jeremy Kerr[tests] Add tests for utf-8 patches
2008-09-20 Jeremy Kerr[parser] Fix spacing for encoded headers
2008-09-20 Jeremy Kerr[parser] Merge senders with different case
2008-09-20 Jeremy KerrAdd bin/__init__.py
2008-09-20 Jeremy Kerr[parser] Decode From: headers
2008-09-20 Jeremy Kerr[parser] Don't remove --- update lines
2008-09-19 Jeremy KerrRemove superfluous print from parsemail.py
2008-09-16 Jeremy KerrFix handling of newlines in subjects
2008-09-16 Jeremy KerrDrop project.linkname from patch subject lines
2008-09-16 Jeremy KerrImprove [PATCH] subject parsing
2008-09-11 Nate Casepwclient: Get rid of underscore to dash replacement
2008-09-10 Jeremy KerrAllow pwclient to accept patch hashes
2008-09-10 Jeremy KerrAllow rehash for specific patches
2008-09-09 Jeremy KerrHook-up hashing infrastructure
2008-09-09 Jeremy KerrMove patchparser to patchwork.parser
2008-09-09 Jeremy KerrRename pwclient.py to pwclient
2008-09-08 Jeremy KerrAdd usage info for pwclient 'update' action
2008-09-08 Jeremy KerrAdd 'update' method to pwclient
2008-09-08 Jeremy KerrUse config file for pwclient settings
2008-09-08 Nate CaseAdd XML-RPC interface and command line client
2008-09-05 Nate Caseparsemail: Dynamically determine PATCHWORK_BASE
2008-08-23 Nate Caseparsemail.sh typo: Insert missing slash in path
2008-08-23 Nate CasePython 2.4 exception printing compatibility
2008-08-23 Nate CaseIn some places tabs are used instead of spaces for...
2008-08-23 Nate CaseAdd support for Python 2.4 email modules
2008-08-21 Jeremy KerrGet parsemail scripts going
2008-08-21 Jeremy KerrInital commit