Fix #51: Improved commit post-processing events
Rather than having separated post-processing events for checkin versus
import, the post-processing has been moved to the API function for
processing commit data.

The first post-process event "commits" allows plugins to get a list of
all changesets as they are checked in or imported.  The second event
"fixed" allows plugins to see a list of bugs that have been resolved by
changesets, along with the appropriate changeset, as described by
feature request #51.

This commit also removes the postcommit/postimport actions from the
MantisSourcePlugin interface, as they were a deemed uneccesary with the
new implementation, and generally should not be needed for VCS support.
1 parent a4d6ec6 commit d09803c4e7141429896f209fbe7cbbd62bfed0f7
@John Reese John Reese authored on 27 Jan 2010
Showing 5 changed files
View
Source/MantisSourcePlugin.class.php
View
Source/Source.API.php
View
Source/Source.php
View
Source/pages/checkin.php
View
Source/pages/repo_import_latest.php