summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/utils.py
Commit message (Expand)AuthorAgeFilesLines
* utils/Order: Fix application of orderingJeremy Kerr2014-04-241-3/+3
* Fix django-1.6 incompatibilitiesJeremy Kerr2014-04-231-2/+2
* Add unconfirmed registration expiryJeremy Kerr2014-04-221-2/+24
* views/order: Apply default ordering as secondaryJeremy Kerr2014-04-211-2/+14
* notifications: add project name to patch update notificationWolfram Sang2013-06-161-0/+3
* bundles: Don't allow slashes in bundle namesJeremy Kerr2013-04-201-0/+3
* bundles: Add check for duplicate bundlesJeremy Kerr2012-10-221-0/+4
* Merge branch 'notifications'Jeremy Kerr2011-09-191-1/+67
|\
| * 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
* | Order: always set Order.orderJeremy Kerr2011-04-191-2/+1
|/
* 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