aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing explicit state fixture loadStephen Finucane2015-09-17
* patchwork/templates: Suppress cycle template tag warningJeremy Kerr2015-06-05
* patchwork/views: request.REQUEST is deprecated in django 1.8Jeremy Kerr2015-06-05
* patchwork/parser: Adapt for new unsaved-foreign-key behaviour in django 1.8Jeremy Kerr2015-06-05
* patchwork: Add initial migrationsJeremy Kerr2015-06-05
* patchwork: Explicitly load states fixturesJeremy Kerr2015-06-05
* patchwork/views: prefetch delegate in generic_listJeremy Kerr2015-06-05
* patchwork/models: Use OneToOneField for PatchChangeNotifcation.patchJeremy Kerr2015-06-04
* parsemail: Don't catch all exceptions when a Project isn't foundJeremy Kerr2015-05-29
* parsemail: run django.setup to initialise ModelsJeremy Kerr2015-05-29
* tests: Remove old-style test runner moduleJeremy Kerr2015-05-28
* cron: Move patchwork-cron script to a management commandJeremy Kerr2015-05-28
* patchwork/utils: Remove unnecessary MultiplePatchForm importJeremy Kerr2015-05-28
* doc: Add NEWS file for recent updatesJeremy Kerr2015-05-28
* Add patch tag infrastructureJeremy Kerr2015-05-28
* docs: Add collectstatic step to installation instructionsJeremy Kerr2015-05-28
* Update documentation and default settings to suit patchwork deployment modelJeremy Kerr2015-05-28
* bin: Fix references to old settings module locationJeremy Kerr2015-05-27
* docs: Fix documentation for new settings infrastructureJeremy Kerr2015-05-27
* lib/apache2: Update sample configuration files for new staticfiles applicationJeremy Kerr2015-05-27
* lib/apache2: use django-1.7-compatible wsgi applicationJeremy Kerr2015-05-27
* Move to a more recent django project structureJeremy Kerr2015-05-27
* tox: Add tox.ini fileStephen Finucane2015-05-03
* settings: Split 'settings.py' into multiple filesStephen Finucane2015-05-03
* Integrate 'django.contrib.staticfiles'Stephen Finucane2015-05-03
* settings: Restructure settings fileStephen Finucane2015-05-03
* docs: Use 'prod' and 'dev' requirements filesStephen Finucane2015-05-03
* settings: Resolve all but one Django 1.7 warningStephen Finucane2015-05-03
* views: Replace 'mimetype' with 'content_type'Stephen Finucane2015-05-03
* Resolve removed 'AUTH_PROFILE_MODULE' settingStephen Finucane2015-05-03
* Make the submitter name link to a query for that submitterMichael Ellerman2015-05-03
* pwclient: honor PAGER for viewaldot2015-05-03
* parser: Fix parsing of patches with a trailing no-newline markerMichael Ellerman2015-03-22
* INSTALL: Fix indentation (whitespace only change) to 4 spacesBryce Harrington2015-03-22
* INSTALL: Fix some minor typosBryce Harrington2015-03-22
* Always use #!/usr/bin/env pythonDamien Lespiau2015-03-22
* pwclient: support 'archived' filtering and updatingBrian Norris2015-03-22
* pwclient: drop unused variablesBrian Norris2015-03-22
* xmlrpc: support filtering by 'archived'Brian Norris2015-03-22
* pwclient: exit on first patch which fails to applyBrian Norris2015-03-22
* pwclient: add project option to single-patch commandsBrian Norris2015-03-22
* INSTALL: fix mysql syntaxBrian Norris2015-03-22
* TODO: remove completed itemsBrian Norris2015-03-22
* xmlrpc: include UNIX mbox 'From ' header in patch_get_mbox()Brian Norris2015-03-22
* xmlrpc: add 'archived' status to patch summaryBrian Norris2015-03-22
* views/xmlrpc: fix xmlrpc delegate filteringJohannes Berg2015-03-22
* test_notifications: Fix testNotificationUpdated timestamp comparisonDamien Lespiau2014-11-10
* docs: Add a note about how to run testsDamien Lespiau2014-11-10
* jquery: Fix jqeury typoDamien Lespiau2014-11-10
* parsemail: Honour existing PYTHONPATHDamien Lespiau2014-11-10