]> git.ozlabs.org Git - patchwork/history - apps/patchwork/views
tests/bundle: Add tests for public bundle views
[patchwork] / apps / patchwork / views /
2012-12-30 Simo Sorceviews/bundle: Allow downloading public bundle as mbox
2012-12-30 Doug Andersonxmlrpc: Avoid trying to marshall None for people with...
2011-09-19 Jeremy KerrMerge branch 'notifications'
2011-07-18 Jeremy Kerrxmlrpc: do slice before patch_to_dict
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 Salgadomodels: Project.is_editable to check whether a user...
2011-04-14 Guilherme Salgadoviews: Refactor generic_list() to make it less complicated
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 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 SalgadoRemove unused templates and some code for processing...
2011-02-11 Dirk WallensteinReplace tab in indentation with space
2010-09-02 Jeremy Kerrviews/patch: remove unused code
2010-08-11 Jeremy Kerrviews/user: don't refer to request.POST for non-POST...
2010-08-10 Jeremy Kerrviews: implement CSRF protection
2010-07-19 Jeremy Kerrviews/bundle/public: Lookup on user
2010-03-19 Jeremy Kerrviews: Use request scheme in sample pwclientrc file.
2009-10-22 Jeremy Kerrpwclient,xmlrpc: Specify project for patch hash lookups
2009-08-15 Abhishek Kulkarnixmlrpc: Remove duplicated "name" field
2009-04-05 Jeremy Kerrviews: separate project views into separate file
2009-02-14 Mauro Carvalho ChehabFix non-ascii character encodings on xmlrpc interface
2009-02-08 Jeremy KerrBundle reordering support
2009-02-08 Jeremy Kerr[views] Allow Order class to be user-editable
2009-01-06 Jeremy KerrUse 'from' import for urlresolvers
2008-09-25 Jeremy Kerr[views] Don't use bundle owner for current user
2008-09-23 Jeremy Kerr[views] Restructure profile view, simplify bundle access
2008-09-20 Jeremy Kerr[views] Fix empty bundle showing entire project's patches
2008-09-11 Jeremy KerrSave confirmation object before trying to render user...
2008-09-10 Jeremy Kerrxmlrpc: Fix Python 2.4 compatibility in _marshaled_dispatch
2008-09-09 Jeremy KerrAdd patch_get_by_hash method to XMLRPC interface
2008-09-09 Jeremy KerrPass Authorization headers in fastcgi application
2008-09-09 Jeremy KerrRename pwclient.py to pwclient
2008-09-08 Jeremy KerrAdd 'update' method to pwclient
2008-09-08 Jeremy KerrMake pwclient visible thorugh site, and add .pwclientrc...
2008-09-08 Jeremy KerrSet content-disposition header for pwclientrc
2008-09-08 Jeremy KerrAdd pwclientrc configuration file sample for each project
2008-09-01 Jeremy KerrAdd content-disposition: attachment header to bundle...
2008-08-23 Nate CaseIn some places tabs are used instead of spaces for...
2008-08-23 Jeremy KerrAdd simple help infrastructure, with an 'about' page.
2008-08-22 Jeremy KerrUse DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAIL
2008-08-22 Jeremy KerrUse django-registration infrastructure
2008-08-21 Jeremy KerrAdd project argument to set_patches
2008-08-21 Jeremy KerrRemove unused and incomplete bundle.set_patches view
2008-08-21 Jeremy KerrImplement confirmation emails.
2008-08-21 Jeremy KerrInital commit