diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-09 11:54:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-09 11:54:12 -0400 |
commit | 5867c415eee1500f02ccd244c802c9c10a1dfbc2 (patch) | |
tree | a0877d2b68c1c1c5780335a77762ac06bc374445 /doc/todo/Better_bug_tracking_support.mdwn | |
parent | 5afeca81546796673531d6e25fa1c84ab6da9733 (diff) | |
parent | d3eb0075d300bcfd504dc878e63761dbbc5171be (diff) | |
download | ikiwiki-5867c415eee1500f02ccd244c802c9c10a1dfbc2.tar ikiwiki-5867c415eee1500f02ccd244c802c9c10a1dfbc2.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/Better_bug_tracking_support.mdwn')
-rw-r--r-- | doc/todo/Better_bug_tracking_support.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/todo/Better_bug_tracking_support.mdwn b/doc/todo/Better_bug_tracking_support.mdwn index 0559078e0..628a67fc8 100644 --- a/doc/todo/Better_bug_tracking_support.mdwn +++ b/doc/todo/Better_bug_tracking_support.mdwn @@ -20,7 +20,17 @@ be embedded to the source code repository commit messages. > I sorta take your point about bug numbers. It can be a pain to refer to > 'using_a_wiki_for_issue_tracking' as a bug name in a place like a > changelog. -> + +>> Would a modified [[plugins/inline]] plugin that allowed new pages, but without a title field, be ok? +>> When you hit the edit button it just chooses a new number and makes a page with that +>> name. + +>> The only issue I can see with this is if you're using a distributed wiki for +>> distributed bug tracking. In that case you're going to have to make sure that you +>> don't get conflicting bug ids. +>> Maybe there should be two options - consecutive numbering, and uuid numbering +>> which uses a random (128 bit, base64 encoded = 22 chars) name. -- [[Will]] + > OTOH, I don't see a need for specially formatted commit messages to be > used to close bugs. Instead, if your BTS is kept in an ikiwiki wiki in > an RCS along with your project, you can do like I do here, and just edit a |