summaryrefslogtreecommitdiff
path: root/jt
AgeCommit message (Expand)AuthorFilesLines
2015-10-03Move app class to jtlib, commands to pluginsLars Wirzenius1-359/+1
2015-10-03Move commit_to_git, push_git to jtlibLars Wirzenius1-13/+4
2015-10-03Move DraftsDirectory into jtlibLars Wirzenius1-65/+6
2015-10-03Move __version__ to new jtlibLars Wirzenius1-3/+2
2015-06-30Re-release as 0.8jt-0.8Lars Wirzenius1-1/+1
2015-06-30Fix bug in attach commandjt-0.7Lars Wirzenius1-1/+1
2015-06-27Prepare release 0.6jt-0.6Lars Wirzenius1-1/+1
2015-05-03Commit new topic pageLars Wirzenius1-0/+3
2015-05-03Define template in right placeLars Wirzenius1-1/+1
2015-05-03Remove interactive edit of new topicLars Wirzenius1-1/+0
2015-05-03Refactor git stuff into global functionsLars Wirzenius1-10/+11
2015-05-03Add space for intro text into topic page templateLars Wirzenius1-0/+3
2015-05-03Remove spurious empty line from ikiwiki page templaterefactorLars Wirzenius1-1/+0
2015-05-03Simplify by moving some code into helper methodLars Wirzenius1-6/+10
2015-05-03Simplify logic by adding helper methodLars Wirzenius1-8/+8
2015-05-03Remove line of dead codeLars Wirzenius1-1/+0
2015-05-03Join short lines into one longer lineLars Wirzenius1-3/+1
2015-04-18Run pylint in ./check; fix problems foundLars Wirzenius1-19/+16
2015-04-18Run pep8 in check; fix problems it foundLars Wirzenius1-13/+16
2014-11-25Prepare release version 0.5jt-0.5Lars Wirzenius1-1/+1
2014-11-25Add --new-note-templateLars Wirzenius1-11/+24
2014-11-23Prepare release version 0.4jt-0.4Lars Wirzenius1-1/+1
2014-11-23Use !meta link in ikiwiki to refer to topicsLars Wirzenius1-1/+1
2014-11-23Check that topic pages existLars Wirzenius1-0/+6
2014-11-23Implement --pretend-timeLars Wirzenius1-3/+11
2014-11-23Fix method names in callsLars Wirzenius1-3/+3
2014-11-22Prepare release version 0.3jt-0.3Lars Wirzenius1-1/+1
2014-11-22Add test for and implement using topic pagesLars Wirzenius1-1/+16
2014-11-22Invoke editor on new topic pageLars Wirzenius1-0/+1
2014-11-22Implement new-topic commandLars Wirzenius1-0/+31
2014-11-22Re-order cmd_ methods to be togetherLars Wirzenius1-26/+26
2014-11-22Remove non-pkb layouts (sorry)Lars Wirzenius1-28/+5
2014-11-22Simplify how published basename is computedLars Wirzenius1-3/+3
2014-11-22Move publishing into helper methodLars Wirzenius1-5/+10
2014-11-22Move get_draft_title to DraftsDirectoryLars Wirzenius1-17/+20
2014-11-22Move summarise_title into FinishCommandLars Wirzenius1-11/+11
2014-11-22Make helper methods privateLars Wirzenius1-7/+7
2014-11-22Move git stuff into helper methodsLars Wirzenius1-10/+19
2014-11-22Don't guess attachments dirname, use interface for itLars Wirzenius1-2/+1
2014-11-22Remove empty lineLars Wirzenius1-1/+0
2014-11-22Use draft_id instead of draft_numberLars Wirzenius1-17/+17
2014-11-22Make choose_draft return draft number as wellLars Wirzenius1-5/+5
2014-11-22Remove now-unused find_drafts methodLars Wirzenius1-7/+0
2014-11-22Remove now-unused draft_name methodLars Wirzenius1-3/+0
2014-11-22Make choose_draft use DraftsDirectoryLars Wirzenius1-9/+15
2014-11-22Refactor out an unnecessary methodLars Wirzenius1-9/+6
2014-11-22Make DraftsDirectory.create_draft pick the numberLars Wirzenius1-13/+14
2014-11-22Add DraftsDirectory.create_draftLars Wirzenius1-8/+13
2014-11-22Move draft removal into DraftsDirectoryLars Wirzenius1-8/+10
2014-11-22Add DraftsDirectory.get_draft_attachments_dirnameLars Wirzenius1-5/+4