summaryrefslogtreecommitdiff
path: root/distixlib
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-21Add MessageThread classLars Wirzenius3-0/+95
2016-02-20Bump version number post-release to 0.4+gitLars Wirzenius1-2/+2
2016-02-20Prepare to release version 0.4distix-0.4Lars Wirzenius1-9/+2
2016-02-20Make distixlib/version.py work with bumperLars Wirzenius2-3/+3
2016-02-20Fix showing non-ASCII textLars Wirzenius2-4/+11
2016-02-19Refactor import-mbox/maildir to share most codeLars Wirzenius1-24/+11
2016-02-19Add support to import from a MaildirLars Wirzenius1-0/+24
2016-01-08Prepare 0.3distix-0.3Lars Wirzenius1-1/+1
2015-12-12Change all write commands to require clean treeLars Wirzenius4-0/+5
2015-12-12Allow unit test to redirect error messageLars Wirzenius2-4/+5
2015-12-12Add require_clean_working_treeLars Wirzenius2-0/+21
2015-12-12Fix find_dirt to run in repo dirLars Wirzenius1-1/+2