summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/utils.py
Commit message (Expand)AuthorAgeFilesLines
* notifications: implement opt-outnotificationsJeremy Kerr2011-04-141-2/+11
* notifications: Add NOTIFICATION_FROM_EMAIL settingJeremy Kerr2011-04-141-1/+1
* notifications: Add code to send notificationsJeremy Kerr2011-04-141-1/+58
* views: Refactor generic_list() to make it less complicatedGuilherme Salgado2011-04-141-46/+1
* models: use User.post_save signal to create UserProfile objectsJeremy Kerr2011-03-301-5/+0
* Remove unused importsGuilherme Salgado2011-03-151-3/+2
* Remove unused templates and some code for processing themGuilherme Salgado2011-03-081-17/+0
* Fix unarchive actionCarl-Daniel Hailfinger2009-07-081-1/+1
* [views] Check count() for duplicate bundle patches, rather than try/exceptJeremy Kerr2009-02-131-4/+6
* [views] Don't create bundles with no nameJeremy Kerr2009-02-131-1/+5
* Bundle reordering supportJeremy Kerr2009-02-081-16/+16
* [views] Allow Order class to be user-editableJeremy Kerr2009-02-081-2/+6
* [views] Change default ordering to latest-firstJeremy Kerr2008-09-241-3/+3
* Add delegate columnJeremy Kerr2008-09-011-1/+2
* Remove 'action: ' print outputJeremy Kerr2008-08-231-2/+0
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-231-4/+4
* Use django-registration infrastructureJeremy Kerr2008-08-221-1/+6
* Add project argument to set_bundleJeremy Kerr2008-08-211-2/+2
* Add project argument to set_patchesJeremy Kerr2008-08-211-2/+2
* Inital commitJeremy Kerr2008-08-211-0/+193