]> git.ozlabs.org Git - patchwork/history - apps
Remove django_xmlrpc from about page.
[patchwork] / apps /
2008-09-08 Jeremy KerrAdd 'update' method to pwclient
2008-09-08 Jeremy KerrUse 'in' rather than '.count()'
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-08 Jeremy KerrUse config file for pwclient settings
2008-09-08 Jeremy Kerrxmlrpc: filter projects on linkname, not name
2008-09-08 Jeremy KerrOnly add /xmlrpc/ URL if ENABLE_XMLRPC is set.
2008-09-08 Nate CaseAdd XML-RPC interface and command line client
2008-09-05 Jeremy KerrUse local settings module
2008-09-05 Nate Caseparsemail: Dynamically determine PATCHWORK_BASE
2008-09-01 Jeremy KerrAdd delegate column
2008-09-01 Jeremy KerrAdd content-disposition: attachment header to bundle...
2008-08-23 Jeremy KerrRemove 'action: ' print output
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 CaseSupport postgresql_psycopg2 DATABASE_ENGINE
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-23 Nate CaseEliminate hashlib requirement
2008-08-23 Jeremy KerrAdd simple help infrastructure, with an 'about' page.
2008-08-23 Jeremy KerrUse self.fields[field] rather than self.field when...
2008-08-23 Jeremy KerrPatchform.delegate isn't required
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_bundle
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 KerrGet parsemail scripts going
2008-08-21 Jeremy KerrAdd Users and Sites objects to admin site
2008-08-21 Jeremy KerrUse new django admin infrastructure
2008-08-21 Jeremy Kerrnewforms is just 'forms' now.
2008-08-21 Jeremy KerrImplement confirmation emails.
2008-08-21 Jeremy KerrInital commit