aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAge
* Don't just rely on random for UserPersonConfirmation keysJeremy Kerr2008-09-11
* Add HashField.construct() methodJeremy Kerr2008-09-11
* xmlrpc: Fix Python 2.4 compatibility in _marshaled_dispatchJeremy Kerr2008-09-10
* Simplify hashlib behaviour in HashFieldJeremy Kerr2008-09-10
* Allow pwclient to accept patch hashesJeremy Kerr2008-09-10
* Make parser.py invokation a little more flexibleJeremy Kerr2008-09-10
* Allow rehash for specific patchesJeremy Kerr2008-09-10
* Use hex strings for hash valuesJeremy Kerr2008-09-10
* Add patch_get_by_hash method to XMLRPC interfaceJeremy Kerr2008-09-09
* Import hashlib in HashField.db_typeJeremy Kerr2008-09-09
* Hook-up hashing infrastructureJeremy Kerr2008-09-09
* Move patchparser to patchwork.parserJeremy Kerr2008-09-09
* Remove unused parser.py fileJeremy Kerr2008-09-09
* Re-save user profile after setting nameJeremy Kerr2008-09-09
* Pass Authorization headers in fastcgi applicationJeremy Kerr2008-09-09
* Rename pwclient.py to pwclientJeremy Kerr2008-09-09
* Add usage info for pwclient 'update' actionJeremy Kerr2008-09-09
* Add 'update' method to pwclientJeremy Kerr2008-09-09
* Use 'in' rather than '.count()'Jeremy Kerr2008-09-08
* Make pwclient visible thorugh site, and add .pwclientrc infrastructureJeremy Kerr2008-09-08
* Set content-disposition header for pwclientrcJeremy Kerr2008-09-08
* Add pwclientrc configuration file sample for each projectJeremy Kerr2008-09-08
* Use config file for pwclient settingsJeremy Kerr2008-09-08
* xmlrpc: filter projects on linkname, not nameJeremy Kerr2008-09-08
* Only add /xmlrpc/ URL if ENABLE_XMLRPC is set.Jeremy Kerr2008-09-08
* Add XML-RPC interface and command line clientNate Case2008-09-08
* Use local settings moduleJeremy Kerr2008-09-05
* parsemail: Dynamically determine PATCHWORK_BASENate Case2008-09-05
* Add delegate columnJeremy Kerr2008-09-01
* Add content-disposition: attachment header to bundle downloadJeremy Kerr2008-09-01
* Remove 'action: ' print outputJeremy Kerr2008-08-23
* parsemail.sh typo: Insert missing slash in pathNate Case2008-08-23
* Python 2.4 exception printing compatibilityNate Case2008-08-23
* Support postgresql_psycopg2 DATABASE_ENGINENate Case2008-08-23
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-23
* Add support for Python 2.4 email modulesNate Case2008-08-23
* Eliminate hashlib requirementNate Case2008-08-23
* Add simple help infrastructure, with an 'about' page.Jeremy Kerr2008-08-23
* Use self.fields[field] rather than self.field when iterating form fieldsJeremy Kerr2008-08-23
* Patchform.delegate isn't requiredJeremy Kerr2008-08-23
* Use DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAILJeremy Kerr2008-08-22
* Use django-registration infrastructureJeremy Kerr2008-08-22
* Add project argument to set_bundleJeremy Kerr2008-08-21
* Add project argument to set_patchesJeremy Kerr2008-08-21
* Remove unused and incomplete bundle.set_patches viewJeremy Kerr2008-08-21
* Get parsemail scripts goingJeremy Kerr2008-08-21
* Add Users and Sites objects to admin siteJeremy Kerr2008-08-21
* Use new django admin infrastructureJeremy Kerr2008-08-21
* newforms is just 'forms' now.Jeremy Kerr2008-08-21
* Implement confirmation emails.Jeremy Kerr2008-08-21