summaryrefslogtreecommitdiff
path: root/patchwork
Commit message (Expand)AuthorAge
* list: Replace the 16-arrow* icons by glyphiconsDamien Lespiau2015-11-05
* settings: Also define SERVER_EMAIL for email logsDamien Lespiau2015-11-05
* settings: Move DEFAULT_FROM_EMAIL to the core settings sectionDamien Lespiau2015-11-05
* views: patch-list: show the 'Properties' update box for all usersBrian Norris2015-11-04
* parsemail: Don't catch exceptions when saving patches and commentsDamien Lespiau2015-10-27
* tests: Fix a typo in the MboxPassThroughHeaderTest descriptionDamien Lespiau2015-10-27
* views/xmlrpc: Remove unneeded '""' parametersStephen Finucane2015-10-26
* views/xmlrpc: Add serialization documentationStephen Finucane2015-10-26
* views/xmlrpc: Add documentation for API methodsStephen Finucane2015-10-26
* views/xmlrpc: Add xmlrpc automatic documentationStephen Finucane2015-10-26
* trivial: Clean up 'views/xmlrpc.py'Stephen Finucane2015-10-26
* parsemail: Mail error information to ADMINS when parsing failsDamien Lespiau2015-10-26
* pwclient: use argparse's error() function for bad inputBrian Norris2015-10-20
* pwclient: rework multi-command help textBrian Norris2015-10-20
* pwclient: require one or more of pwclient -{a,s}Brian Norris2015-10-20
* pwclient: dict.iteritems() is deprecated in Python 3Brian Norris2015-10-20
* pwclient: basic python3 supportMike Frysinger2015-10-16
* pwclient: use print_function for better py3 compatibilityMike Frysinger2015-10-16
* pwclient: handle missing ~/.pwclientrc betterMike Frysinger2015-10-16
* Highlight patches with Acked/Reviewed/Tested tagsThomas Petazzoni2015-10-16
* models: Resolve issues with Patch.stateStephen Finucane2015-10-16
* login: Focus the username field on loadDamien Lespiau2015-09-18
* templates: Pull jquery into base.htmlDamien Lespiau2015-09-18
* tests: Move 'reverse' calls inside 'setUp'Stephen Finucane2015-09-18
* settings: Move 'TEST_RUNNER' to correct locationStephen Finucane2015-09-17
* settings: Fix deprecated 'TEST_CHARSET' warningStephen Finucane2015-09-17
* trivial: Add missing licenses to 'management'Stephen Finucane2015-09-17
* trivial: Resolve PEP8 issues with 'management'Stephen Finucane2015-09-17
* management: Resolve a bug with 'retag' commandStephen Finucane2015-09-17
* management: Resolve bugs with 'cron' commandStephen Finucane2015-09-17
* trivial: Remove dead imports from 'tests'Stephen Finucane2015-09-17
* tests/test_user: Add "profile POST" testsStephen Finucane2015-09-17
* tests/test_user: Add "profile unlink" testsStephen Finucane2015-09-17
* trivial: Remove Python < 2.5 codeStephen Finucane2015-09-17
* trivial: Resolve some PEP8 issuesStephen Finucane2015-09-17
* trivial: Remove dead files/codeStephen Finucane2015-09-17
* docs: Rewrite documentationStephen Finucane2015-09-17
* 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