summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-22Prepare release version 0.3jt-0.3Lars Wirzenius4-2/+24
2014-11-22Merge topic page creation, usingLars Wirzenius3-2/+66
2014-11-22Add test for and implement using topic pagesLars Wirzenius2-2/+24
2014-11-22Invoke editor on new topic pageLars Wirzenius1-0/+1
2014-11-22Implement new-topic commandLars Wirzenius2-2/+33
2014-11-22Add preliminary scenario for topicsLars Wirzenius2-1/+11
2014-11-22Merge in more refactoringLars Wirzenius2-83/+67
2014-11-22Re-order cmd_ methods to be togetherLars Wirzenius1-26/+26
2014-11-22Remove non-pkb layouts (sorry)Lars Wirzenius2-29/+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-22Merge in some refactoringsLars Wirzenius2-157/+233
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
2014-11-22Remove empty lineLars Wirzenius1-1/+0
2014-11-22Add DraftsDirectory.get_draftsLars Wirzenius1-1/+9
2014-11-22Use DraftsDir in RemoveCommandLars Wirzenius1-2/+3
2014-11-22Use DraftsDir in AttachCommandLars Wirzenius1-1/+2
2014-11-22Add a DraftsDir helper classLars Wirzenius1-15/+24
2014-11-22Use with open() instead of open/close explicitlyLars Wirzenius1-3/+2
2014-11-22Simplify by turning _create_drafts_dir into _create_dir_if_missingLars Wirzenius1-4/+5
2014-11-22Split NewCommand.run into smaller methodsLars Wirzenius1-3/+10
2014-11-22Move published_basename into FinishCommandLars Wirzenius1-15/+15
2014-11-22Move published_dir into FinishCommandLars Wirzenius1-13/+13
2014-11-22Move command new-person to a separate classLars Wirzenius1-27/+34
2014-11-22Move command finish to a separate classLars Wirzenius1-30/+35
2014-11-22Move command remove to a separate classLars Wirzenius1-10/+16
2014-11-22Move command attach to a separate classLars Wirzenius1-13/+18
2014-11-22Move command edit to a separate classLars Wirzenius1-3/+8
2014-11-22Fix list commandLars Wirzenius1-2/+2
2014-11-22Move command list to a separate classLars Wirzenius1-3/+8
2014-11-22Move command new to a separate classLars Wirzenius1-25/+39
2014-11-22Remove useless code (cf. self.settings.require)Lars Wirzenius1-4/+0
2014-11-22Update copyright statement yearLars Wirzenius1-1/+1
2014-11-22Add call to copyright-statement-lintLars Wirzenius1-0/+1
2014-11-22Add test for removing draftsLars Wirzenius1-0/+5