From: Manilal K M <ma...@ej...> - 2014-12-29 15:21:56
|
Hello, This is slightly offtopic, but since it's related to mantisbt-plugins I thought someone may have a quick solution for the following issue. I tried to fork the timetracking plugin in mantisbt-plugins and had some issues in setting up the development environment. I cloned the repository and the source files got downloaded to timetracking folder within mantisbt/plugins. Then I moved everything (including .git) folder to the TimeTracking folder within the timetracking folder. I modified some of the files and committed the changes, but I got the following suspicious output: [root@es032 TimeTracking]# git commit -a [master 3b0abfe] Included jscalendar datepicker widget to input date Added new table to store factors and reference field in the data table 14 files changed, 1092 deletions(-) delete mode 100644 README delete mode 100644 TimeTracking/LICENSE-2.0.txt delete mode 100644 TimeTracking/TimeTracking.php delete mode 100644 TimeTracking/core/timetracking_api.php delete mode 100644 TimeTracking/lang/strings_catalan.txt delete mode 100755 TimeTracking/lang/strings_english.txt delete mode 100755 TimeTracking/lang/strings_french.txt delete mode 100755 TimeTracking/lang/strings_german.txt delete mode 100644 TimeTracking/lang/strings_spanish.txt delete mode 100644 TimeTracking/pages/add_record.php delete mode 100644 TimeTracking/pages/config_page.php delete mode 100644 TimeTracking/pages/config_update.php delete mode 100644 TimeTracking/pages/delete_record.php delete mode 100644 TimeTracking/pages/show_report.php I have worked with EmailReporting plugin earlier, but didn't have such issues. Could someone help me to figure out this? Can I ignore the above messages submit the pull request? I would like to submit couple of feature enhancements to the TimeTracking plugin. regards Manilal |