summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Prepare to release version 0.8distix-0.8Lars Wirzenius3-5/+5
2017-01-01Add dependencies on python-pgpworklist in Debian packagingLars Wirzenius2-2/+3
2016-12-31Update NEWSLars Wirzenius1-0/+8
2016-12-31Allos PGP words as ticket idsLars Wirzenius5-3/+48
2016-12-31Update NEWSLars Wirzenius1-0/+3
2016-12-31Implement getting tickets via unique id prefixLars Wirzenius2-20/+23
2016-12-31Add unit tests for getting tickets via uniq prefixLars Wirzenius1-0/+16
2016-12-31Add yarn scenario steps to test "distix show $prefix"Lars Wirzenius2-1/+52
2016-12-26Update NEWSLars Wirzenius1-0/+2
2016-12-26Fix distixlib.Ticket._get_message_timestamp method.rsiddharth1-2/+1
Use `email.utils.parsedate_tz` and `email.utils.mktime_tz` to get the POSIX timestamp in `distixlib.Ticket._get_message_timestamp` method. * distixlib/ticket.py (_get_message_timestamp): Update method. From liw: turns out this test would never fail for timezone UTC+2, and always fail otherwise.
2016-10-19Bump version number post-release to 0.7+gitLars Wirzenius3-2/+12
2016-10-19Prepare to release version 0.7distix-0.7Lars Wirzenius3-5/+5
2016-10-19Fix things to silence pylintLars Wirzenius3-3/+4
2016-10-19Update NEWSLars Wirzenius1-1/+2
2016-10-19Render parts of mails more safelyLars Wirzenius1-2/+8
We can't safely assume that mails have correct charsets declared, including for headers. If using the declared charset fails, just use repr for now.
2016-10-19Only remove .coverage if it existsLars Wirzenius1-1/+2
New coverage.py doesn't always create it.
2016-10-08Require Python 2.7., plus Debian packaging changesLars Wirzenius4-6/+9
2016-03-26Put update timestamp on generated HTML pagesLars Wirzenius6-0/+25
2016-03-26Drop UTF8 coding for sourceLars Wirzenius1-1/+0
No longer needed. It was needed during a test.
2016-03-26Add deps on python-markdownLars Wirzenius2-3/+5
2016-03-25Bump version number post-release to 0.6.1+gitLars Wirzenius3-2/+12
2016-03-25Prepare to release version 0.6.1distix-0.6.1Lars Wirzenius4-7/+8
2016-03-25Bump version number post-release to 0.6+gitLars Wirzenius3-2/+12
2016-03-25Prepare to release version 0.6distix-0.6Lars Wirzenius3-5/+6
2016-03-25Set key/value pair on tickets when importing mailLars Wirzenius4-12/+83
2016-03-25Add newest-message-date to ticketsLars Wirzenius2-0/+4
2016-03-25Fix HTML ticket lists to be sorted by dateLars Wirzenius1-1/+4
2016-03-25Update NEWSLars Wirzenius1-0/+4
2016-03-25Kludge: Fix duplicate-imports of mails from maildirsLars Wirzenius4-17/+19
This is a kludge. The real fix will require changing things so that things don't get changed on disk quite so randomly as now happens.
2016-03-25Refactor: simplify condition to return booleanLars Wirzenius1-6/+4
2016-03-25Simplify logic by using helper methodLars Wirzenius1-4/+6
2016-03-25Refactor: move condition into methodLars Wirzenius1-2/+5
2016-03-25Rename variable for clarityLars Wirzenius1-3/+3
2016-03-25Refactor: move local function to a methodLars Wirzenius1-8/+8
2016-03-25import: Decode header encoding in subjectsLars Wirzenius2-1/+12
2016-03-25Update NEWSLars Wirzenius1-0/+3
2016-03-25Implement "distix html"Lars Wirzenius8-0/+329
2016-03-25Make Repository return its descriptionLars Wirzenius2-0/+7
2016-03-09Change "distix list" to include date in listingLars Wirzenius5-9/+17
Also, sort by date in the output. That's date of the newest message in the ticket.
2016-03-09Add a jinja2 custom filter for date formattingLars Wirzenius1-0/+10
2016-03-09Add Ticket.get_newest_message_timestamp methodLars Wirzenius2-0/+37
2016-03-08Bump version number post-release to 0.5+gitLars Wirzenius3-2/+12
2016-03-08Prepare to release version 0.5distix-0.5Lars Wirzenius3-5/+6
2016-02-22Install Jinja2 templatesLars Wirzenius1-0/+3
2016-02-22Change list plugin to use TextRenderer, templateLars Wirzenius2-7/+17
2016-02-22Replace use of bottle with jinj2Lars Wirzenius4-7/+6
2016-02-22Change show plugin to use TextRendererLars Wirzenius3-38/+40
2016-02-22Add TextRenderer classLars Wirzenius6-0/+90
2016-02-21Update NEWSLars Wirzenius1-0/+2
2016-02-21Use threading and rendering in show pluginLars Wirzenius2-4/+13