summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* parsemail.sh typo: Insert missing slash in pathNate Case2008-08-231-1/+1
* Python 2.4 exception printing compatibilityNate Case2008-08-231-2/+2
* Support postgresql_psycopg2 DATABASE_ENGINENate Case2008-08-231-1/+4
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-2315-85/+85
* Add support for Python 2.4 email modulesNate Case2008-08-232-4/+16
* Eliminate hashlib requirementNate Case2008-08-232-4/+25
* Add simple help infrastructure, with an 'about' page.Jeremy Kerr2008-08-232-1/+13
* Use self.fields[field] rather than self.field when iterating form fieldsJeremy Kerr2008-08-231-2/+3
* Patchform.delegate isn't requiredJeremy Kerr2008-08-231-1/+1
* Use DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAILJeremy Kerr2008-08-222-2/+2
* Use django-registration infrastructureJeremy Kerr2008-08-2210-173/+63
* Add project argument to set_bundleJeremy Kerr2008-08-211-2/+2
* Add project argument to set_patchesJeremy Kerr2008-08-214-6/+7
* Remove unused and incomplete bundle.set_patches viewJeremy Kerr2008-08-211-5/+0
* Get parsemail scripts goingJeremy Kerr2008-08-212-8/+17
* Add Users and Sites objects to admin siteJeremy Kerr2008-08-211-0/+11
* Use new django admin infrastructureJeremy Kerr2008-08-213-30/+35
* newforms is just 'forms' now.Jeremy Kerr2008-08-211-1/+1
* Implement confirmation emails.Jeremy Kerr2008-08-215-9/+43
* Inital commitJeremy Kerr2008-08-2135-0/+3622