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. |
---|
|
Source/Source.php |
---|
Source/SourceIntegration.php |
---|
Source/pages/import.php 0 → 100644 |
---|
Source/pages/repo_import_latest.php |
---|
SourceGithub/SourceGithub.php |
---|
SourceGitweb/SourceGitweb.php |
---|
SourceSFSVN/SourceSFSVN.php |
---|
SourceSVN/SourceSVN.php |
---|
SourceWebSVN/SourceWebSVN.php |
---|