]> git.ozlabs.org Git - patchwork/history - apps/patchwork/views/base.py
tox: Add tox.ini file
[patchwork] / apps / patchwork / views / base.py
2015-05-03 Stephen Finucaneviews: Replace 'mimetype' with 'content_type'
2013-10-13 Konstantin RyabitsevAdd a config option to FORCE_HTTPS_LINKS
2013-10-13 Jeremy Kerrviews/base: Implement limit for submitter autocompletion
2013-10-13 Jeremy Kerrviews/base: Include email addresses in submitter autoco...
2011-09-19 Jeremy KerrMerge branch 'notifications'
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-03-30 Guilherme SalgadoUse the 'in' operator instead of dict.has_key(), which...
2011-03-15 Guilherme SalgadoRemove unused imports
2010-03-19 Jeremy Kerrviews: Use request scheme in sample pwclientrc file.
2009-04-05 Jeremy Kerrviews: separate project views into separate file
2009-01-06 Jeremy KerrUse 'from' import for urlresolvers
2008-09-09 Jeremy KerrRename pwclient.py 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-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 django-registration infrastructure
2008-08-21 Jeremy KerrInital commit