liulee / gurtle

Automatically exported from code.google.com/p/gurtle
0 stars 0 forks source link

Add support for IBugTraqProvider2 #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TSVN 1.6 extends IBugTraqProvider with IBugTraqProvider2 (see attachment) 
with following new methods:

- GetCommitMessage2
- OnCommitFinished
- HasOptions
- ShowOptionsDialog

Consider adding features enabled by IBugTraqProvider2, like issue #16.

Original issue reported on code.google.com by azizatif on 11 Nov 2008 at 5:05

Attachments:

GoogleCodeExporter commented 9 years ago
That would be a very good addition to this already great plugin

Original comment by bgmei...@gmail.com on 1 Feb 2009 at 10:04

GoogleCodeExporter commented 9 years ago
There's now also the method
CheckCommit()
which allows a plugin to check the commit right before the commit starts 
(before the
commit dialog is closed). This could be used to verify that the log message is 
still
according to the bugtraq regex (i.e., that the selected issue number is still
recognized).

Original comment by tortoisesvn on 23 Feb 2009 at 8:20

GoogleCodeExporter commented 9 years ago
@tortoisesvn: Not sure I get the full purpose of CheckCommit and why a plug-in 
would 
want to go through the trouble of the verification. Could you expand with an 
example 
of where this is helping users avoid mistakes that are common today? Thanks.

Original comment by azizatif on 23 Feb 2009 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 5 Apr 2009 at 12:08

GoogleCodeExporter commented 9 years ago
Implemented in r81. Features enabled by the interface will be tracked as 
separate
issues, such as issue #16.

Original comment by azizatif on 5 Apr 2009 at 9:19