summaryrefslogtreecommitdiff
path: root/distixlib
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Prepare to release version 0.11distix-0.11Lars Wirzenius1-2/+2
2017-03-22Handle different errors separateLars Wirzenius1-1/+3
2017-02-01Fix crash when rendering message with unknown charsetLars Wirzenius1-1/+1
2017-01-25Remove FIXEM asking for unit test for private methodLars Wirzenius1-2/+0
2017-01-25Remove FIXME asking for unit test of private methodLars Wirzenius1-2/+0
2017-01-07Bump version number post-release to 0.10+gitLars Wirzenius1-2/+2
2017-01-07Prepare to release version 0.10distix-0.10Lars Wirzenius1-2/+2
2017-01-07Show ticket-id-as-words in cli, html outputLars Wirzenius4-2/+8
2017-01-07Bump version number post-release to 0.9+gitLars Wirzenius1-2/+2
2017-01-07Prepare to release version 0.9distix-0.9Lars Wirzenius1-2/+2
2017-01-07Change distix set to have a list of ticket ids at endLars Wirzenius1-5/+9
2017-01-01Bump version number post-release to 0.8+gitLars Wirzenius1-2/+2
2017-01-01Prepare to release version 0.8distix-0.8Lars Wirzenius1-2/+2
2016-12-31Allos PGP words as ticket idsLars Wirzenius5-3/+48
2016-12-31Implement getting tickets via unique id prefixLars Wirzenius1-14/+23
2016-12-31Add unit tests for getting tickets via uniq prefixLars Wirzenius1-0/+16
2016-12-26Fix distixlib.Ticket._get_message_timestamp method.rsiddharth1-2/+1
2016-10-19Bump version number post-release to 0.7+gitLars Wirzenius1-2/+2
2016-10-19Prepare to release version 0.7distix-0.7Lars Wirzenius1-2/+2
2016-10-19Fix things to silence pylintLars Wirzenius2-3/+3
2016-10-19Render parts of mails more safelyLars Wirzenius1-2/+8
2016-03-26Put update timestamp on generated HTML pagesLars Wirzenius5-0/+23
2016-03-26Drop UTF8 coding for sourceLars Wirzenius1-1/+0
2016-03-25Bump version number post-release to 0.6.1+gitLars Wirzenius1-2/+2
2016-03-25Prepare to release version 0.6.1distix-0.6.1Lars Wirzenius1-2/+2
2016-03-25Bump version number post-release to 0.6+gitLars Wirzenius1-2/+2
2016-03-25Prepare to release version 0.6distix-0.6Lars Wirzenius1-2/+2
2016-03-25Set key/value pair on tickets when importing mailLars Wirzenius1-12/+42
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-25Kludge: Fix duplicate-imports of mails from maildirsLars Wirzenius4-17/+19
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 Wirzenius1-1/+9
2016-03-25Implement "distix html"Lars Wirzenius7-0/+327
2016-03-25Make Repository return its descriptionLars Wirzenius2-0/+7
2016-03-09Change "distix list" to include date in listingLars Wirzenius2-1/+7
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 Wirzenius1-2/+2
2016-03-08Prepare to release version 0.5distix-0.5Lars Wirzenius1-2/+2
2016-02-22Change list plugin to use TextRenderer, templateLars Wirzenius2-7/+17
2016-02-22Replace use of bottle with jinj2Lars Wirzenius1-1/+0
2016-02-22Change show plugin to use TextRendererLars Wirzenius3-38/+40
2016-02-22Add TextRenderer classLars Wirzenius6-0/+90
2016-02-21Use threading and rendering in show pluginLars Wirzenius2-4/+13
2016-02-21Add message rendererLars Wirzenius2-0/+63