]> git.ozlabs.org Git - patchwork/shortlog
patchwork
2013-06-16 Wolfram Sangnotifications: add project name to patch update notific...
2013-06-16 Konstantin... Don't use total_seconds for python < 2.7
2013-06-16 Jeremy Kerrjs: Add jquery and jquery tablednd plugins
2013-06-10 Jeremy Kerrtest/mboxviews: Add test for header-supplied dates
2013-06-10 Jeremy Kerrviews/mbox: Use Date: header from original message
2013-06-10 Jeremy Kerrviews: Move mbox handling from models to views
2013-06-10 Jeremy Kerrmodels: Fix invalid dates in patch mbox
2013-05-14 Andreas Bießmannmodels: fix From header in mbox view
2013-05-14 Andreas Bießmanntests/mboxviews: add test for correct From header
2013-04-21 Jeremy Kerrbundles: Don't display 'Change order' button on public...
2013-04-20 Jeremy Kerrbundles: Don't allow slashes in bundle names
2013-04-20 Jeremy Kerrbundles: Remove separate public bundle views
2012-12-30 Jeremy Kerrforms: Only pass post data to multiplepatchform if...
2012-12-30 Jeremy Kerrtests/bundle: Check for form errors during bundle updates
2012-12-30 Jeremy Kerrtests/bundle: Add bundle update tests, fix missing...
2012-12-30 Jeremy Kerrtemplates/bundle: Unify public bundle meta information
2012-12-30 Jeremy Kerrtests/bundle: Add tests for public bundle views
2012-12-30 Simo Sorceviews/bundle: Allow downloading public bundle as mbox
2012-12-30 Doug Andersonpwclient: Add a little more space in 'pwclient list'
2012-12-30 Doug Andersonxmlrpc: Avoid trying to marshall None for people with...
2012-12-30 Doug Andersonpwclient: Add command for printing patch info
2012-11-29 Jeremy Kerrtemplates: patchwork project URL fixes
2012-11-15 Jeremy Kerrtemplates: Update patchwork project URL
2012-11-15 Simo Sorcetemplates: Add link to the projects website in the...
2012-11-15 Simo SorceAdd URL and SCM data to projects
2012-11-05 Simo SorceAdd shortcut to admin panel
2012-11-05 Ben Myerspwclient: lookup patch_id given Message-Id
2012-10-25 Simo SorceFix grant script
2012-10-22 Jeremy Kerrbundles: Add check for duplicate bundles
2012-10-08 Jeremy Kerrrequestcontext: Initialise 'messages' context var
2012-10-08 Jeremy Kerrsettings: Use new class for auth context processor
2012-10-08 Jeremy Kerrsettings: Use class-based template loading API
2012-09-06 Jeremy Kerrsettings: Add message middleware
2012-09-04 Jeremy Kerrpwclient: Pass input to git-am as a UTF-8 string
2012-06-17 Jeremy Kerrtemplates: Don't rely on bool(Page)
2012-05-04 Jeremy Kerrmodels: Add connection parameter for HashField.db_type.
2012-05-04 Dirk Wallensteintests: Find test data relative to file location
2012-05-01 Jeremy Kerrtests/notifications: Add test for escaped patch names
2012-05-01 Stefan Hajnoczinotifications: do not HTML-escape patch change notifica...
2012-05-01 Dirk Wallensteintests: Check the right optin email
2012-04-30 Jeremy Kerrtests/patchparser: abstract delegate and state testing
2012-04-30 Jeremy Kerrtests/patchparser: don't assume PK values
2012-04-30 Dirk Wallensteintests: Add tests for explicit delegate and state requests
2012-04-30 Dirk WallensteinUse an explicit initial default patch state
2012-01-14 Stefan Hajnocziparser: allow words starting with "diff" at beginning...
2011-12-08 Jeremy Kerrsql: remove development migration script
2011-12-08 Jeremy Kerrtests/patchparser: Add CVS format patch test
2011-12-08 Jeremy Kerrtests: add abstract mbox parsing test
2011-12-08 Jeremy Kerrfilters: handle utf-8 characters when building filter...
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 Kerrmodels: Update Person & UserProfile object whenever...
2011-09-19 Jeremy KerrMerge branch 'notifications'
2011-07-18 Jeremy Kerrxmlrpc: do slice before patch_to_dict
2011-04-19 Jeremy Kerrsettings: Use multiple-DB-style format for default...
2011-04-19 Guilherme SalgadoPatchwork now requires Django 1.2, so state that in...
2011-04-19 Jeremy KerrOrder: always set Order.order
2011-04-14 Jeremy Kerrnotifications: implement opt-out notifications
2011-04-14 Jeremy Kerrnotifications: Add NOTIFICATION_FROM_EMAIL setting
2011-04-14 Jeremy Kerrnotifications: Add code to send notifications
2011-04-14 Jeremy Kerrmodels: Add PatchChangeNotification and record patch...
2011-04-14 Jeremy KerrAdd email opt-out system
2011-04-14 Jeremy Kerrregistration: use EmailConfimation rather than separate...
2011-04-14 Jeremy KerrUse generic email confirmation object
2011-04-14 Guilherme Salgadoforms: Fix MultipleBooleanField.to_python when the...
2011-04-14 Jeremy Kerrmodels: use implied line continuations
2011-04-14 Guilherme Salgadomodels: Project.is_editable to check whether a user...
2011-04-14 Guilherme Salgadoviews: Refactor generic_list() to make it less complicated
2011-04-14 Dirk Wallensteinadmin: Streamline admin model registration
2011-04-14 Guilherme Salgadosettings: Remove hard-coded absolute paths
2011-03-30 Paul Menzelpatchwork-update-commits: add missing `update` to comma...
2011-03-30 Guilherme SalgadoRemove a bunch of unused variables
2011-03-30 Guilherme SalgadoUse the 'in' operator instead of dict.has_key(), which...
2011-03-30 Guilherme Salgadoparser: Get rid of some code duplication in parsemail...
2011-03-30 Jeremy Kerrtemplates: remove redundant 'about' link from main nav
2011-03-30 Jeremy Kerrmodels: use User.post_save signal to create UserProfile...
2011-03-30 Guilherme SalgadoReplace tab characters with spaces on .py files
2011-03-15 Guilherme SalgadoRemove unused imports
2011-03-09 Jeremy Kerrviews: use id__in = get_patch_ids() to get the modified...
2011-03-08 Guilherme Salgadoforms: Fix archiving/unarchiving of patches on patch...
2011-03-08 Guilherme Salgadoparser: Allow pull requests to include a diff
2011-03-08 Guilherme SalgadoRemove unused templates and some code for processing...
2011-03-08 Jeremy Kerrfilters: quote param names and values when constructing...
2011-02-28 Dirk Wallensteintests: Support execution of single tests
2011-02-28 Sascha Silbepatchwork-update-commits: autodetect patchwork install...
2011-02-28 Guilherme Salgadohelpers: Change patchwork.wsgi to include the apps...
2011-02-28 Dirk Wallensteinparser: Recognize mail headers for delegate and state
2011-02-11 Dirk Wallensteinadmin: Embellish model change lists
2011-02-11 Jeremy Kerrtests/parser: Add test for wrapped git pull requests
2011-02-11 Dirk Wallensteinparser: Account for mail client line wrapping in pull...
2011-02-11 Dirk Wallensteinmodels: Don't require optional model fields in forms
2011-02-11 Dirk Wallensteinmodels: Implement __unicode__ in models instead of...
2011-02-11 Dirk Wallensteintemplates: Spelling fix
2011-02-11 Dirk WallensteinReplace tab in indentation with space
2011-02-11 Dirk Wallensteintemplates: Fix pwclient no-match messages
2011-02-11 Dirk Wallensteindocs: Fix link creation example
2011-02-11 Jeremy Kerrtests/parser: Add subject encoding tests
2011-02-11 Dirk Wallensteinparser: Decode the subject header
2011-02-10 Jeremy KerrRevert "Decode patch from UTF-8 while parsing from...
2010-12-13 martin f. krafftDecode patch from UTF-8 while parsing from stdin
next