summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* patchwork/templates: Suppress cycle template tag warningHEADmasterJeremy Kerr2015-06-051-0/+2
* patchwork/views: request.REQUEST is deprecated in django 1.8Jeremy Kerr2015-06-052-5/+15
* patchwork/parser: Adapt for new unsaved-foreign-key behaviour in django 1.8Jeremy Kerr2015-06-051-6/+10
* patchwork: Add initial migrationsJeremy Kerr2015-06-052-0/+248
* patchwork: Explicitly load states fixturesJeremy Kerr2015-06-0511-6/+32
* patchwork/views: prefetch delegate in generic_listJeremy Kerr2015-06-051-1/+1
* patchwork/models: Use OneToOneField for PatchChangeNotifcation.patchJeremy Kerr2015-06-041-1/+1
* parsemail: Don't catch all exceptions when a Project isn't foundJeremy Kerr2015-05-291-1/+1
* parsemail: run django.setup to initialise ModelsJeremy Kerr2015-05-291-0/+2
* tests: Remove old-style test runner moduleJeremy Kerr2015-05-285-89/+45
* cron: Move patchwork-cron script to a management commandJeremy Kerr2015-05-284-18/+28
* patchwork/utils: Remove unnecessary MultiplePatchForm importJeremy Kerr2015-05-281-1/+0
* doc: Add NEWS file for recent updatesJeremy Kerr2015-05-281-0/+60
* Add patch tag infrastructureJeremy Kerr2015-05-2817-8/+469
* docs: Add collectstatic step to installation instructionsJeremy Kerr2015-05-281-1/+5
* Update documentation and default settings to suit patchwork deployment modelJeremy Kerr2015-05-285-68/+71
* bin: Fix references to old settings module locationJeremy Kerr2015-05-271-1/+1
* docs: Fix documentation for new settings infrastructureJeremy Kerr2015-05-271-1/+2
* lib/apache2: Update sample configuration files for new staticfiles applicationJeremy Kerr2015-05-271-17/+5
* lib/apache2: use django-1.7-compatible wsgi applicationJeremy Kerr2015-05-271-2/+3
* Move to a more recent django project structureJeremy Kerr2015-05-27120-25/+23
* tox: Add tox.ini fileStephen Finucane2015-05-031-0/+46
* settings: Split 'settings.py' into multiple filesStephen Finucane2015-05-035-53/+123
* Integrate 'django.contrib.staticfiles'Stephen Finucane2015-05-0310-72/+64
* settings: Restructure settings fileStephen Finucane2015-05-031-63/+78
* docs: Use 'prod' and 'dev' requirements filesStephen Finucane2015-05-036-9/+5
* settings: Resolve all but one Django 1.7 warningStephen Finucane2015-05-031-3/+10
* views: Replace 'mimetype' with 'content_type'Stephen Finucane2015-05-033-6/+6
* Resolve removed 'AUTH_PROFILE_MODULE' settingStephen Finucane2015-05-0313-32/+29
* Make the submitter name link to a query for that submitterMichael Ellerman2015-05-033-6/+9
* pwclient: honor PAGER for viewaldot2015-05-031-4/+19
* parser: Fix parsing of patches with a trailing no-newline markerMichael Ellerman2015-03-223-0/+65
* INSTALL: Fix indentation (whitespace only change) to 4 spacesBryce Harrington2015-03-221-46/+57
* INSTALL: Fix some minor typosBryce Harrington2015-03-221-4/+4
* Always use #!/usr/bin/env pythonDamien Lespiau2015-03-223-3/+3
* pwclient: support 'archived' filtering and updatingBrian Norris2015-03-221-2/+17
* pwclient: drop unused variablesBrian Norris2015-03-221-1/+0
* xmlrpc: support filtering by 'archived'Brian Norris2015-03-221-0/+1
* pwclient: exit on first patch which fails to applyBrian Norris2015-03-221-2/+9
* pwclient: add project option to single-patch commandsBrian Norris2015-03-221-0/+4
* INSTALL: fix mysql syntaxBrian Norris2015-03-221-1/+1
* TODO: remove completed itemsBrian Norris2015-03-221-4/+0
* xmlrpc: include UNIX mbox 'From ' header in patch_get_mbox()Brian Norris2015-03-221-1/+1
* xmlrpc: add 'archived' status to patch summaryBrian Norris2015-03-221-0/+1
* views/xmlrpc: fix xmlrpc delegate filteringJohannes Berg2015-03-221-0/+3
* test_notifications: Fix testNotificationUpdated timestamp comparisonDamien Lespiau2014-11-101-1/+1
* docs: Add a note about how to run testsDamien Lespiau2014-11-101-0/+16
* jquery: Fix jqeury typoDamien Lespiau2014-11-101-1/+1
* parsemail: Honour existing PYTHONPATHDamien Lespiau2014-11-101-1/+1
* docs: Add the Debian package name for virtualenv/mysqlDamien Lespiau2014-11-101-1/+2