Separate remote import page from user imports
Due to complexities of trying to have both user-initiated imports and
remote imports handled in the same page, the import process has been
split into two separate use cases.  pages/import.php is now specifically
for use by the remote import process, while pages/repo_import_latest.php
remains for usage by authenticated MantisBT users.

This will require that all cronjobs or post-commit hooks that triggered
a remote import be updated to point to the new import url.  Framework
version has been bumped accordingly.
1 parent 41e60e3 commit d21b0693488efc4640124b719b89c1beaa3eff57
@John Reese John Reese authored on 12 Apr 2010
Showing 9 changed files
View
Source/Source.php
View
Source/SourceIntegration.php
View
Source/pages/import.php 0 → 100644
View
Source/pages/repo_import_latest.php
View
SourceGithub/SourceGithub.php
View
SourceGitweb/SourceGitweb.php
View
SourceSFSVN/SourceSFSVN.php
View
SourceSVN/SourceSVN.php
View
SourceWebSVN/SourceWebSVN.php