summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* pwclient: add %{_msgid_} to print message-id without surrounding < and >Jani Nikula2014-11-101-1/+8
* pwclient: add output format option to list/search commandJani Nikula2014-11-101-10/+27
* COPYING: Add the text of the GPLv2 licenseDamien Lespiau2014-11-101-0/+339
* pwclient: Remove unhandled action 'save'Bernhard Reutner-Fischer2014-11-101-1/+1
* pwclient: Rephrase patch_ids iteratorBernhard Reutner-Fischer2014-11-101-10/+14
* pwclient: Simplify argument handlingBernhard Reutner-Fischer2014-11-101-27/+13
* pwclient: add --help / -? to all sub commandsBernhard Reutner-Fischer2014-11-101-19/+25
* settings: Make sure to use a tuple for TEMPLATE_DIRSDamien Lespiau2014-09-071-1/+1
* docs: Add requirements.txt for django 1.7/MySQLDamien Lespiau2014-09-071-0/+3
* docs: Add requirements.txt for django 1.6/MySQLDamien Lespiau2014-09-071-0/+3
* docs: Add requirements.txt for django 1.5/MySQLDamien Lespiau2014-09-071-0/+3
* HACKING: Add some documentation about using virtualenv with patchworkDamien Lespiau2014-09-071-0/+52
* INSTALL: Sprinkle a few UTF-8 in the mysql documentationDamien Lespiau2014-09-071-1/+6
* INSTALL: Update the database configuration instructionsDamien Lespiau2014-09-071-12/+20
* pwclient: preserve ordering of patch idsJeremy Kerr2014-09-071-1/+1
* pwclient: diagnose hash_parser errors gracefullyBernhard Reutner-Fischer2014-09-071-12/+33